OnixS C++ Fenics UST BIMP Market Data Handler  1.1.0
API documentation
DataSource Struct Reference

#include <OnixS/FenicsUST/MarketData/Bimp/Defines.h>

Public Types

enum  Origin { Multicast = 0, Replay = 1, Spin = 2 }
 

Public Member Functions

 DataSource ()
 
 DataSource (const Timestamp &ts)
 
std::string toString () const
 

Public Attributes

Timestamp packetReceptionTime
 
UInt16 packetMessageCount
 
UInt8 packetMessageNumber
 
UInt64 messageSeqNum
 
Origin origin
 
bool cached
 

Detailed Description

Definition at line 41 of file Defines.h.

Member Enumeration Documentation

enum Origin
Enumerator
Multicast 
Replay 
Spin 

Definition at line 46 of file Defines.h.

Constructor & Destructor Documentation

DataSource ( )
inline

Definition at line 43 of file Defines.h.

DataSource ( const Timestamp ts)
inline

Definition at line 44 of file Defines.h.

Member Function Documentation

std::string toString ( ) const

Member Data Documentation

bool cached

The packet was cached due to incorrect sequence.

Definition at line 69 of file Defines.h.

UInt64 messageSeqNum

Message sequence number.

Definition at line 63 of file Defines.h.

Origin origin

the way data received

Definition at line 66 of file Defines.h.

UInt16 packetMessageCount

Message sequence number.

Definition at line 57 of file Defines.h.

UInt8 packetMessageNumber

Number of message in packet.

Definition at line 60 of file Defines.h.

Timestamp packetReceptionTime

Time when the packet was received by Handler from UDP, in system ticks,.

See also
Time.h

Definition at line 54 of file Defines.h.


The documentation for this struct was generated from the following file: