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