![]() |
MarketFactory 3.14.0 C# API
|
Trading Event: Indicates the completion and final removal of an order. More...
Public Member Functions | |
| OrderDone () | |
| OrderDone (ProtoByteBuffer buffer) | |
| OrderDone (int sequenceID, long orderID, string clOrdID, string exOrdID, string modelID, long timeExchange, long timeHandler, long timeApiServer, long timeApiClient, int feedID, int marketID) | |
| override bool | Equals (Object rhs) |
| override int | GetHashCode () |
| override string | ToString () |
Public Attributes | |
| string | clOrdID |
| Client-provided order ID. More... | |
| string | exOrdID |
| Exchange order ID. More... | |
| int | feedID |
| A unique identifier for the feed. More... | |
| int | marketID |
| A market ID, which identifies a unique financial instrument. More... | |
| string | modelID |
| long | orderID |
| Internal order ID. More... | |
| int | sequenceID |
| User sequence id. More... | |
| long | timeApiClient |
| Timestamp at the client API (taken on the client host). More... | |
| long | timeApiServer |
| Timestamp in the client handler within Whisperer. More... | |
| long | timeExchange |
| Timestamp provided by the exchange. More... | |
| long | timeHandler |
| Timestamp exiting the feed handler within Whisperer. More... | |
Trading Event: Indicates the completion and final removal of an order.
| OrderDone | ( | ) |
| OrderDone | ( | ProtoByteBuffer | buffer | ) |
| OrderDone | ( | int | sequenceID, |
| long | orderID, | ||
| string | clOrdID, | ||
| string | exOrdID, | ||
| string | modelID, | ||
| long | timeExchange, | ||
| long | timeHandler, | ||
| long | timeApiServer, | ||
| long | timeApiClient, | ||
| int | feedID, | ||
| int | marketID | ||
| ) |
| override bool Equals | ( | Object | rhs | ) |
| override int GetHashCode | ( | ) |
| override string ToString | ( | ) |
| int sequenceID |
User sequence id.
| long orderID |
Internal order ID.
| string clOrdID |
Client-provided order ID.
| string exOrdID |
Exchange order ID.
| string modelID |
| long timeExchange |
Timestamp provided by the exchange.
| long timeHandler |
Timestamp exiting the feed handler within Whisperer.
| long timeApiServer |
Timestamp in the client handler within Whisperer.
| long timeApiClient |
Timestamp at the client API (taken on the client host).
| int feedID |
A unique identifier for the feed.
| int marketID |
A market ID, which identifies a unique financial instrument.