post
https://api.connex.trade/api/v1/brokerx/order/place
Note
Place a US stock order for a client account. Supported order types are L (limit) and M (market). For a market order, send price: "0".
For GTD, provide orderExpiryDate. Conditional orders UT, DT, SL and OCO require triggerPrice; OCO also requires stopPrice; TIME requires timeToSend.
reference is your custom order identifier. If omitted, the server generates a UUID. Use orderNo for modifications; cancellation accepts either orderNo or reference.
Check data.orderStatus as well as code: a rejected order can return code: 200 with orderStatus: "REJ", a null orderNo, and a rejectReason. Acceptance does not mean the order has filled. Follow execution through Query orders, Query trades, or WebSocket.
