EPAM B2BITS C++ Bovespa MarketData handler  1.28.2
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes | Typedefs | Enumerations
Bovespa Namespace Reference

FAST/FIX Bovespa namespace. More...

Classes

struct  ChannelConnection
 Represents Bovespa channel connection. More...
 
struct  TCPReplayParams
 Represents TCPReplay params. More...
 
struct  BovespaApplicationParams
 Startup parameters. More...
 
class  BovespaApplication
 Represents Bovespa application. More...
 
class  BovespaApplicationListener
 
class  SecurityDefinitionListener
 Receives Security Definition messages. More...
 
class  InstrumentListener
 Receives instrument related events. More...
 
class  FeedListener
 Receives Security Definition messages. More...
 
class  ReferenceCounter
 
class  BovespaThreadManager
 Represents Bovespa thread manager. More...
 
struct  BovespaChannelInfo
 Information about Channel/Feed IDs. More...
 
struct  BovespaSubscriptionItem
 Information for/about subscription. More...
 

Typedefs

typedef std::string Symbol
 
typedef u64 SecurityID
 
typedef std::string SecurityDesc
 
typedef std::vector
< BovespaChannelInfo
BovespaChannels
 

Enumerations

enum  RecoveryOptions { RO_USE_MARKET_RECOVERY = 0, RO_USE_NATURAL_REFRESH, RO_USE_ALL_METHODS, RO_USE_MARKET_START_NATURAL_REFRESH_RECOVERY }
 
enum  RecoveryReason {
  RR_NA = 0, RR_SNAPSHOT, RR_NATURAL_RECOVERY, RR_EMPTYDATA,
  RR_GAP_REASON, RR_USER_REASON, RR_FIRST_RECOVERY_REASON, RR_RESET
}
 
enum  Specialtags { ST_CHANNELID = 1, ST_ALLCHANNELS = 2, ST_NOTHING }
 

Detailed Description

FAST/FIX Bovespa namespace.

Typedef Documentation

typedef std::string Bovespa::SecurityDesc
typedef std::string Bovespa::Symbol

Enumeration Type Documentation

Enumerator
RO_USE_MARKET_RECOVERY 
RO_USE_NATURAL_REFRESH 
RO_USE_ALL_METHODS 
RO_USE_MARKET_START_NATURAL_REFRESH_RECOVERY 
Enumerator
RR_NA 
RR_SNAPSHOT 
RR_NATURAL_RECOVERY 
RR_EMPTYDATA 
RR_GAP_REASON 
RR_USER_REASON 
RR_FIRST_RECOVERY_REASON 
RR_RESET 
Enumerator
ST_CHANNELID 
ST_ALLCHANNELS 
ST_NOTHING