OnixS C++ Tradeweb Approved Publication Arrangement (APA) Handler  1.2.2.18
API documentation
OnixS::Tradeweb::MarketData::Apa Namespace Reference

Classes

struct  ActionType
 
class  ArgumentException
 
class  ArgumentRangeException
 
struct  AssetClass
 
class  BinaryFields
 
class  BinaryMessage
 
struct  DataSource
 
class  Decimal
 
struct  ErrorCode
 
class  ErrorListener
 
class  Exception
 
struct  ExecutionReportForPortfolioCompressionMsg
 
struct  ExecutionReportWithIsinMsg
 
struct  FeedDescriptor
 
class  FeedEngine
 
struct  FeedEngineListener
 
class  FeedEngineSettings
 
struct  FeedEngineThreadIdle
 
class  Handler
 
struct  HandlerSettings
 
struct  HandlerState
 
class  HandlerStateListener
 
struct  IntegralConstant
 
struct  LogFilePermission
 
struct  LogLevel
 
struct  LogSettings
 
struct  Month
 
class  NotImplementedException
 
class  NullArgumentException
 
class  OperationException
 
class  PostTradeMessageListener
 
class  PreTradeMessageListener
 
class  ProtocolListener
 
struct  PublicationType
 
struct  QuoteReportMsg
 
class  ReplayListener
 
struct  ReplayOptions
 
class  Semaphore
 
struct  ServiceDescriptor
 
class  StrRef
 
struct  SubAssetClass
 
class  ThreadAffinity
 
class  TimeSpan
 
struct  TimeSpanFormats
 
class  Timestamp
 
struct  TimestampFormat
 
struct  TransactionToBeCleared
 
class  WarningListener
 
struct  YearMonthDay
 

Typedefs

typedef Integer2 MessageSize
 
typedef SInt64 DecimalMantissa
 
typedef SInt32 DecimalExponent
 
typedef Int8 Integer1
 
typedef Int16 Integer2
 
typedef Int32 Integer4
 
typedef Int64 Integer8
 
typedef Int64 SInt64
 
typedef Int32 SInt32
 
typedef double Double
 
typedef Integer8 SequenceNumber
 
typedef int CpuIndex
 
typedef std::set< std::string > Symbols
 
typedef UInt8 Byte
 
typedef UInt16 Word
 
typedef UInt32 DWord
 
typedef UInt64 QWord
 
typedef std::vector< std::string > HandlerLogs
 
typedef std::vector< std::string >::iterator HandlerLogsEntry
 
typedef char Char
 
typedef TimeSpanFormats::Enum TimeSpanFormat
 

Functions

ONIXS_TRADEWEB_APA_API UInt32 toUInt32 (StrRef)
 
ONIXS_TRADEWEB_APA_API UInt64 toUInt64 (StrRef)
 
ONIXS_TRADEWEB_APA_API bool operator< (const Decimal &l, const Decimal &r)
 
ONIXS_TRADEWEB_APA_API bool operator> (const Decimal &l, const Decimal &r)
 
ONIXS_TRADEWEB_APA_API bool operator<= (const Decimal &l, const Decimal &r)
 
ONIXS_TRADEWEB_APA_API bool operator>= (const Decimal &l, const Decimal &r)
 
void toStr (std::string &str, const Decimal &value)
 
ONIXS_TRADEWEB_APA_API std::ostream & operator<< (std::ostream &stream, const DataSource &ds)
 
ONIXS_TRADEWEB_APA_API void toStr (std::string &, AssetClass::Enum)
 
std::string toStr (AssetClass::Enum layout)
 
ONIXS_TRADEWEB_APA_API void toStr (std::string &, SubAssetClass::Enum)
 
std::string toStr (SubAssetClass::Enum layout)
 
ONIXS_TRADEWEB_APA_API void toStr (std::string &, ActionType::Enum)
 
std::string toStr (ActionType::Enum layout)
 
ONIXS_TRADEWEB_APA_API void toStr (std::string &, PublicationType::Enum)
 
std::string toStr (PublicationType::Enum layout)
 
ONIXS_TRADEWEB_APA_API void toStr (std::string &, TransactionToBeCleared::Enum)
 
std::string toStr (TransactionToBeCleared::Enum layout)
 
ONIXS_TRADEWEB_APA_API std::string enumToString (ErrorCode::Enum)
 
ONIXS_TRADEWEB_APA_API std::ostream & operator<< (std::ostream &stream, const FeedEngineSettings &settings)
 
ONIXS_TRADEWEB_APA_API std::ostream & operator<< (std::ostream &stream, const ServiceDescriptor &descriptor)
 
ONIXS_TRADEWEB_APA_API std::ostream & operator<< (std::ostream &stream, const FeedDescriptor &descriptor)
 
ONIXS_TRADEWEB_APA_API std::ostream & operator<< (std::ostream &stream, const HandlerSettings &settings)
 
ONIXS_TRADEWEB_APA_API std::string enumToString (HandlerState::Enum)
 
ONIXS_TRADEWEB_APA_API void toStr (std::string &, Int8)
 
std::string toStr (Int8 number)
 
ONIXS_TRADEWEB_APA_API void toStr (std::string &, UInt8)
 
std::string toStr (UInt8 number)
 
ONIXS_TRADEWEB_APA_API void toStr (std::string &, Int16)
 
std::string toStr (Int16 number)
 
ONIXS_TRADEWEB_APA_API void toStr (std::string &, UInt16)
 
std::string toStr (UInt16 number)
 
ONIXS_TRADEWEB_APA_API void toStr (std::string &, Int32)
 
std::string toStr (Int32 number)
 
ONIXS_TRADEWEB_APA_API void toStr (std::string &, UInt32)
 
std::string toStr (UInt32 number)
 
ONIXS_TRADEWEB_APA_API void toStr (std::string &, Int64)
 
std::string toStr (Int64 number)
 
ONIXS_TRADEWEB_APA_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)
 
ONIXS_TRADEWEB_APA_API std::string enumToString (LogLevel::Enum)
 
LogSettings::Enum operator| (LogSettings::Enum a, LogSettings::Enum b)
 
LogFilePermission::Enum operator| (LogFilePermission::Enum a, LogFilePermission::Enum b)
 
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 >
BytetoByteBlock (Type *ptr)
 
template<typename Type >
const BytetoByteBlock (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_TRADEWEB_APA_API void toStr (std::string &, const ExecutionReportForPortfolioCompressionMsg &)
 
std::string toStr (const ExecutionReportForPortfolioCompressionMsg &msg)
 
ONIXS_TRADEWEB_APA_API void toStr (std::string &, const ExecutionReportWithIsinMsg &)
 
std::string toStr (const ExecutionReportWithIsinMsg &msg)
 
ONIXS_TRADEWEB_APA_API void toStr (std::string &, const QuoteReportMsg &)
 
std::string toStr (const QuoteReportMsg &msg)
 
void ONIXS_TRADEWEB_APA_API gatherLogs (HandlerLogs *gatheredLogs, const std::string &root)
 
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)
 
TimeSpan operator- (const Timestamp &left, const Timestamp &right)
 

Typedef Documentation

typedef UInt8 Byte

Alias for Byte.

Definition at line 36 of file Memory.h.

typedef char Char

Character type alias.

Definition at line 40 of file String.h.

typedef int CpuIndex

Zero-based index of CPU.

Definition at line 37 of file FeedEngine.h.

Definition at line 38 of file Decimal.h.

Definition at line 37 of file Decimal.h.

typedef double Double

Definition at line 46 of file Defines.h.

typedef UInt32 DWord

Alias for Double Word.

Definition at line 42 of file Memory.h.

typedef std::vector<std::string> HandlerLogs

Ordered list of logs to be replayed.

Definition at line 34 of file Replay.h.

typedef std::vector<std::string>::iterator HandlerLogsEntry

Read-write iterator over ordered list of logs to be replayed.

Definition at line 37 of file Replay.h.

typedef Int8 Integer1

Definition at line 38 of file Defines.h.

typedef Int16 Integer2

Definition at line 39 of file Defines.h.

typedef Int32 Integer4

Definition at line 40 of file Defines.h.

typedef Int64 Integer8

Definition at line 41 of file Defines.h.

Aliases message length type.

Definition at line 105 of file BinaryMessage.h.

typedef UInt64 QWord

Alias for Quad Word.

Definition at line 45 of file Memory.h.

Alias for Sequence Number type.

Definition at line 49 of file Defines.h.

typedef Int32 SInt32

Definition at line 44 of file Defines.h.

typedef Int64 SInt64

Definition at line 43 of file Defines.h.

typedef std::set<std::string> Symbols

Alias for symbol list.

Definition at line 106 of file HandlerSettings.h.

Time span format.

Definition at line 52 of file TimeSpan.h.

typedef UInt16 Word

Alias for Word.

Definition at line 39 of file Memory.h.

Function Documentation

Type* OnixS::Tradeweb::MarketData::Apa::advanceBackByBytes ( Type *  pointer,
ptrdiff_t  distance 
)
inline

Returns pointer which is lower than given one to a given number of bytes.

Definition at line 144 of file Memory.h.

Type* OnixS::Tradeweb::MarketData::Apa::advanceByBytes ( Type *  pointer,
ptrdiff_t  distance 
)
inline

Advances given pointer to a given offset (distance) in bytes.

Definition at line 125 of file Memory.h.

ptrdiff_t OnixS::Tradeweb::MarketData::Apa::byteDistance ( Left *  left,
Right *  right 
)
inline

Returns distance in bytes between two pointers.

Definition at line 163 of file Memory.h.

Target OnixS::Tradeweb::MarketData::Apa::c_cast ( Source  src)
inline

Casts data of source type to the data of target type using C casting rules.

Definition at line 54 of file Memory.h.

ONIXS_TRADEWEB_APA_API std::string OnixS::Tradeweb::MarketData::Apa::enumToString ( ErrorCode::Enum  )

Returns string representation of ErrorCode value.

ONIXS_TRADEWEB_APA_API std::string OnixS::Tradeweb::MarketData::Apa::enumToString ( HandlerState::Enum  )

Returns string representation of HandlerState value.

ONIXS_TRADEWEB_APA_API std::string OnixS::Tradeweb::MarketData::Apa::enumToString ( LogLevel::Enum  )

Returns string representation of ErrorCode value.

void ONIXS_TRADEWEB_APA_API OnixS::Tradeweb::MarketData::Apa::gatherLogs ( HandlerLogs gatheredLogs,
const std::string &  root 
)

Gathers log files logs which are stored in a given folder.

bool OnixS::Tradeweb::MarketData::Apa::operator!= ( const StrRef left,
const StrRef right 
)
inline

Compares with another instance.

Definition at line 258 of file String.h.

bool OnixS::Tradeweb::MarketData::Apa::operator!= ( const StrRef ref,
const std::string &  str 
)
inline

Compares StrRef with std::string.

Definition at line 278 of file String.h.

bool OnixS::Tradeweb::MarketData::Apa::operator!= ( const std::string &  str,
const StrRef ref 
)
inline

Compares StrRef with std::string.

Definition at line 298 of file String.h.

bool OnixS::Tradeweb::MarketData::Apa::operator!= ( const StrRef ref,
const Char str 
)
inline

Compares StrRef with zero-terminated/C-like string.

Definition at line 318 of file String.h.

bool OnixS::Tradeweb::MarketData::Apa::operator!= ( const Char str,
const StrRef ref 
)
inline

Compares StrRef with zero-terminated/C-like string.

Definition at line 338 of file String.h.

TimeSpan OnixS::Tradeweb::MarketData::Apa::operator- ( const Timestamp left,
const Timestamp right 
)
inline

Definition at line 253 of file Timestamp.h.

ONIXS_TRADEWEB_APA_API bool OnixS::Tradeweb::MarketData::Apa::operator< ( const Decimal l,
const Decimal r 
)
bool OnixS::Tradeweb::MarketData::Apa::operator< ( const StrRef left,
const StrRef right 
)
inline

Establishes order over string refs.

Definition at line 348 of file String.h.

ONIXS_TRADEWEB_APA_API std::ostream& OnixS::Tradeweb::MarketData::Apa::operator<< ( std::ostream &  stream,
const ServiceDescriptor descriptor 
)
ONIXS_TRADEWEB_APA_API std::ostream& OnixS::Tradeweb::MarketData::Apa::operator<< ( std::ostream &  stream,
const DataSource ds 
)
ONIXS_TRADEWEB_APA_API std::ostream& OnixS::Tradeweb::MarketData::Apa::operator<< ( std::ostream &  stream,
const FeedDescriptor descriptor 
)
ONIXS_TRADEWEB_APA_API std::ostream& OnixS::Tradeweb::MarketData::Apa::operator<< ( std::ostream &  stream,
const HandlerSettings settings 
)
ONIXS_TRADEWEB_APA_API std::ostream& OnixS::Tradeweb::MarketData::Apa::operator<< ( std::ostream &  stream,
const FeedEngineSettings settings 
)
std::ostream& OnixS::Tradeweb::MarketData::Apa::operator<< ( std::ostream &  stream,
const StrRef text 
)
inline

StrRef serialization operator.

Definition at line 384 of file String.h.

ONIXS_TRADEWEB_APA_API bool OnixS::Tradeweb::MarketData::Apa::operator<= ( const Decimal l,
const Decimal r 
)
bool OnixS::Tradeweb::MarketData::Apa::operator== ( const StrRef left,
const StrRef right 
)
inline

Compares StrRef instance with another one.

Definition at line 244 of file String.h.

bool OnixS::Tradeweb::MarketData::Apa::operator== ( const StrRef ref,
const std::string &  str 
)
inline

Compares StrRef with std::string.

Definition at line 268 of file String.h.

bool OnixS::Tradeweb::MarketData::Apa::operator== ( const std::string &  str,
const StrRef ref 
)
inline

Compares StrRef with std::string.

Definition at line 288 of file String.h.

bool OnixS::Tradeweb::MarketData::Apa::operator== ( const StrRef ref,
const Char str 
)
inline

Compares StrRef with zero-terminated/C-like string.

Definition at line 308 of file String.h.

bool OnixS::Tradeweb::MarketData::Apa::operator== ( const Char str,
const StrRef ref 
)
inline

Compares StrRef with zero-terminated/C-like string.

Definition at line 328 of file String.h.

ONIXS_TRADEWEB_APA_API bool OnixS::Tradeweb::MarketData::Apa::operator> ( const Decimal l,
const Decimal r 
)
bool OnixS::Tradeweb::MarketData::Apa::operator> ( const StrRef left,
const StrRef right 
)
inline

Establishes order over string refs.

Definition at line 374 of file String.h.

ONIXS_TRADEWEB_APA_API bool OnixS::Tradeweb::MarketData::Apa::operator>= ( const Decimal l,
const Decimal r 
)
LogSettings::Enum OnixS::Tradeweb::MarketData::Apa::operator| ( LogSettings::Enum  a,
LogSettings::Enum  b 
)
inline

Typed logical operator helper.

Definition at line 88 of file LogSettings.h.

LogFilePermission::Enum OnixS::Tradeweb::MarketData::Apa::operator| ( LogFilePermission::Enum  a,
LogFilePermission::Enum  b 
)
inline

Typed logical operator helper.

Definition at line 117 of file LogSettings.h.

Byte* OnixS::Tradeweb::MarketData::Apa::toByteBlock ( Type *  ptr)
inline

Reinterprets pointer to one referencing to byte block.

Definition at line 92 of file Memory.h.

const Byte* OnixS::Tradeweb::MarketData::Apa::toByteBlock ( const Type *  ptr)
inline

Reinterprets pointer to one referencing to byte block.

Definition at line 109 of file Memory.h.

void* OnixS::Tradeweb::MarketData::Apa::toOpaquePtr ( Type *  ptr)
inline

Makes pointer as opaque one.

Definition at line 66 of file Memory.h.

const void* OnixS::Tradeweb::MarketData::Apa::toOpaquePtr ( const Type *  ptr)
inline

Makes pointer as opaque one.

Definition at line 78 of file Memory.h.

ONIXS_TRADEWEB_APA_API void OnixS::Tradeweb::MarketData::Apa::toStr ( std::string &  ,
AssetClass::Enum   
)

Appends string presentation of object.

std::string OnixS::Tradeweb::MarketData::Apa::toStr ( AssetClass::Enum  layout)
inline

Returns string presentation of object.

Definition at line 63 of file Enumerations.h.

ONIXS_TRADEWEB_APA_API void OnixS::Tradeweb::MarketData::Apa::toStr ( std::string &  ,
Int8   
)

Serializes given integer into a string.

std::string OnixS::Tradeweb::MarketData::Apa::toStr ( Int8  number)
inline

Serializes given integer into a string.

Definition at line 119 of file Integral.h.

ONIXS_TRADEWEB_APA_API void OnixS::Tradeweb::MarketData::Apa::toStr ( std::string &  ,
UInt8   
)

Serializes given integer into a string.

std::string OnixS::Tradeweb::MarketData::Apa::toStr ( UInt8  number)
inline

Serializes given integer into a string.

Definition at line 132 of file Integral.h.

ONIXS_TRADEWEB_APA_API void OnixS::Tradeweb::MarketData::Apa::toStr ( std::string &  ,
Int16   
)

Serializes given integer into a string.

std::string OnixS::Tradeweb::MarketData::Apa::toStr ( Int16  number)
inline

Serializes given integer into a string.

Definition at line 145 of file Integral.h.

ONIXS_TRADEWEB_APA_API void OnixS::Tradeweb::MarketData::Apa::toStr ( std::string &  ,
UInt16   
)

Serializes given integer into a string.

std::string OnixS::Tradeweb::MarketData::Apa::toStr ( UInt16  number)
inline

Serializes given integer into a string.

Definition at line 158 of file Integral.h.

ONIXS_TRADEWEB_APA_API void OnixS::Tradeweb::MarketData::Apa::toStr ( std::string &  ,
const ExecutionReportWithIsinMsg  
)

Serializes object into string.

ONIXS_TRADEWEB_APA_API void OnixS::Tradeweb::MarketData::Apa::toStr ( std::string &  ,
Int32   
)

Serializes given integer into a string.

std::string OnixS::Tradeweb::MarketData::Apa::toStr ( const ExecutionReportWithIsinMsg msg)
inline

Serializes object into string.

Definition at line 170 of file ExecutionReportWithIsin.h.

std::string OnixS::Tradeweb::MarketData::Apa::toStr ( Int32  number)
inline

Serializes given integer into a string.

Definition at line 171 of file Integral.h.

ONIXS_TRADEWEB_APA_API void OnixS::Tradeweb::MarketData::Apa::toStr ( std::string &  ,
SubAssetClass::Enum   
)

Appends string presentation of object.

std::string OnixS::Tradeweb::MarketData::Apa::toStr ( SubAssetClass::Enum  layout)
inline

Returns string presentation of object.

Definition at line 175 of file Enumerations.h.

ONIXS_TRADEWEB_APA_API void OnixS::Tradeweb::MarketData::Apa::toStr ( std::string &  ,
const QuoteReportMsg  
)

Serializes object into string.

ONIXS_TRADEWEB_APA_API void OnixS::Tradeweb::MarketData::Apa::toStr ( std::string &  ,
UInt32   
)

Serializes given integer into a string.

std::string OnixS::Tradeweb::MarketData::Apa::toStr ( const QuoteReportMsg msg)
inline

Serializes object into string.

Definition at line 182 of file QuoteReport.h.

std::string OnixS::Tradeweb::MarketData::Apa::toStr ( UInt32  number)
inline

Serializes given integer into a string.

Definition at line 184 of file Integral.h.

ONIXS_TRADEWEB_APA_API void OnixS::Tradeweb::MarketData::Apa::toStr ( std::string &  ,
Int64   
)

Serializes given integer into a string.

std::string OnixS::Tradeweb::MarketData::Apa::toStr ( const StrRef ref)
inline

Constructs std::string instance from StrRef one.

Definition at line 194 of file String.h.

std::string OnixS::Tradeweb::MarketData::Apa::toStr ( Int64  number)
inline

Serializes given integer into a string.

Definition at line 197 of file Integral.h.

ONIXS_TRADEWEB_APA_API void OnixS::Tradeweb::MarketData::Apa::toStr ( std::string &  ,
ActionType::Enum   
)

Appends string presentation of object.

void OnixS::Tradeweb::MarketData::Apa::toStr ( std::string &  str,
const StrRef ref 
)
inline

Appends text referenced by StrRef to given std::string instance.

Definition at line 203 of file String.h.

std::string OnixS::Tradeweb::MarketData::Apa::toStr ( ActionType::Enum  layout)
inline

Returns string presentation of object.

Definition at line 204 of file Enumerations.h.

ONIXS_TRADEWEB_APA_API void OnixS::Tradeweb::MarketData::Apa::toStr ( std::string &  ,
UInt64   
)

Serializes given integer into a string.

std::string OnixS::Tradeweb::MarketData::Apa::toStr ( UInt64  number)
inline

Serializes given integer into a string.

Definition at line 210 of file Integral.h.

std::string OnixS::Tradeweb::MarketData::Apa::toStr ( Char  character)
inline

Constructs std::string from a character.

Definition at line 215 of file String.h.

void OnixS::Tradeweb::MarketData::Apa::toStr ( std::string &  str,
IntegralConstant< Type, Constant >  constant 
)
inline

Serializes given constant into a string.

Definition at line 221 of file Integral.h.

void OnixS::Tradeweb::MarketData::Apa::toStr ( std::string &  str,
Char  character 
)
inline

Appends character to given std::string instance.

Definition at line 224 of file String.h.

ONIXS_TRADEWEB_APA_API void OnixS::Tradeweb::MarketData::Apa::toStr ( std::string &  ,
PublicationType::Enum   
)

Appends string presentation of object.

std::string OnixS::Tradeweb::MarketData::Apa::toStr ( IntegralConstant< Type, Constant >  constant)
inline

Serializes given constant into a string.

Definition at line 228 of file Integral.h.

std::string OnixS::Tradeweb::MarketData::Apa::toStr ( PublicationType::Enum  layout)
inline

Returns string presentation of object.

Definition at line 231 of file Enumerations.h.

void OnixS::Tradeweb::MarketData::Apa::toStr ( std::string &  str,
const std::string &  value 
)
inline

Appends one string another one.

Definition at line 234 of file String.h.

ONIXS_TRADEWEB_APA_API void OnixS::Tradeweb::MarketData::Apa::toStr ( std::string &  ,
const ExecutionReportForPortfolioCompressionMsg  
)

Serializes object into string.

std::string OnixS::Tradeweb::MarketData::Apa::toStr ( const ExecutionReportForPortfolioCompressionMsg msg)
inline

Serializes object into string.

Definition at line 242 of file ExecutionReportForPortfolioCompression.h.

void OnixS::Tradeweb::MarketData::Apa::toStr ( std::string &  str,
const Decimal value 
)
inline

Definition at line 251 of file Decimal.h.

ONIXS_TRADEWEB_APA_API void OnixS::Tradeweb::MarketData::Apa::toStr ( std::string &  ,
TransactionToBeCleared::Enum   
)

Appends string presentation of object.

std::string OnixS::Tradeweb::MarketData::Apa::toStr ( TransactionToBeCleared::Enum  layout)
inline

Returns string presentation of object.

Definition at line 256 of file Enumerations.h.

StrRef OnixS::Tradeweb::MarketData::Apa::toStrRef ( const std::string &  str)
inline

Constructs StrRef instance over std::string content.

Definition at line 170 of file String.h.

StrRef OnixS::Tradeweb::MarketData::Apa::toStrRef ( const Char cStr)
inline

Initializes instance from zero-terminated/C-like string.

Definition at line 179 of file String.h.

ONIXS_TRADEWEB_APA_API UInt32 OnixS::Tradeweb::MarketData::Apa::toUInt32 ( StrRef  )

conversion to UInt32

ONIXS_TRADEWEB_APA_API UInt64 OnixS::Tradeweb::MarketData::Apa::toUInt64 ( StrRef  )

conversion to UInt64