OnixS C++ Tullett Prebon SURF Handler 1.6.1
API documentation
Loading...
Searching...
No Matches
Record Struct Reference

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()

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

Initialize new instance with default values.

Member Function Documentation

◆ toString()

std::string toString ( ) const

Returns string representation.

Member Data Documentation

◆ fieldIds

const FieldIdArray& fieldIds

Collection of fields.

Definition at line 52 of file Record.h.

◆ fieldsMap

const FieldValueArray& fieldsMap

Collection of fields (map field identifier to FieldValue).

Definition at line 55 of file Record.h.

◆ name

const std::string& name

Name.

Definition at line 46 of file Record.h.

◆ receivingTime

HighResolutionTime receivingTime

Return time when message was received.

Definition at line 58 of file Record.h.

◆ rtl

Record number.

Definition at line 49 of file Record.h.

◆ type

Type.

Definition at line 43 of file Record.h.