Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.35 KB

FuturesLiquidate.md

File metadata and controls

20 lines (17 loc) · 1.35 KB

# FuturesLiquidate

Properties

Name Type Description Notes
time int Liquidation time [optional] [readonly]
contract string Futures contract [optional] [readonly]
leverage string Position leverage. Not returned in public endpoints. [optional] [readonly]
size int Position size [optional] [readonly]
margin string Position margin. Not returned in public endpoints. [optional] [readonly]
entry_price string Average entry price. Not returned in public endpoints. [optional] [readonly]
liq_price string Liquidation price. Not returned in public endpoints. [optional] [readonly]
mark_price string Mark price. Not returned in public endpoints. [optional] [readonly]
order_id int Liquidation order ID. Not returned in public endpoints. [optional] [readonly]
order_price string Liquidation order price [optional] [readonly]
fill_price string Liquidation order average taker price [optional] [readonly]
left int Liquidation order maker size [optional] [readonly]

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