Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 901 Bytes

File metadata and controls

16 lines (13 loc) · 901 Bytes

# TradFiOrderRequest

Properties

Name Type Description Notes
price string Order price
price_type string Price type (trigger=trigger price, market=market price)
side int Side (1=sell, 2=buy)
symbol string Base trading symbol code
volume string Order quantity
price_tp string Take profit price (optional) [optional]
price_sl string Stop loss price (optional) [optional]
leverage int Leverage multiplier (must be one of the leverage multipliers allowed for the symbol in the trading symbol details response) [optional]

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