![]() |
MarketFactory 3.14.0 C# API
|
A request to stream quotes. More...
Public Member Functions | |
| QuoteRequest () | |
| QuoteRequest (ProtoByteBuffer buffer) | |
| QuoteRequest (int feedID, int marketID, bool isBaseSpecified, string quoteReqID, string mdStreamID, MFFloat amount, Side side, long settlDate, long timeApiClient, long timeApiServer, long timeHandler, string detail) | |
| override bool | Equals (Object rhs) |
| override int | GetHashCode () |
| override string | ToString () |
Public Attributes | |
| MFFloat | amount |
| A currency amount/size, in MFFloat format. More... | |
| string | detail |
| int | feedID |
| A unique identifier for the feed. More... | |
| bool | isBaseSpecified |
| int | marketID |
| A market ID, which identifies a unique financial instrument. More... | |
| string | mdStreamID |
| string | quoteReqID |
| long | settlDate |
| Side | side |
| Which side the request is for. 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 | timeHandler |
| Timestamp exiting the feed handler within Whisperer. More... | |
A request to stream quotes.
| QuoteRequest | ( | ) |
| QuoteRequest | ( | ProtoByteBuffer | buffer | ) |
| QuoteRequest | ( | int | feedID, |
| int | marketID, | ||
| bool | isBaseSpecified, | ||
| string | quoteReqID, | ||
| string | mdStreamID, | ||
| MFFloat | amount, | ||
| Side | side, | ||
| long | settlDate, | ||
| 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.
| bool isBaseSpecified |
| string quoteReqID |
| string mdStreamID |
| Side side |
Which side the request is for.
| long settlDate |
| 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 |