Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1004 Bytes

File metadata and controls

19 lines (15 loc) · 1004 Bytes

OptionsPosition

Options position information

Properties

Name Type Description Notes
user int User ID [optional] [readonly]
contract str Options contract name [optional] [readonly]
size int Position size (contract size) [optional] [readonly]
entry_price str Entry size (quote currency) [optional] [readonly]
mark_price str Current mark price (quote currency) [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 OptionsPositionCloseOrder [optional]

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