Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.87 KB

File metadata and controls

27 lines (23 loc) · 1.87 KB

PositionTimerange

Contract position details (historical data)

Properties

Name Type Description Notes
contract str Futures contract [optional] [readonly]
size str Position size [optional] [readonly]
leverage str Position leverage. 0 means cross margin; positive number means isolated margin [optional]
risk_limit str Position risk limit [optional]
leverage_max str the maximum permissible leverage given to the current positon value: the higher positon value, the lower maximum permissible leverage [optional] [readonly]
maintenance_rate str The maintenance margin rate of the first tier of risk limit sheet [optional] [readonly]
margin str Position margin [optional]
liq_price str Liquidation price [optional] [readonly]
realised_pnl str Realized PnL [optional] [readonly]
history_pnl str Total realized PnL from closed positions [optional] [readonly]
last_close_pnl str PNL of last position close [optional] [readonly]
realised_point str Realized POINT PNL [optional] [readonly]
history_point str History realized POINT PNL [optional] [readonly]
mode str Position mode, including: - `single`: One-way Mode - `dual_long`: Long position in Hedge Mode - `dual_short`: Short position in Hedge Mode [optional]
cross_leverage_limit str Cross margin leverage (valid only when `leverage` is 0) [optional]
entry_price str Entry price [optional] [readonly]
time int Timestamp [optional]

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