OnixS C++ CME iLink 3 Binary Order Entry Handler 1.18.9
API Documentation
Loading...
Searching...
No Matches
OnixS::CME::iLink3 Namespace Reference

Namespaces

namespace  AdHoc
namespace  BrokerTec
namespace  Ebs
namespace  Encoding
namespace  Exceptions
namespace  Filesystem
namespace  FuturesAndOptions
namespace  Messaging
namespace  Scheduling
namespace  Testing
namespace  Threading
namespace  Tools

Classes

struct  BusinessRejectReason
class  CgwSession
struct  EstablishmentRejectErrorCode
struct  NegotiationRejectErrorCode
struct  NotAppliedAction
struct  PriorityAndPolicyTraits
struct  PtrTraits
struct  ReactorType
struct  ReceivedDataTimestamp
struct  SeqNumberTraits
class  Session
struct  SessionErrorReason
class  SessionListener
class  SessionReactor
class  SessionSettings
struct  SessionStateId
class  SessionStorage
struct  SessionStorageType
struct  SessionWarningReason
struct  SocketOption
class  TagBasedSessionListener
class  TcpDirectAttr
class  TcpDirectStack
struct  TcpInfo
class  TcpStandardStack
struct  TerminateErrorCode
struct  ThreadingModel
struct  ThreadParams

Typedefs

typedef unsigned short Port
typedef unsigned char Byte
typedef std::vector< ByteBytes
typedef int Handle
typedef size_t CpuIndex
typedef std::set< CpuIndexCpuIndexes
typedef std::pair< Port, PortPortRange
typedef std::vector< SocketOptionSocketOptions
typedef Messaging::UInt32 SeqNumber

Functions

std::ostream & operator<< (std::ostream &o, SessionStateId::Enum state)
template<typename ErrorCodesType>
ErrorCodesType::Enum valueToErrorCode (unsigned short value) noexcept
const std::string ILINK3_HANDLER_VERSION ("1.18.9")

Typedef Documentation

◆ Byte

typedef unsigned char Byte

Type alias for byte.

Definition at line 46 of file Defines.h.

◆ Bytes

typedef std::vector<Byte> Bytes

Sequence of bytes.

Definition at line 49 of file Defines.h.

◆ CpuIndex

typedef size_t CpuIndex

Definition at line 72 of file Defines.h.

◆ CpuIndexes

typedef std::set<CpuIndex> CpuIndexes

Definition at line 73 of file Defines.h.

◆ Handle

typedef int Handle

Type alias for socket handle.

Definition at line 56 of file Defines.h.

◆ Port

typedef unsigned short Port

Definition at line 44 of file Defines.h.

◆ PortRange

typedef std::pair<Port, Port> PortRange

Definition at line 74 of file Defines.h.

◆ SeqNumber

Definition at line 60 of file Messaging.h.

◆ SocketOptions

typedef std::vector<SocketOption> SocketOptions

Socket options.

Definition at line 77 of file Defines.h.

Function Documentation

◆ ILINK3_HANDLER_VERSION()

const std::string ILINK3_HANDLER_VERSION ( "1.18.9" )

◆ operator<<()

std::ostream & operator<< ( std::ostream & o,
SessionStateId::Enum state )
inline

Definition at line 62 of file SessionStateId.h.

◆ valueToErrorCode()

template<typename ErrorCodesType>
ErrorCodesType::Enum valueToErrorCode ( unsigned short value)
noexcept

Definition at line 34 of file ValuesEnums.h.