Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.36 KB

FuturesLiquidate.md

File metadata and controls

23 lines (19 loc) · 1.36 KB

Io.Gate.GateApi.Model.FuturesLiquidate

Properties

Name Type Description Notes
Time long Liquidation time [optional] [readonly]
Contract string Futures contract [optional] [readonly]
Leverage string Position leverage. Not returned in public endpoints. [optional] [readonly]
Size long 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 long 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 long Liquidation order maker size [optional] [readonly]

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