Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.34 KB

FuturesLiquidate.md

File metadata and controls

22 lines (17 loc) · 1.34 KB

FuturesLiquidate

Properties

Name Type Description Notes
Time int64 Liquidation time [optional] [readonly]
Contract string Futures contract [optional] [readonly]
Leverage string Position leverage. Not returned in public endpoints. [optional] [readonly]
Size int64 Position size [optional] [readonly]
Margin string Position margin. Not returned in public endpoints. [optional] [readonly]
EntryPrice string Average entry price. Not returned in public endpoints. [optional] [readonly]
LiqPrice string Liquidation price. Not returned in public endpoints. [optional] [readonly]
MarkPrice string Mark price. Not returned in public endpoints. [optional] [readonly]
OrderId int64 Liquidation order ID. Not returned in public endpoints. [optional] [readonly]
OrderPrice string Liquidation order price [optional] [readonly]
FillPrice string Liquidation order average taker price [optional] [readonly]
Left int64 Liquidation order maker size [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]