![]() |
MarketFactory 3.14.0 C# API
|
Market maker rejects quote request. More...
Public Member Functions | |
| RejectQuoteRequest () | |
| RejectQuoteRequest (ProtoByteBuffer buffer) | |
| RejectQuoteRequest (int feedID, int marketID, string quoteReqID, QuoteRequestRejectReason reason, string text, long timeApiClient, long timeApiServer, long timeHandler, string detail) | |
| override bool | Equals (Object rhs) |
| override int | GetHashCode () |
| override string | ToString () |
Public Attributes | |
| string | detail |
| int | feedID |
| A unique identifier for the feed. More... | |
| int | marketID |
| A market ID, which identifies a unique financial instrument. More... | |
| string | quoteReqID |
| QuoteRequestRejectReason | reason |
| 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... | |
Market maker rejects quote request.
| RejectQuoteRequest | ( | ProtoByteBuffer | buffer | ) |
| RejectQuoteRequest | ( | int | feedID, |
| int | marketID, | ||
| string | quoteReqID, | ||
| QuoteRequestRejectReason | reason, | ||
| string | text, | ||
| long | timeApiClient, | ||
| long | timeApiServer, | ||
| long | timeHandler, | ||
| string | detail | ||
| ) |
| override bool Equals | ( | Object | rhs | ) |
| override int GetHashCode | ( | ) |
| override string ToString | ( | ) |
| int feedID |
A unique identifier for the feed.
| int marketID |
A market ID, which identifies a unique financial instrument.
| string quoteReqID |
| QuoteRequestRejectReason reason |
| string text |
| long timeApiClient |
Timestamp at the client API (taken on the client host).
| long timeApiServer |
Timestamp in the client handler within Whisperer.
| long timeHandler |
Timestamp exiting the feed handler within Whisperer.
| string detail |