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::InstrumentResetEvent Struct Reference

Instrument book reset. More...

#include <B2BITS_IceImpactEvents.h>

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

Public Attributes

unsigned long long UserCookie
 User data specified when subscribing to instrument. More...
 
UnitServiceunitService
 
unsigned marketID
 MarketID. More...
 
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...
 
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

Instrument book reset.

Member Data Documentation

unsigned IceImpact::InstrumentResetEvent::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::InstrumentResetEvent::isFOD

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

char IceImpact::InstrumentResetEvent::isFullImplied

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

unsigned IceImpact::InstrumentResetEvent::marketID

MarketID.

ResetReason::Type IceImpact::InstrumentResetEvent::rr

Reset reason.

UnitService* IceImpact::InstrumentResetEvent::unitService

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

unsigned long long IceImpact::InstrumentResetEvent::UserCookie

User data specified when subscribing to instrument.