|
EPAM B2BITS CME MDP Handler C++
6.2.1
|
Channel object is used to receive market data of a particular CME channel. More...
Classes | |
| struct | Cme::Mdp::ChannelOptions |
| Channel options. More... | |
| struct | Cme::Mdp::ChannelDataEvent |
| Channel data event. More... | |
| struct | Cme::Mdp::ChannelStatistics |
| Channel statistics. More... | |
| class | Cme::Mdp::Channel |
| class | Cme::Mdp::ChannelDataListener |
| class | Cme::Mdp::ChannelListener |
Typedefs | |
| typedef std::vector< Channel * > | Cme::Mdp::ChannelVector |
Enumerations | |
| enum | Cme::Mdp::ChannelDataEventType { Cme::Mdp::cdeFeedConnected, Cme::Mdp::cdeFeedDisconnected, Cme::Mdp::cdeFeedFail, Cme::Mdp::cdeUdpPacketProcessed } |
| Channel data event type. More... | |
| enum | Cme::Mdp::ChannelDataControlCode { Cme::Mdp::cdccContinue } |
Channel object is used to receive market data of a particular CME channel.
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*> Cme::Mdp::ChannelVector |
Channel data event type.
| Enumerator | |
|---|---|
| cdeFeedConnected |
Feed connected. |
| cdeFeedDisconnected |
Feed disconnected. |
| cdeFeedFail | |
| cdeUdpPacketProcessed | |
1.8.5