![]() |
MarketFactory 3.14.0 C# API
|
Trading Event: trade acknowledgement was rejected. More...
Public Member Functions | |
| TradeCaptureAck () | |
| TradeCaptureAck (ProtoByteBuffer buffer) | |
| TradeCaptureAck (int sequenceID, int feedID, int marketID, string execID, TradeStatus status, string text, long timeHandler, long timeApiServer, long timeApiClient, string detail) | |
| override bool | Equals (Object rhs) |
| override int | GetHashCode () |
| override string | ToString () |
Public Attributes | |
| string | detail |
| string | execID |
| int | feedID |
| A unique identifier for the feed. More... | |
| int | marketID |
| A market ID, which identifies a unique financial instrument. More... | |
| int | sequenceID |
| User sequence id. More... | |
| TradeStatus | status |
| string | text |
| long | timeApiClient |
| Timestamp at the client API (taken on the client host). More... | |
| long | timeApiServer |
| Timestamp in the client handler within Whisperer. More... | |
| long | timeHandler |
| Timestamp exiting the feed handler within Whisperer. More... | |
Trading Event: trade acknowledgement was rejected.
| TradeCaptureAck | ( | ) |
| TradeCaptureAck | ( | ProtoByteBuffer | buffer | ) |
| TradeCaptureAck | ( | int | sequenceID, |
| int | feedID, | ||
| int | marketID, | ||
| string | execID, | ||
| TradeStatus | status, | ||
| string | text, | ||
| long | timeHandler, | ||
| long | timeApiServer, | ||
| long | timeApiClient, | ||
| string | detail | ||
| ) |
| override bool Equals | ( | Object | rhs | ) |
| override int GetHashCode | ( | ) |
| override string ToString | ( | ) |
| int sequenceID |
User sequence id.
| int feedID |
A unique identifier for the feed.
| int marketID |
A market ID, which identifies a unique financial instrument.
| string execID |
| TradeStatus status |
| string text |
| 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).
| string detail |