Page History
...
| Gliffy Diagram | ||||
|---|---|---|---|---|
|
Subscription Response
| Note | ||
|---|---|---|
| ||
The client will receive an immediate response to an invalid However, the client may not always receive an immediate
A Venue's response actually depends on the instrument being traded, time of day and venue-specific behaviour. The client may wish to implement a timeout mechanism to unsubscribe and then either:
|
SecurityStatus Messages
SecurityStatus messages communicate static attributes of each instrument supported by the Venue and are delivered on successful connection to a CLOB Pricing session.
...
- OrderDepth - MDEntryID provides a unique identifier of that individual Order, as and when the order is modified it's ID will change. Additional linkage information may also be provided by the venue so the market data consumer can track each individual order through it's entire lifetime. Whisperer currently delivers this in the NoEntryPassthruFields block, if available.
- PriceDepth - here the MDEntryID represents a specific side/price level and so could be used to give the correct book ordering. Typically it will be a string representation of either the price itself, or the level within the book (position number).
| Info | ||
|---|---|---|
| ||
The MDEntryID is guaranteed to be unique through the MDUpdateAction lifecycle for the parent subscription only:
|
In order to ensure a consistent processing model across both book types, the client may implement an efficient equivalent of the following:
...