![]() |
MarketFactory 3.14.0 C# API
|
Trading Event: Indicates that an order was canceled, either by the user, or by the exchange. More...
Public Member Functions | |
| OrderCanceled () | |
| OrderCanceled (ProtoByteBuffer buffer) | |
| OrderCanceled (int sequenceID, long orderID, string clOrdID, string exOrdID, string cxlID, string modelID, long timeExchange, long timeHandler, long timeApiServer, long timeApiClient, int feedID, int marketID, Side side, MFFloat amount, MFFloat price, CancelReason reason, string text) | |
| override bool | Equals (Object rhs) |
| override int | GetHashCode () |
| override string | ToString () |
Public Attributes | |
| MFFloat | amount |
| A currency amount/size, in MFFloat format. More... | |
| string | clOrdID |
| Client-provided order ID. More... | |
| string | cxlID |
| Client-provided cancellation request 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... | |
| MFFloat | price |
| A currency price, in MFFloat format. More... | |
| CancelReason | reason |
| int | sequenceID |
| User sequence id. More... | |
| Side | side |
| string | text |
| The text the venue sent us if any. 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 that an order was canceled, either by the user, or by the exchange.
| OrderCanceled | ( | ) |
| OrderCanceled | ( | ProtoByteBuffer | buffer | ) |
| OrderCanceled | ( | int | sequenceID, |
| long | orderID, | ||
| string | clOrdID, | ||
| string | exOrdID, | ||
| string | cxlID, | ||
| string | modelID, | ||
| long | timeExchange, | ||
| long | timeHandler, | ||
| long | timeApiServer, | ||
| long | timeApiClient, | ||
| int | feedID, | ||
| int | marketID, | ||
| Side | side, | ||
| MFFloat | amount, | ||
| MFFloat | price, | ||
| CancelReason | reason, | ||
| string | text | ||
| ) |
| 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 cxlID |
Client-provided cancellation request 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.
| Side side |
| CancelReason reason |
| string text |
The text the venue sent us if any.