OnixS EuroTLX MITCH Handler for C++  1.1.0.1
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
SnapshotCompleteMsg Struct Reference

Used by the server to indicate that the transmission of an order book snapshot is complete. More...

Public Member Functions

bool regularSubBook () const
 Checks flags and indicates whether subbook is regular.
 
bool RFQTrades () const
 Checks flags and indicates whether RFQTrades flag is set.
 
std::string toString () const
 Returns string representation.
 

Static Public Member Functions

static const char * name ()
 string name of the message
 

Public Attributes

SequenceNumber sequenceNumber
 Sequence number with which the snapshot is synchronized.
 
String< 6 > segment
 Segment the snapshot relates to. More...
 
InstrumentId instrumentId
 Instrument the snapshot relates to. More...
 
Byte reserved
 
Byte flags
 Flags.
 
Byte tradingStatus
 Trading Status.
 
Byte snapshotType
 Type of the snapshot.
 
UInt32 requestID
 Unique identifier of the request.
 
- Public Attributes inherited from Message
UInt8 length
 Message Length.
 
Byte type
 Message Type.
 

Detailed Description

Used by the server to indicate that the transmission of an order book snapshot is complete.

Member Data Documentation

InstrumentId instrumentId

Instrument the snapshot relates to.

The field will be blank if the snapshot does not relate to an instrument.

String<6> segment

Segment the snapshot relates to.

The field will contain only spaces if it does not relate to a segment.