Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 986 Bytes

File metadata and controls

32 lines (23 loc) · 986 Bytes

TradFiOrderRequest

Place order request parameters

Properties

Name Type Description Notes
price String Order price
priceType PriceTypeEnum Price type (trigger=trigger price, market=market price)
side SideEnum Side (1=sell, 2=buy)
symbol String Base trading symbol code
volume String Order quantity
priceTp String Take profit price (optional) [optional]
priceSl String Stop loss price (optional) [optional]
leverage Integer Leverage multiplier (must be one of the leverage multipliers allowed for the symbol in the trading symbol details response) [optional]

Enum: PriceTypeEnum

Name Value
TRIGGER "trigger"
MARKET "market"

Enum: SideEnum

Name Value
NUMBER_1 1
NUMBER_2 2