EPAM B2BITS C++ MOEX/Spectra MarketData handler  1.24.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Typedefs | Enumerations
Spectra Namespace Reference

RTS FAST/FIX Spectra namespace. More...

Classes

struct  TCPReplayParams
 Represents TCPReplay params. More...
 
struct  SpectraApplicationParams
 Startup parameters. More...
 
class  SpectraApplication
 Represents RTS SPECTRA application. More...
 
struct  ReferenceCounterBase
 
class  SpectraApplicationListener
 
class  SecurityDefinitionListener
 Receives Security Definition messages. More...
 
class  InstrumentListener
 Receives instrument related events. More...
 
class  FeedListener
 Receives Security Definition messages. More...
 
class  SpectraThreadManager
 Represents RTS Spectra thread manager. More...
 
struct  SpectraDataChannel
 
struct  SpectraDataFeed
 
struct  SpectraConnection
 
struct  SpectraSubscriptionItem
 Information for/about subscription. More...
 

Typedefs

typedef std::string Symbol
 
typedef std::string SecurityID
 
typedef std::string SecurityDesc
 
typedef std::string MarketID
 

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_PACKET_ORDER, RR_SNAPSHOT, RR_NATURAL_RECOVERY,
  RR_RESET, RR_UNSUBSCRIBE, RR_EMPTYDATA, RR_HOLE_REASON,
  RR_OVERFLOW_REASON, RR_USER_REASON, RR_FIRST_RECOVERY_REASON, RR_FIRST_DATA_REASON
}
 
enum  Specialtags { ST_CHANNELID = 1, ST_ALLCHANNELS = 2, ST_NOTHING }
 

Detailed Description

RTS FAST/FIX Spectra namespace.

RTS FAST/FIX SPECTRA namespace.

Typedef Documentation

typedef std::string Spectra::MarketID
typedef std::string Spectra::SecurityDesc
typedef std::string Spectra::SecurityID
typedef std::string Spectra::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_PACKET_ORDER 
RR_SNAPSHOT 
RR_NATURAL_RECOVERY 
RR_RESET 
RR_UNSUBSCRIBE 
RR_EMPTYDATA 
RR_HOLE_REASON 
RR_OVERFLOW_REASON 
RR_USER_REASON 
RR_FIRST_RECOVERY_REASON 
RR_FIRST_DATA_REASON 
Enumerator
ST_CHANNELID 
ST_ALLCHANNELS 
ST_NOTHING