Namespaces | |
Implementation | |
Typedefs | |
typedef TimeSpanFormats::Enum | TimeSpanFormat |
typedef std::set< size_t > | CpuIndexes |
typedef char | Char |
typedef UInt8 | Binary1 |
typedef UInt16 | Binary2 |
typedef UInt32 | Binary4 |
typedef UInt64 | Binary8 |
typedef Int32 | SignedBinary4 |
typedef SignedBinary4 | BinaryPrice |
typedef UInt64 | DateTime |
typedef Binary2 | MessageSize |
typedef UInt8 | Byte |
typedef UInt16 | Word |
typedef UInt32 | DWord |
typedef UInt64 | QWord |
typedef OnixS::Concurrency::RecursiveMutex | Mutex |
typedef OnixS::Concurrency::Condition | Condition |
typedef OnixS::Concurrency::Guard< OnixS::Concurrency::Mutex > | Guard |
typedef Guard | ReleaseGuard |
Functions | |
ONIXS_SGXTITAN_OUCH_API void | throwIncorrectSize (const std::string &messageName, MessageSize receivedSize, MessageSize expectedSize) |
ONIXS_SGXTITAN_OUCH_API std::string | enumToString (HandlerState::Enum) |
ONIXS_SGXTITAN_OUCH_API std::ostream & | operator<< (std::ostream &stream, HandlerState::Enum value) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, OutboundMessageTypes::Enum) |
std::string | toStr (OutboundMessageTypes::Enum value) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, InboundMessageTypes::Enum) |
std::string | toStr (InboundMessageTypes::Enum value) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, Side::Enum) |
std::string | toStr (Side::Enum value) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, EnterOrderOpenClose::Enum) |
std::string | toStr (EnterOrderOpenClose::Enum value) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, ReplaceOrderOpenClose::Enum) |
std::string | toStr (ReplaceOrderOpenClose::Enum value) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, TimeInForce::Enum) |
std::string | toStr (TimeInForce::Enum value) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, OrderState::Enum) |
std::string | toStr (OrderState::Enum value) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, CancellationReason::Enum) |
std::string | toStr (CancellationReason::Enum value) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, OrderType::Enum) |
std::string | toStr (OrderType::Enum value) |
TimeSpan | operator- (const Timestamp &left, const Timestamp &right) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, const ConnectionRetries &) |
std::string | toStr (const ConnectionRetries &value) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, const HandlerSettings &) |
std::string | toStr (const HandlerSettings &value) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, const LogonSettings &) |
std::string | toStr (const LogonSettings &value) |
StrRef | toStrRef (const std::string &str) |
StrRef | toStrRef (const Char *cStr) |
std::string | toStr (const StrRef &ref) |
void | toStr (std::string &str, const StrRef &ref) |
std::string | toStr (Char character) |
void | toStr (std::string &str, Char character) |
void | toStr (std::string &str, const std::string &value) |
bool | operator== (const StrRef &left, const StrRef &right) |
bool | operator!= (const StrRef &left, const StrRef &right) |
bool | operator== (const StrRef &ref, const std::string &str) |
bool | operator!= (const StrRef &ref, const std::string &str) |
bool | operator== (const std::string &str, const StrRef &ref) |
bool | operator!= (const std::string &str, const StrRef &ref) |
bool | operator== (const StrRef &ref, const Char *str) |
bool | operator!= (const StrRef &ref, const Char *str) |
bool | operator== (const Char *str, const StrRef &ref) |
bool | operator!= (const Char *str, const StrRef &ref) |
bool | operator< (const StrRef &left, const StrRef &right) |
bool | operator> (const StrRef &left, const StrRef &right) |
std::ostream & | operator<< (std::ostream &stream, const StrRef &text) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, const Binary12 &) |
std::string | toStr (const Binary12 number) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, Int8) |
std::string | toStr (Int8 number) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, UInt8) |
std::string | toStr (UInt8 number) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, Int16) |
std::string | toStr (Int16 number) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, UInt16) |
std::string | toStr (UInt16 number) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, Int32) |
std::string | toStr (Int32 number) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, UInt32) |
std::string | toStr (UInt32 number) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, Int64) |
std::string | toStr (Int64 number) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, UInt64) |
std::string | toStr (UInt64 number) |
template<typename Type , Type Constant> | |
void | toStr (std::string &str, IntegralConstant< Type, Constant > constant) |
template<typename Type , Type Constant> | |
std::string | toStr (IntegralConstant< Type, Constant > constant) |
template<typename Target , typename Source > | |
Target | c_cast (Source src) |
template<typename Type > | |
void * | toOpaquePtr (Type *ptr) |
template<typename Type > | |
const void * | toOpaquePtr (const Type *ptr) |
template<typename Type > | |
Byte * | toByteBlock (Type *ptr) |
template<typename Type > | |
const Byte * | toByteBlock (const Type *ptr) |
template<typename Type > | |
Type * | advanceByBytes (Type *pointer, ptrdiff_t distance) |
template<typename Type > | |
Type * | advanceBackByBytes (Type *pointer, ptrdiff_t distance) |
template<typename Left , typename Right > | |
ptrdiff_t | byteDistance (Left *left, Right *right) |
ONIXS_SGXTITAN_OUCH_API std::string | enumToString (LogLevel::Enum) |
LogSettings::Enum | operator| (LogSettings::Enum a, LogSettings::Enum b) |
ONIXS_SGXTITAN_OUCH_API std::string | enumToString (LogSettings::Enum) |
ONIXS_SGXTITAN_OUCH_API std::string | bitsToString (LogSettings::Enum) |
ONIXS_SGXTITAN_OUCH_API std::string | enumToString (ErrorCode::Enum) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, const CancelOrder &) |
std::string | toStr (const CancelOrder &msg) |
std::ostream & | operator<< (std::ostream &stream, const CancelOrder &msg) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, const EnterOrder &) |
std::string | toStr (const EnterOrder &msg) |
std::ostream & | operator<< (std::ostream &stream, const EnterOrder &msg) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, const OrderAccepted &) |
std::string | toStr (const OrderAccepted &msg) |
std::ostream & | operator<< (std::ostream &stream, const OrderAccepted &msg) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, const OrderCancelled &) |
std::string | toStr (const OrderCancelled &msg) |
std::ostream & | operator<< (std::ostream &stream, const OrderCancelled &msg) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, const CancelByOrderId &) |
std::string | toStr (const CancelByOrderId &msg) |
std::ostream & | operator<< (std::ostream &stream, const CancelByOrderId &msg) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, const OrderRejected &) |
std::string | toStr (const OrderRejected &msg) |
std::ostream & | operator<< (std::ostream &stream, const OrderRejected &msg) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, const OrderReplaced &) |
std::string | toStr (const OrderReplaced &msg) |
std::ostream & | operator<< (std::ostream &stream, const OrderReplaced &msg) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, const ReplaceOrder &) |
std::string | toStr (const ReplaceOrder &msg) |
std::ostream & | operator<< (std::ostream &stream, const ReplaceOrder &msg) |
ONIXS_SGXTITAN_OUCH_API void | toStr (std::string &, const OrderExecuted &) |
std::string | toStr (const OrderExecuted &msg) |
std::ostream & | operator<< (std::ostream &stream, const OrderExecuted &msg) |
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) |
template<typename Integer > | |
boost::enable_if< boost::is_signed< Integer >, bool >::type | isNegative (Integer &integer) |
template<typename Integer > | |
boost::enable_if< boost::is_unsigned< Integer >, bool >::type | isNegative (Integer &) |
void | addNegativeSign (std::string &str) |
template<typename Integer > | |
boost::enable_if< boost::is_signed< Integer > >::type | addNegativeSign (std::string &str, Integer integer) |
template<typename Integer > | |
boost::enable_if< boost::is_unsigned< Integer > >::type | addNegativeSign (std::string &, Integer) |
template<typename Integer > | |
boost::enable_if< boost::is_integral< Integer >, size_t >::type | countDigits (Integer integer) |
template<typename Integer > | |
boost::enable_if< boost::is_integral< Integer >, size_t >::type | digitsToStr (Char *str, Integer integer) |
template<typename Integer > | |
boost::enable_if< boost::is_integral< Integer >, size_t >::type | measureInteger (Integer integer) |
template<typename Integer > | |
boost::enable_if< boost::is_integral< Integer > >::type | integerToStr (std::string &str, Integer integer) |
void | addIntegerAlignmentSpace (std::string &str, const FormatSpec &format, size_t digitsQty) |
void | addIntegerPrecisionZeros (std::string &str, const FormatSpec &format, size_t digitsQty) |
template<typename Integer > | |
boost::enable_if< boost::is_integral< Integer > >::type | integerToStr (std::string &str, const FormatSpec &format, Integer integer) |
void | boolToStr (std::string &str, bool value) |
template<class Item > | |
void | itemToStr (std::string &str, const Item &item) |
void | itemToStr (std::string &str, const std::string &item) |
template<class Iterator > | |
void | containerToStr (std::string &str, Iterator containerBegin, Iterator containerEnd, const std::string &delimiter=",") |
template<class Constant > | |
void | throwOutOfEnumRange (const Char *enumeration, Constant) |
BOOST_STATIC_ASSERT_MSG (sizeof(Int8)==(1),"Size of ""Int8"" must be ""1"". ") | |
BOOST_STATIC_ASSERT_MSG (sizeof(UInt8)==(1),"Size of ""UInt8"" must be ""1"". ") | |
BOOST_STATIC_ASSERT_MSG (sizeof(Int16)==(2),"Size of ""Int16"" must be ""2"". ") | |
BOOST_STATIC_ASSERT_MSG (sizeof(UInt16)==(2),"Size of ""UInt16"" must be ""2"". ") | |
BOOST_STATIC_ASSERT_MSG (sizeof(Int32)==(4),"Size of ""Int32"" must be ""4"". ") | |
BOOST_STATIC_ASSERT_MSG (sizeof(UInt32)==(4),"Size of ""UInt32"" must be ""4"". ") | |
BOOST_STATIC_ASSERT_MSG (sizeof(Int64)==(8),"Size of ""Int64"" must be ""8"". ") | |
BOOST_STATIC_ASSERT_MSG (sizeof(UInt64)==(8),"Size of ""UInt64"" must be ""8"". ") | |
BOOST_STATIC_ASSERT_MSG (sizeof(Binary12)==(12),"Size of ""Binary12"" must be ""12"". ") | |
typedef SignedBinary4 BinaryPrice |
typedef std::set<size_t> CpuIndexes |
Logical processors that a thread is allowed to run on (first logical CPU has index 0).
Definition at line 73 of file HandlerSettings.h.
typedef OnixS::Concurrency::Guard<OnixS::Concurrency::Mutex> Guard |
typedef Binary2 MessageSize |
typedef Guard ReleaseGuard |
typedef Int32 SignedBinary4 |
typedef TimeSpanFormats::Enum TimeSpanFormat |
Time span format.
Definition at line 45 of file TimeSpan.h.
|
inline |
Definition at line 323 of file NumberFormatting.h.
|
inline |
Definition at line 343 of file NumberFormatting.h.
|
inline |
Definition at line 74 of file NumberFormatting.h.
|
inline |
Definition at line 93 of file NumberFormatting.h.
|
inline |
Definition at line 112 of file NumberFormatting.h.
|
inline |
|
inline |
ONIXS_SGXTITAN_OUCH_API std::string OnixS::SgxTitan::Trading::Ouch::bitsToString | ( | LogSettings::Enum | ) |
Returns string representation.
|
inline |
Definition at line 34 of file SerializationUtils.h.
OnixS::SgxTitan::Trading::Ouch::BOOST_STATIC_ASSERT_MSG | ( | sizeof(Int8) | = =(1) , |
"Size of ""Int8"" must be ""1"". " | |||
) |
OnixS::SgxTitan::Trading::Ouch::BOOST_STATIC_ASSERT_MSG | ( | sizeof(UInt8) | = =(1) , |
"Size of ""UInt8"" must be ""1"". " | |||
) |
OnixS::SgxTitan::Trading::Ouch::BOOST_STATIC_ASSERT_MSG | ( | sizeof(Int16) | = =(2) , |
"Size of ""Int16"" must be ""2"". " | |||
) |
OnixS::SgxTitan::Trading::Ouch::BOOST_STATIC_ASSERT_MSG | ( | sizeof(UInt16) | = =(2) , |
"Size of ""UInt16"" must be ""2"". " | |||
) |
OnixS::SgxTitan::Trading::Ouch::BOOST_STATIC_ASSERT_MSG | ( | sizeof(Int32) | = =(4) , |
"Size of ""Int32"" must be ""4"". " | |||
) |
OnixS::SgxTitan::Trading::Ouch::BOOST_STATIC_ASSERT_MSG | ( | sizeof(UInt32) | = =(4) , |
"Size of ""UInt32"" must be ""4"". " | |||
) |
OnixS::SgxTitan::Trading::Ouch::BOOST_STATIC_ASSERT_MSG | ( | sizeof(Int64) | = =(8) , |
"Size of ""Int64"" must be ""8"". " | |||
) |
OnixS::SgxTitan::Trading::Ouch::BOOST_STATIC_ASSERT_MSG | ( | sizeof(UInt64) | = =(8) , |
"Size of ""UInt64"" must be ""8"". " | |||
) |
OnixS::SgxTitan::Trading::Ouch::BOOST_STATIC_ASSERT_MSG | ( | sizeof(Binary12) | = =(12) , |
"Size of ""Binary12"" must be ""12"". " | |||
) |
|
inline |
|
inline |
|
inline |
Definition at line 71 of file SerializationUtils.h.
|
inline |
Definition at line 133 of file NumberFormatting.h.
boost::enable_if< boost::is_integral<Integer>, size_t >:: type OnixS::SgxTitan::Trading::Ouch::digitsToStr | ( | Char * | str, |
Integer | integer | ||
) |
Definition at line 159 of file NumberFormatting.h.
std::string enumToString | ( | ErrorCode::Enum | value | ) |
Returns string representation of ErrorCode value.
Definition at line 60 of file Emumerations.Internal.cpp.
std::string enumToString | ( | HandlerState::Enum | value | ) |
Returns string representation of HandlerState value.
Definition at line 69 of file Emumerations.Internal.cpp.
std::string enumToString | ( | LogLevel::Enum | value | ) |
Returns string representation.
Definition at line 33 of file Emumerations.Internal.cpp.
std::string enumToString | ( | LogSettings::Enum | value | ) |
Returns string representation.
Definition at line 47 of file Emumerations.Internal.cpp.
boost::enable_if< boost::is_integral<Integer> >:: type OnixS::SgxTitan::Trading::Ouch::integerToStr | ( | std::string & | str, |
Integer | integer | ||
) |
Definition at line 241 of file NumberFormatting.h.
boost::enable_if< boost::is_integral<Integer> >:: type OnixS::SgxTitan::Trading::Ouch::integerToStr | ( | std::string & | str, |
const FormatSpec & | format, | ||
Integer | integer | ||
) |
Definition at line 368 of file NumberFormatting.h.
|
inline |
Definition at line 46 of file NumberFormatting.h.
|
inline |
Definition at line 64 of file NumberFormatting.h.
|
inline |
Definition at line 49 of file SerializationUtils.h.
|
inline |
Definition at line 58 of file SerializationUtils.h.
|
inline |
Definition at line 213 of file NumberFormatting.h.
bool OnixS::SgxTitan::Trading::Ouch::operator!= | ( | const String< N > & | ref, |
const std::string & | str | ||
) |
|
inline |
|
inline |
|
inline |
Definition at line 225 of file Timestamp.h.
std::ostream & operator<< | ( | std::ostream & | stream, |
HandlerState::Enum | value | ||
) |
Definition at line 81 of file Emumerations.Internal.cpp.
|
inline |
Definition at line 82 of file OrderRejected.h.
|
inline |
Definition at line 83 of file CancelOrder.h.
|
inline |
Definition at line 104 of file OrderCancelled.h.
|
inline |
Definition at line 105 of file CancelByOrderId.h.
|
inline |
Definition at line 109 of file OrderExecuted.h.
std::ostream& OnixS::SgxTitan::Trading::Ouch::operator<< | ( | std::ostream & | stream, |
const String< N > & | value | ||
) |
|
inline |
Definition at line 191 of file OrderAccepted.h.
|
inline |
Definition at line 191 of file OrderReplaced.h.
|
inline |
Definition at line 242 of file ReplaceOrder.h.
|
inline |
Definition at line 278 of file EnterOrder.h.
|
inline |
bool OnixS::SgxTitan::Trading::Ouch::operator== | ( | const String< N > & | ref, |
const std::string & | str | ||
) |
|
inline |
|
inline |
|
inline |
Typed logical operator helper.
Definition at line 79 of file LogSettings.h.
void throwIncorrectSize | ( | const std::string & | messageName, |
MessageSize | receivedSize, | ||
MessageSize | expectedSize | ||
) |
Definition at line 30 of file BinaryMessage.cpp.
void OnixS::SgxTitan::Trading::Ouch::throwOutOfEnumRange | ( | const Char * | enumeration, |
Constant | |||
) |
Definition at line 102 of file SerializationUtils.h.
|
inline |
|
inline |
|
inline |
|
inline |
void toStr | ( | std::string & | str, |
const Binary12 & | value | ||
) |
Serializes given integer into a string.
Definition at line 95 of file Numeric.cpp.
void toStr | ( | std::string & | str, |
OutboundMessageTypes::Enum | value | ||
) |
Appends string presentation of object.
Definition at line 29 of file Enumerations.cpp.
|
inline |
|
inline |
Returns string presentation of object.
Definition at line 56 of file Enumerations.h.
void toStr | ( | std::string & | str, |
const ConnectionRetries & | value | ||
) |
Serializes object into string.
Definition at line 29 of file HandlerSettings.cpp.
|
inline |
Serializes object into string.
Definition at line 62 of file HandlerSettings.h.
void toStr | ( | std::string & | str, |
const OrderRejected & | msg | ||
) |
Serializes object into string.
Definition at line 24 of file Messages.OrderRejected.cpp.
void toStr | ( | std::string & | str, |
const CancelOrder & | msg | ||
) |
Serializes object into string.
Definition at line 24 of file Messages.CancelOrder.cpp.
|
inline |
Serializes object into string.
Definition at line 74 of file OrderRejected.h.
|
inline |
Serializes object into string.
Definition at line 75 of file CancelOrder.h.
void toStr | ( | std::string & | str, |
InboundMessageTypes::Enum | value | ||
) |
Appends string presentation of object.
Definition at line 36 of file Enumerations.cpp.
void toStr | ( | std::string & | str, |
const OrderCancelled & | msg | ||
) |
Serializes object into string.
Definition at line 24 of file Messages.OrderCancelled.cpp.
|
inline |
Returns string presentation of object.
Definition at line 93 of file Enumerations.h.
void toStr | ( | std::string & | str, |
const CancelByOrderId & | msg | ||
) |
Serializes object into string.
Definition at line 24 of file Messages.CancelByOrderId.cpp.
|
inline |
Serializes object into string.
Definition at line 96 of file OrderCancelled.h.
|
inline |
Serializes object into string.
Definition at line 97 of file CancelByOrderId.h.
void toStr | ( | std::string & | str, |
const OrderExecuted & | msg | ||
) |
Serializes object into string.
Definition at line 24 of file Messages.OrderExecuted.cpp.
|
inline |
Serializes object into string.
Definition at line 101 of file OrderExecuted.h.
void toStr | ( | std::string & | str, |
Int8 | value | ||
) |
Serializes given integer into a string.
Definition at line 55 of file Numeric.cpp.
|
inline |
Serializes given integer into a string.
Definition at line 113 of file Integral.h.
void toStr | ( | std::string & | str, |
Side::Enum | value | ||
) |
Appends string presentation of object.
Definition at line 44 of file Enumerations.cpp.
void toStr | ( | std::string & | str, |
UInt8 | value | ||
) |
Serializes given integer into a string.
Definition at line 60 of file Numeric.cpp.
|
inline |
Returns string presentation of object.
Definition at line 124 of file Enumerations.h.
|
inline |
Serializes given integer into a string.
Definition at line 126 of file Integral.h.
void OnixS::SgxTitan::Trading::Ouch::toStr | ( | std::string & | str, |
const String< N > & | value | ||
) |
void toStr | ( | std::string & | str, |
Int16 | value | ||
) |
Serializes given integer into a string.
Definition at line 65 of file Numeric.cpp.
|
inline |
Serializes given integer into a string.
Definition at line 139 of file Integral.h.
|
inline |
void toStr | ( | std::string & | str, |
UInt16 | value | ||
) |
Serializes given integer into a string.
Definition at line 70 of file Numeric.cpp.
|
inline |
Serializes given integer into a string.
Definition at line 152 of file Integral.h.
void toStr | ( | std::string & | str, |
EnterOrderOpenClose::Enum | value | ||
) |
Appends string presentation of object.
Definition at line 50 of file Enumerations.cpp.
|
inline |
Returns string presentation of object.
Definition at line 158 of file Enumerations.h.
void toStr | ( | std::string & | str, |
Int32 | value | ||
) |
Serializes given integer into a string.
Definition at line 75 of file Numeric.cpp.
void toStr | ( | std::string & | str, |
const HandlerSettings & | value | ||
) |
Serializes object into string.
Definition at line 36 of file HandlerSettings.cpp.
|
inline |
Serializes object into string.
Definition at line 165 of file HandlerSettings.h.
|
inline |
Serializes given integer into a string.
Definition at line 165 of file Integral.h.
void toStr | ( | std::string & | str, |
UInt32 | value | ||
) |
Serializes given integer into a string.
Definition at line 80 of file Numeric.cpp.
|
inline |
Serializes given integer into a string.
Definition at line 178 of file Integral.h.
void toStr | ( | std::string & | str, |
const OrderAccepted & | msg | ||
) |
Serializes object into string.
Definition at line 24 of file Messages.OrderAccepted.cpp.
void toStr | ( | std::string & | str, |
const OrderReplaced & | msg | ||
) |
Serializes object into string.
Definition at line 24 of file Messages.OrderReplaced.cpp.
|
inline |
Serializes object into string.
Definition at line 183 of file OrderAccepted.h.
|
inline |
Serializes object into string.
Definition at line 183 of file OrderReplaced.h.
void toStr | ( | std::string & | str, |
Int64 | value | ||
) |
Serializes given integer into a string.
Definition at line 85 of file Numeric.cpp.
|
inline |
Serializes given integer into a string.
Definition at line 191 of file Integral.h.
void toStr | ( | std::string & | str, |
ReplaceOrderOpenClose::Enum | value | ||
) |
Appends string presentation of object.
Definition at line 57 of file Enumerations.cpp.
|
inline |
Returns string presentation of object.
Definition at line 195 of file Enumerations.h.
void toStr | ( | std::string & | str, |
const LogonSettings & | value | ||
) |
Serializes object into string.
Definition at line 43 of file HandlerSettings.cpp.
|
inline |
Serializes object into string.
Definition at line 201 of file HandlerSettings.h.
void toStr | ( | std::string & | str, |
UInt64 | value | ||
) |
Serializes given integer into a string.
Definition at line 90 of file Numeric.cpp.
|
inline |
Serializes given integer into a string.
Definition at line 204 of file Integral.h.
|
inline |
Serializes given constant into a string.
Definition at line 215 of file Integral.h.
|
inline |
Serializes given constant into a string.
Definition at line 222 of file Integral.h.
void toStr | ( | std::string & | str, |
TimeInForce::Enum | value | ||
) |
Appends string presentation of object.
Definition at line 65 of file Enumerations.cpp.
|
inline |
Returns string presentation of object.
Definition at line 226 of file Enumerations.h.
void toStr | ( | std::string & | str, |
const ReplaceOrder & | msg | ||
) |
Serializes object into string.
Definition at line 24 of file Messages.ReplaceOrder.cpp.
|
inline |
Serializes object into string.
Definition at line 234 of file ReplaceOrder.h.
void toStr | ( | std::string & | str, |
OrderState::Enum | value | ||
) |
Appends string presentation of object.
Definition at line 71 of file Enumerations.cpp.
|
inline |
Returns string presentation of object.
Definition at line 260 of file Enumerations.h.
|
inline |
void toStr | ( | std::string & | str, |
const EnterOrder & | msg | ||
) |
Serializes object into string.
Definition at line 24 of file Messages.EnterOrder.cpp.
|
inline |
Serializes object into string.
Definition at line 270 of file EnterOrder.h.
|
inline |
|
inline |
|
inline |
|
inline |
void toStr | ( | std::string & | str, |
CancellationReason::Enum | value | ||
) |
Appends string presentation of object.
Definition at line 78 of file Enumerations.cpp.
|
inline |
Returns string presentation of object.
Definition at line 311 of file Enumerations.h.
void toStr | ( | std::string & | str, |
OrderType::Enum | value | ||
) |
Appends string presentation of object.
Definition at line 90 of file Enumerations.cpp.
|
inline |
Returns string presentation of object.
Definition at line 339 of file Enumerations.h.
|
inline |