Channel object is used to receive market data of a particular CME channel.
More...
Channel object is used to receive market data of a particular CME channel and maintains a collection of resolvers and a collection of instruments. Channel objects for channels defined in the channel configuration file are instantiated automatically by the open method.
typedef std::vector<Channel*> ChannelVector |
enum ChannelDataEventType |
Enumerator |
---|
cdeFeedConnected |
Feed connected.
|
cdeFeedDisconnected |
Feed disconnected.
|
cdeFeedFail |
|
enum ChannelDataControlCode |
Channel data control code is used to control channel data processing from channel data listener callback functions.