OnixS Thomson Reuters Matching API (MAPI) Market Data Handler for C++  1.6.0.0
Public Member Functions | Public Attributes | List of all members
MarketSubscription Struct Reference

Connection settings. More...

Public Member Functions

 MarketSubscription (AccessLevel::Enum accessLevel, const std::string &symbol, const std::string &tcid)
 Initialize instance.
 
std::string toString () const
 Returns the string representation.
 

Public Attributes

AccessLevel::Enum accessLevel
 The user access level of the subscription (one of Standard, Premium or Enhanced).
 
std::string symbol
 The symbol to subscribe to (valid market symbol e.g. GBP=, AUD=).
 
std::string tcid
 The Terminal Controller ID of the subscription.
 

Detailed Description

Connection settings.