OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler  1.11.0
API documentation
Defines.h File Reference

Go to the source code of this file.

Classes

struct  StringTraits
 
struct  String< N, FILLER >
 
struct  Alpha< N >
 
struct  Alphanumeric< N >
 
struct  Text< N >
 
struct  Unit
 
struct  NotImplementedException
 
struct  SeqNumberTraits
 

Namespaces

 OnixS
 
 OnixS::CboeCFE
 
 OnixS::CboeCFE::Trading
 
 OnixS::CboeCFE::Trading::BOE
 

Typedefs

typedef unsigned short Port
 
typedef UInt8 Binary1
 
typedef UInt16 Binary2
 
typedef UInt32 Binary4
 
typedef UInt64 Binary8
 
typedef Int32 SignedBinary4
 
typedef FixedPointDecimal< Int64, IntegralConstant< Int8,-4 > > BinaryPrice
 
typedef UInt64 DateTime
 
typedef UInt32 Date
 
typedef Binary4 SeqNumber
 

Functions

template<size_t N>
bool operator== (const String< N > &ref, const std::string &str)
 
template<size_t N>
bool operator!= (const String< N > &ref, const std::string &str)
 
template<size_t N>
bool operator== (const String< N > &ref, Byte ch)
 
template<size_t N>
bool operator!= (const String< N > &ref, Byte ch)
 
template<size_t N>
std::ostream & operator<< (std::ostream &stream, const String< N > &value)
 
template<size_t N>
void toStr (std::string &str, const String< N > &value)
 
template<size_t N>
std::string toStr (const String< N > &value)