B2BITS CME MDP Handler API Reference
Public Member Functions | Public Attributes | List of all members
ChannelOptions Struct Reference

Channel options.

#include <B2BITS_CmeMdpChannel.h>

Public Member Functions

 ChannelOptions ()
 

Public Attributes

std::string label_
 Channel description. More...
 
std::string instrumentAddressA_
 Instrument definition address A. More...
 
u16 instrumentPortA_
 Instrument definition port A. More...
 
std::string instrumentAddressB_
 Instrument definition address B. More...
 
u16 instrumentPortB_
 Instrument definition port B. More...
 
std::string snapshotAddressA_
 Snapshot address A. More...
 
u16 snapshotPortA_
 Snapshot port A. More...
 
std::string snapshotAddressB_
 Snapshot address B. More...
 
u16 snapshotPortB_
 Snapshot port B. More...
 
std::string incrementalAddressA_
 Incremental address A. More...
 
u16 incrementalPortA_
 Incremental port A. More...
 
std::string incrementalAddressB_
 Incremental address B. More...
 
u16 incrementalPortB_
 Incremental port B. More...
 
std::string tcpAddressA_
 TCP replay address A. More...
 
u16 tcpPortA_
 TCP replay port A. More...
 
std::string tcpAddressB_
 TCP replay address B. More...
 
u16 tcpPortB_
 TCP replay port B. More...
 

Constructor & Destructor Documentation

ChannelOptions ( )
inline

Member Data Documentation

std::string label_
std::string instrumentAddressA_
u16 instrumentPortA_
std::string instrumentAddressB_
u16 instrumentPortB_
std::string snapshotAddressA_
u16 snapshotPortA_
std::string snapshotAddressB_
u16 snapshotPortB_
std::string incrementalAddressA_
u16 incrementalPortA_
std::string incrementalAddressB_
u16 incrementalPortB_
std::string tcpAddressA_
u16 tcpPortA_
std::string tcpAddressB_
u16 tcpPortB_