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

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

Collaboration diagram for OrderRejected:

Public Member Functions

DateTime timestamp () const
 
StrRef orderToken () const throw ()
 
SignedBinary4 rejectCode () const throw ()
 
 OrderRejected (const void *data, MessageSize size) throw ()
 
- Public Member Functions inherited from IncomingMessage
 IncomingMessage (const void *data, MessageSize size) throw ()
 
InboundMessageTypes::Enum type () const throw ()
 
- Public Member Functions inherited from BinaryMessage< BigEndianConverter >
 BinaryMessage (const void *data, MessageSize size) throw ()
 
ONIXS_SGX_OUCH_CONSTEXPR BinaryMessage (const BinaryMessage &other) throw ()
 
const void * binary () const throw ()
 
MessageSize binarySize () const throw ()
 
BinaryMessageoperator= (const BinaryMessage &other) throw ()
 

Static Public Member Functions

static void validateSize (MessageSize size)
 

Static Public Attributes

static const MessageSize messageSize_ = 27
 

Additional Inherited Members

- Public Types inherited from BinaryMessage< BigEndianConverter >
typedef MessageSize BinarySize
 
- Protected Member Functions inherited from BinaryFields< BinaryMessage, 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

This message is used to reject Enter Order messages, Cancel Order messages and Replace Order messages.

Definition at line 30 of file OrderRejected.h.

Constructor & Destructor Documentation

OrderRejected ( const void *  data,
MessageSize  size 
)
throw (
)
inline

Initializes instance over given memory block.

Definition at line 63 of file OrderRejected.h.

Member Function Documentation

StrRef orderToken ( ) const
throw (
)
inline

Order Token.

Definition at line 39 of file OrderRejected.h.

SignedBinary4 rejectCode ( ) const
throw (
)
inline

Error Code.

Definition at line 46 of file OrderRejected.h.

DateTime timestamp ( ) const
inline

UNIX Time.

Definition at line 33 of file OrderRejected.h.

static void validateSize ( MessageSize  size)
inlinestatic

Check the given size.

Definition at line 56 of file OrderRejected.h.

Member Data Documentation

const MessageSize messageSize_ = 27
static

Total message size.

Definition at line 53 of file OrderRejected.h.


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