![]() |
MarketFactory 3.14.0 C# API
|
A market-data and trading feed. More...
Public Member Functions | |
| APIFeed () | |
| APIFeed (ProtoByteBuffer buffer) | |
| APIFeed (string name, string exchangeName, int feedID, long flags, APIMarket[] marketList) | |
| override bool | Equals (Object rhs) |
| override int | GetHashCode () |
| override string | ToString () |
Public Attributes | |
| string | exchangeName |
| The name of the exchange. More... | |
| int | feedID |
| A unique identifier for the feed. More... | |
| long | flags |
| APIFeed flags bitmask providing information about the feed. More... | |
| APIMarket [] | marketList |
| A list of markets supported by this feed. More... | |
| string | name |
| The name of the field (from the configuration). More... | |
A market-data and trading feed.
| APIFeed | ( | ) |
| APIFeed | ( | ProtoByteBuffer | buffer | ) |
| override bool Equals | ( | Object | rhs | ) |
| override int GetHashCode | ( | ) |
| override string ToString | ( | ) |
| string name |
The name of the field (from the configuration).
| string exchangeName |
The name of the exchange.
| int feedID |
A unique identifier for the feed.
| long flags |
| APIMarket [] marketList |
A list of markets supported by this feed.