Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.09 KB

UserOrderCreateRequest.md

File metadata and controls

19 lines (14 loc) · 1.09 KB

UserOrderCreateRequest

Request for submitting an order

Properties

Name Type Description Notes
count int Specifies how many contracts should be bought
market_id str Specifies the id of the market for this order
price int
side str Specifies if this is a 'yes' or 'no' order
expiration_unix_ts int Specifies the expiration time of the order, in unix seconds. If this is not supplied, or is 0, the order won't expire. [optional]
max_cost_cents int [optional]
sell_position_capped bool Specifies whether the order place count should be capped by the members current position. [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]