post https://demo.tradelocker.com/backend-api/trade/accounts//orders
Place a new order.
Fields qty, routeId, side, validity, type, tradableInstrumentId
are mandatory inside of the request body. Price can be set to 0 for market orders.
If using a stop
type of order, you must specify the stopPrice
.
Validity (also known as TimeInForce - TIF in some error messages) must be IOC
for market
orders and GTC
for limit
and stop
orders.