OnixS C++ SGX Titan ITCH Market Data Handler  1.2.2
API documentation
GlimpseService.Messages.cpp File Reference
#include "GlimpseService.Messages.h"
#include <util/TextBuilder.h>
#include <boost/static_assert.hpp>
#include "SerializationUtils.h"

Go to the source code of this file.

Namespaces

 OnixS
 
 OnixS::SgxTitan
 
 OnixS::SgxTitan::MarketData
 
 OnixS::SgxTitan::MarketData::Itch
 

Macros

#define ADD_FIELD_TEXT(FieldName)   str += #FieldName; str += " = '"; toStr(str, msg.FieldName()); str += "', ";
 

Functions

void toStr (std::string &, const EndOfSnapshotMsg &)
 

Macro Definition Documentation

#define ADD_FIELD_TEXT (   FieldName)    str += #FieldName; str += " = '"; toStr(str, msg.FieldName()); str += "', ";

Definition at line 30 of file GlimpseService.Messages.cpp.