OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler  1.11.0
API documentation
ABI.h File Reference
#include <OnixS/CboeCFE/Trading/BOE/Export.h>
#include <OnixS/CboeCFE/Trading/BOE/Compiler.h>

Go to the source code of this file.

Macros

#define ONIXS_CBOE_CFE_BOE_API_DECL(typeKind, typeName)   typeKind typeName
 
#define ONIXS_CBOE_CFE_BOE_THROWABLE   ONIXS_CBOE_CFE_BOE_API
 
#define ONIXS_CBOE_CFE_BOE_DECLARE_T0_STR_FUNCTIONS(Type)
 

Macro Definition Documentation

#define ONIXS_CBOE_CFE_BOE_API_DECL (   typeKind,
  typeName 
)    typeKind typeName

Definition at line 31 of file ABI.h.

#define ONIXS_CBOE_CFE_BOE_DECLARE_T0_STR_FUNCTIONS (   Type)
Value:
/** Appends string presentation of object. */ \
ONIXS_CBOE_CFE_BOE_API void toStr(std::string&, Type); \
/** Returns string presentation of object. */ \
inline std::string toStr(const Type& value)\
{\
std::string str;\
toStr(str, value);\
return str;\
}
void toStr(std::string &str, const FixedPointDecimal< Mantissa, Exponent > &number)
Serializes fixed-point decimal into a string.
Definition: Decimal.h:156

Definition at line 38 of file ABI.h.

#define ONIXS_CBOE_CFE_BOE_THROWABLE   ONIXS_CBOE_CFE_BOE_API

Definition at line 34 of file ABI.h.