OnixS C++ Tullett Prebon SURF Handler  1.6.1
API documentation
Record Struct Reference

#include <OnixS/SURF/MarketData/Record.h>

Public Member Functions

 Record (const std::string &name, const FieldIdArray &fieldIds, const FieldValueArray &fieldsMap)
 
std::string toString () const
 

Public Attributes

RecordType::Enum type
 
const std::string & name
 
RecordNumber rtl
 
const FieldIdArrayfieldIds
 
const FieldValueArrayfieldsMap
 
HighResolutionTime receivingTime
 

Detailed Description

Definition at line 37 of file Record.h.

Constructor & Destructor Documentation

Record ( const std::string &  name,
const FieldIdArray fieldIds,
const FieldValueArray fieldsMap 
)

Initialize new instance with default values.

Member Function Documentation

std::string toString ( ) const

Returns string representation.

Member Data Documentation

const FieldIdArray& fieldIds

Collection of fields.

Definition at line 52 of file Record.h.

const FieldValueArray& fieldsMap

Collection of fields (map field identifier to FieldValue).

Definition at line 55 of file Record.h.

const std::string& name

Name.

Definition at line 46 of file Record.h.

HighResolutionTime receivingTime

Return time when message was received.

Definition at line 58 of file Record.h.

Record number.

Definition at line 49 of file Record.h.

Type.

Definition at line 43 of file Record.h.


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