![]() |
MarketFactory 3.14.0 C# API
|
Description of a subcription. More...
Public Member Functions | |
| Subscription () | |
| Subscription (ProtoByteBuffer buffer) | |
| Subscription (APIType apiType, int feedID, int marketID) | |
| override bool | Equals (Object rhs) |
| override int | GetHashCode () |
| override string | ToString () |
Public Attributes | |
| APIType | apiType |
| The type of subscription: market data or trading. More... | |
| int | feedID |
| A unique identifier for the feed. More... | |
| int | marketID |
| The market's unique ID on this feed (only used for MARKETDATA). More... | |
Description of a subcription.
| Subscription | ( | ) |
| Subscription | ( | ProtoByteBuffer | buffer | ) |
| Subscription | ( | APIType | apiType, |
| int | feedID, | ||
| int | marketID | ||
| ) |
| override bool Equals | ( | Object | rhs | ) |
| override int GetHashCode | ( | ) |
| override string ToString | ( | ) |
| APIType apiType |
The type of subscription: market data or trading.
| int feedID |
A unique identifier for the feed.
| int marketID |
The market's unique ID on this feed (only used for MARKETDATA).