76 : gapAndErrorHandling_(
94 return gapAndErrorHandling_;
103 gapAndErrorHandling_ = handling;
122 toStr(str, settings);
#define ONIXS_CMESTREAMLINEDMDH_NAMESPACE_BEGIN
#define ONIXS_CMESTREAMLINEDMDH_LTWT_STRUCT
#define ONIXS_CMESTREAMLINEDMDH_NAMESPACE_END
#define ONIXS_CMESTREAMLINEDMDH_LTWT_CLASS
#define ONIXS_CMESTREAMLINEDMDH_EXPORTED
NaturalRefreshSession()
Configures session settings according to specialization.
Set of parameters affecting Handler's behavior when market data processing session is spawned.
~SessionSettings()
Cleans everything up.
SessionSettings()
Initializes parameters with default values.
GapAndErrorHandlingOptions::Enum gapAndErrorHandling() const
Defines what Handler should do in case of gap in real-time (incremental) data.
void gapAndErrorHandling(GapAndErrorHandlingOptions::Enum handling)
Defines what Handler should do in case of gap in real-time (incremental) data.
void toStr(std::string &str, const Decimal &number)
Defines the way Handler has to handle gap in real-time (incremental) data.
Enum
Defines the way Handler has to handle gap in real-time (incremental) data.
@ ContinueProcessing
Handler continues processing of real-time market data.
UInt32 Base
Integral type serving as basement for given enumeration.