Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 932 Bytes

OptionsPosition.md

File metadata and controls

19 lines (15 loc) · 932 Bytes

OptionsPosition

Futures position details

Properties

Name Type Description Notes
user int User ID [optional] [readonly]
contract str Futures contract [optional] [readonly]
size int Position size [optional] [readonly]
entry_price str Entry price [optional] [readonly]
mark_price str Current mark price [optional] [readonly]
realised_pnl str Realized PNL [optional] [readonly]
unrealised_pnl str Unrealized PNL [optional] [readonly]
pending_orders int Current open orders [optional] [readonly]
close_order PositionCloseOrder [optional]

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