![]() |
MarketFactory 3.14.0 C# API
|
Trading Event: Rejection of a request to cancel an order. More...
Public Member Functions | |
| OrderCancelRejected () | |
| OrderCancelRejected (ProtoByteBuffer buffer) | |
| OrderCancelRejected (int sequenceID, long orderID, string clOrdID, string exOrdID, string cxlID, string modelID, long timeExchange, long timeHandler, long timeApiServer, long timeApiClient, int feedID, int marketID, CancelRejectReason reason, string text) | |
| override bool | Equals (Object rhs) |
| override int | GetHashCode () |
| override string | ToString () |
Public Attributes | |
| 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... | |
| CancelRejectReason | reason |
| int | sequenceID |
| User sequence id. More... | |
| 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: Rejection of a request to cancel an order.
| OrderCancelRejected | ( | ProtoByteBuffer | buffer | ) |
| OrderCancelRejected | ( | int | sequenceID, |
| long | orderID, | ||
| string | clOrdID, | ||
| string | exOrdID, | ||
| string | cxlID, | ||
| string | modelID, | ||
| long | timeExchange, | ||
| long | timeHandler, | ||
| long | timeApiServer, | ||
| long | timeApiClient, | ||
| int | feedID, | ||
| int | marketID, | ||
| CancelRejectReason | 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.
| CancelRejectReason reason |
| string text |
The text the venue sent us if any.