OnixS C++ SGX Titan OUCH Trading Handler  1.2.0
API documentation
CancelOrder Struct Reference

#include <OnixS/SgxTitan/Trading/OUCH/Messages/CancelOrder.h>

Collaboration diagram for CancelOrder:

Public Member Functions

StrRef orderToken () const throw ()
 
void orderToken (StrRef value) throw ()
 
void orderToken (const char *value) throw ()
 
 CancelOrder () throw ()
 
- Public Member Functions inherited from OutgoingMessage
 OutgoingMessage (void *data, MessageSize size) throw ()
 
OutboundMessageTypes::Enum type () const throw ()
 
- Public Member Functions inherited from MutableBinaryMessage< BigEndianConverter >
const void * binary () const throw ()
 
void * binary () throw ()
 
MessageSize binarySize () const throw ()
 
MutableBinaryMessageoperator= (const MutableBinaryMessage &other) throw ()
 

Static Public Attributes

static const MessageSize messageSize_ = 15
 

Additional Inherited Members

- Public Types inherited from MutableBinaryMessage< BigEndianConverter >
typedef MessageSize BinarySize
 
typedef BigEndianConverter FieldAccessor
 
- Protected Member Functions inherited from MutableBinaryMessage< BigEndianConverter >
 MutableBinaryMessage (void *data, MessageSize size) throw ()
 
- Protected Member Functions inherited from MutableBinaryFields< MutableBinaryMessage, BigEndianConverter >
void setOrdinary (BlockSize offset, FieldValue value) throw ()
 
void setOrdinaryRef (BlockSize offset, FieldValue value) throw ()
 
void setEnumeration (BlockSize offset, typename Enumeration::Enum value) throw ()
 
void setFixedStr (BlockSize offset, const StrRef &value) throw ()
 
- Protected Member Functions inherited from BinaryFields< MutableBinaryMessage, BigEndianConverter >
FieldValue ordinary (BlockSize offset) const throw ()
 
const FieldValue & ordinaryRef (BlockSize offset) const throw ()
 
Enumeration::Enum enumeration (BlockSize offset) const throw ()
 
StrRef fixedStr (BlockSize offset) const throw ()
 

Detailed Description

Definition at line 28 of file CancelOrder.h.

Constructor & Destructor Documentation

CancelOrder ( )
throw (
)
inline

Initializes empty instance.

Definition at line 56 of file CancelOrder.h.

Member Function Documentation

StrRef orderToken ( ) const
throw (
)
inline

Should be the Order Token from the original Enter Order, not from any intermediate replaces.

Definition at line 32 of file CancelOrder.h.

void orderToken ( StrRef  value)
throw (
)
inline

Should be the Order Token from the original Enter Order, not from any intermediate replaces.

Definition at line 40 of file CancelOrder.h.

void orderToken ( const char *  value)
throw (
)
inline

Definition at line 46 of file CancelOrder.h.

Member Data Documentation

const MessageSize messageSize_ = 15
static

Total message size.

Definition at line 53 of file CancelOrder.h.


The documentation for this struct was generated from the following file: