Page History
...
- LIMIT IOC ORDERS
- LIMIT GTC ORDERS
- GTC STOP ORDERS
- LIMIT GTC STOP ORDERS
LIMIT Orders need a valid limit price, while STOP Orders require a valid stop price provided at the time of submission with submitOrder(). The submitted orders go to the Agg-Feed where they are held until either the order expires or the specified LIMIT or STOP price is available for execution.
...
Orders that are submitted using the Agg-Feed can be tracked using the order tracking feature on the MarketFactory portal
| Info | ||
|---|---|---|
| ||
The Agg-Feed may present a -1 sequence number (or sequenceID=-1) specifically for OrderRejected events, this value is considered 'valid' due to the way in which orders are handled. The negative number can arise due to NOP limits being exceeded in addition to orders that are unable to be routed to the FeedServer (e.g as a result of an INVALID_MARKET where the instrument pair is not enabled to execute the order) |