![]() |
MarketFactory 3.14.0 C# API
|
Struct that contains a (market, feed) pair. More...
Public Member Functions | |
| FeedMarketID () | |
| FeedMarketID (ProtoByteBuffer buffer) | |
| FeedMarketID (int marketID, int feedID) | |
| override bool | Equals (Object rhs) |
| override int | GetHashCode () |
| override string | ToString () |
Public Attributes | |
| int | feedID |
| A unique identifier for the feed. More... | |
| int | marketID |
| A market ID, which identifies a unique financial instrument. More... | |
Struct that contains a (market, feed) pair.
| FeedMarketID | ( | ) |
| FeedMarketID | ( | ProtoByteBuffer | buffer | ) |
| FeedMarketID | ( | int | marketID, |
| int | feedID | ||
| ) |
| override bool Equals | ( | Object | rhs | ) |
| override int GetHashCode | ( | ) |
| override string ToString | ( | ) |
| int marketID |
A market ID, which identifies a unique financial instrument.
| int feedID |
A unique identifier for the feed.