![]() |
MarketFactory 3.14.0 C# API
|
A container for a market-data update for a single market. More...
Public Member Functions | |
| MarketView () | |
| MarketView (ProtoByteBuffer buffer) | |
| MarketView (FeedMarketID fmID, long timeExchange, long timeArrival, long timeHandler, long timeEnhanced, long timeApiServer, long timeApiClient, bool isSnapshot, MDEntry[] mdEntryList) | |
| override bool | Equals (Object rhs) |
| override int | GetHashCode () |
| override string | ToString () |
Public Attributes | |
| FeedMarketID | fmID |
| A feed and market ID combination. More... | |
| bool | isSnapshot |
| True if the market-data update is a full snapshot; False means this is an incremental update. More... | |
| MDEntry [] | mdEntryList |
| A list of market data entries to update. 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 | timeArrival |
| Timestamp of arrival at the handler within Whisperer. More... | |
| long | timeEnhanced |
| Timestamp that the message left the market data enhancement, if present. More... | |
| long | timeExchange |
| Timestamp provided by the exchange. More... | |
| long | timeHandler |
| Timestamp exiting the feed handler within Whisperer. More... | |
A container for a market-data update for a single market.
| MarketView | ( | ) |
| MarketView | ( | ProtoByteBuffer | buffer | ) |
| MarketView | ( | FeedMarketID | fmID, |
| long | timeExchange, | ||
| long | timeArrival, | ||
| long | timeHandler, | ||
| long | timeEnhanced, | ||
| long | timeApiServer, | ||
| long | timeApiClient, | ||
| bool | isSnapshot, | ||
| MDEntry [] | mdEntryList | ||
| ) |
| override bool Equals | ( | Object | rhs | ) |
| override int GetHashCode | ( | ) |
| override string ToString | ( | ) |
| FeedMarketID fmID |
A feed and market ID combination.
| long timeExchange |
Timestamp provided by the exchange.
| long timeArrival |
Timestamp of arrival at the handler within Whisperer.
| long timeHandler |
Timestamp exiting the feed handler within Whisperer.
| long timeEnhanced |
Timestamp that the message left the market data enhancement, if present.
| long timeApiServer |
Timestamp in the client handler within Whisperer.
| long timeApiClient |
Timestamp at the client API (taken on the client host).
| bool isSnapshot |
True if the market-data update is a full snapshot; False means this is an incremental update.
| MDEntry [] mdEntryList |
A list of market data entries to update.