EPAM B2BITS ICE Impact Handler C++  1.1.4
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Attributes | List of all members
IceImpact::MessageFlowResetEvent Struct Reference

Message flow reset. More...

#include <B2BITS_IceImpactEvents.h>

Collaboration diagram for IceImpact::MessageFlowResetEvent:
Collaboration graph
[legend]

Public Attributes

ResetReason::Type rr
 Reset reason. More...
 
unsigned eventFlowId
 ID of the event flow. Events that pertain to the same flow are passed sequentially to user callbacks (onBBO, onMessage, onInstrumentReset, etc). More...
 
UnitServiceunitService
 
char isFOD
 is set to non-zero if this is a Full Order Depth channel More...
 
char isFullImplied
 What type of multicast channel is the source of data (Full Implied or not) More...
 

Detailed Description

Message flow reset.

Member Data Documentation

unsigned IceImpact::MessageFlowResetEvent::eventFlowId

ID of the event flow. Events that pertain to the same flow are passed sequentially to user callbacks (onBBO, onMessage, onInstrumentReset, etc).

char IceImpact::MessageFlowResetEvent::isFOD

is set to non-zero if this is a Full Order Depth channel

char IceImpact::MessageFlowResetEvent::isFullImplied

What type of multicast channel is the source of data (Full Implied or not)

ResetReason::Type IceImpact::MessageFlowResetEvent::rr

Reset reason.

UnitService* IceImpact::MessageFlowResetEvent::unitService

Pointer to unit service serving this instrument The pointer is valid at least until returning from callback