|
EPAM B2BITS ICE Impact Handler C++
1.1.4
|
Message flow reset. More...
#include <B2BITS_IceImpactEvents.h>

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... | |
| UnitService * | unitService |
| 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... | |
Message flow reset.
| 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
1.8.5