24 #include <OnixS/SURF/MarketData/Export.h> 30 namespace OnixS {
namespace SURF {
namespace MarketData {
40 Record(
const std::string& name,
const FieldIdArray& fieldIds,
const FieldValueArray& fieldsMap);
61 std::string toString()
const;
RecordNumber rtl
Record number.
Enum
Known (selected) error codes.
HighResolutionTime receivingTime
Return time when message was received.
unsigned int RecordNumber
Alias for record number.
std::vector< FieldId > FieldIdArray
Alias for record fields storage.
RecordType::Enum type
Type.
std::vector< FieldValue * > FieldValueArray
std::ostream & operator<<(std::ostream &, const Decimal &)
const FieldIdArray & fieldIds
Collection of fields.
const FieldValueArray & fieldsMap
Collection of fields (map field identifier to FieldValue).
const std::string & name
Name.
Miscellaneous time traits.