Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.08 KB

FuturesAutoDeleverage.md

File metadata and controls

20 lines (15 loc) · 1.08 KB

FuturesAutoDeleverage

Properties

Name Type Description Notes
Time int64 Automatic deleveraging time [optional] [readonly]
User int64 User ID [optional] [readonly]
OrderId int64 Order ID. Order IDs before 2023-02-20 are null [optional] [readonly]
Contract string Futures contract [optional] [readonly]
Leverage string Position leverage [optional] [readonly]
CrossLeverageLimit string Cross margin leverage(valid only when `leverage` is 0) [optional] [readonly]
EntryPrice string Average entry price [optional] [readonly]
FillPrice string Average fill price [optional] [readonly]
TradeSize int64 Trading size [optional] [readonly]
PositionSize int64 Positions after auto-deleveraging [optional] [readonly]

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