Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 904 Bytes

File metadata and controls

18 lines (14 loc) · 904 Bytes

TradFiOrderRequest

Place order request parameters

Properties

Name Type Description Notes
price str Order price
price_type str Price type (trigger=trigger price, market=market price)
side int Side (1=sell, 2=buy)
symbol str Base trading symbol code
volume str Order quantity
price_tp str Take profit price (optional) [optional]
price_sl str 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]