Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 888 Bytes

File metadata and controls

18 lines (14 loc) · 888 Bytes

TradFiSpotOrderRequest

Place order request parameters

Properties

Name Type Description Notes
volume str Order quantity
symbol str Symbol
side int Side (1=sell, 2=buy)
price_type str Price type (market = market order, limit = limit order)
trading_session str Trading session. Limit orders support only All, while market orders support only Regular.
time_in_force str Time in force. - day: Day order.
price str Order price, used for limit orders [optional]
client_order_id str Client-defined order ID [optional]

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