Binance.PositionRisk (dwarves_binancex v0.1.21)

Struct for representing result returned by /fapi/v2/positionRisk

defstruct [
  :entryPrice,
  :marginType,
  :isAutoAddMargin,
  :isolatedMargin,
  :leverage,
  :liquidationPrice,
  :markPrice,
  :maxNotionalValue,
  :positionAmt,
  :notional,
  :isolatedWallet,
  :symbol,
  :unRealizedProfit,
  :positionSide,
  :updateTime
]

Link to this section Summary

Link to this section Functions

Link to this function

new(map_or_kwlist, opts \\ [])

Specs

new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %Binance.PositionRisk{
  entryPrice: term(),
  isAutoAddMargin: term(),
  isolatedMargin: term(),
  isolatedWallet: term(),
  leverage: term(),
  liquidationPrice: term(),
  marginType: term(),
  markPrice: term(),
  maxNotionalValue: term(),
  notional: term(),
  positionAmt: term(),
  positionSide: term(),
  symbol: term(),
  unRealizedProfit: term(),
  updateTime: term()
}