Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.04 KB

MarketPosition.md

File metadata and controls

23 lines (18 loc) · 1.04 KB

MarketPosition

MarketPosition is your accumulated position on a specific market considering all orders and trades.

Properties

Name Type Description Notes
fees_paid int [optional]
final_position int Settlement stats [optional]
final_position_cost int [optional]
market_id str [optional]
position int Current stats [optional]
position_cost int [optional]
realized_pnl int [optional]
resting_orders_count int [optional]
total_cost int [optional]
user_id str [optional]
volume int [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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