OnixS ICE iMpact Multicast Price Feed Handler C++ library  8.15.1
API documentation
Rfq Struct Reference

#include <Rfq.h>

Public Types

enum  { messageType = 'k' }
 

Public Member Functions

 Rfq ()
 
 Rfq (const char *data, size_t dataSize)
 
void deserialize (const char *data, size_t dataSize)
 
void reset ()
 
std::string toString () const
 

Public Attributes

MarketId marketId
 
DateTime messageTimestamp
 
long long rfqSystemId
 
short marketTypeId
 
MarketId underlyingMarketId
 
int quantity
 
Side::Enum side
 

Detailed Description

Definition at line 36 of file Rfq.h.

Member Enumeration Documentation

anonymous enum

Message type constant.

Enumerator
messageType 

Definition at line 39 of file Rfq.h.

Constructor & Destructor Documentation

Rfq ( )

Default constructor.

Rfq ( const char *  data,
size_t  dataSize 
)

Initialize from raw message data.

Member Function Documentation

void deserialize ( const char *  data,
size_t  dataSize 
)

Deserialize from raw data.

void reset ( )

Reset all fields to default values.

std::string toString ( ) const

Returns string representation.

Member Data Documentation

MarketId marketId

Unique identifier of the market.

Definition at line 42 of file Rfq.h.

short marketTypeId

Market type ID.

Definition at line 51 of file Rfq.h.

DateTime messageTimestamp

Date time of the RFQ. Milliseconds since Jan 1st, 1970, 00:00:00 GMT.

Definition at line 45 of file Rfq.h.

int quantity

Quantity.

Definition at line 57 of file Rfq.h.

long long rfqSystemId

System ID of the RFQ.

Definition at line 48 of file Rfq.h.

Side::Enum side

Tells whether request represents bid or offer.

Definition at line 60 of file Rfq.h.

MarketId underlyingMarketId

Unique identifier of the market.

Definition at line 54 of file Rfq.h.


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