OnixS C++ Cboe CFE Multicast PITCH Market Data Handler  1.12.1
API documentation
TradeShortMsg Struct Reference

#include <OnixS/CboeCFE/MarketData/Pitch/Messages/TradeShort.h>

Public Member Functions

Binary4 timeOffset () const ONIXS_BATS_PITCH_NOTHROW
 
Binary8 orderId () const ONIXS_BATS_PITCH_NOTHROW
 
SideIndicator::Enum sideIndicator () const ONIXS_BATS_PITCH_NOTHROW
 
Binary2 quantity () const ONIXS_BATS_PITCH_NOTHROW
 
StrRef symbol () const ONIXS_BATS_PITCH_NOTHROW
 
BinaryShortPrice price () const ONIXS_BATS_PITCH_NOTHROW
 
Binary8 executionId () const ONIXS_BATS_PITCH_NOTHROW
 
TradeCondition::Enum tradeCondition () const ONIXS_BATS_PITCH_NOTHROW
 
 TradeShortMsg (const void *data, MessageSize size) ONIXS_BATS_PITCH_NOTHROW
 
- Public Member Functions inherited from BinaryMessage
 BinaryMessage () ONIXS_BATS_PITCH_NOTHROW
 
 BinaryMessage (const void *data, MessageSize size) ONIXS_BATS_PITCH_NOTHROW
 
 BinaryMessage (const BinaryMessage &other) ONIXS_BATS_PITCH_NOTHROW
 
ONIXS_BATS_PITCH_EXPLICIT operator bool () const ONIXS_BATS_PITCH_NOTHROW
 
const void * binary () const ONIXS_BATS_PITCH_NOTHROW
 
MessageSize binarySize () const ONIXS_BATS_PITCH_NOTHROW
 
BinaryMessageoperator= (const BinaryMessage &other) ONIXS_BATS_PITCH_NOTHROW
 

Static Public Member Functions

static void validateSize (MessageSize size)
 

Static Public Attributes

static ONIXS_BATS_PITCH_CONST_OR_CONSTEXPR MessageSize messageSize_ = 34
 

Additional Inherited Members

- Public Types inherited from BinaryMessage
typedef MessageSize BinarySize
 
- Protected Member Functions inherited from BinaryFields< BinaryMessage, MessageSize >
const SubMessage submessage (MessageSizeoffset, MessageSizesize) const ONIXS_BATS_PITCH_NOTHROW
 
FieldValue ordinary (MessageSizeoffset) const ONIXS_BATS_PITCH_NOTHROW
 
const FieldValue & ordinaryRef (MessageSizeoffset) const ONIXS_BATS_PITCH_NOTHROW
 
Enumeration::Enum enumeration (MessageSizeoffset) const ONIXS_BATS_PITCH_NOTHROW
 
StrRef fixedStr (MessageSizeoffset) const ONIXS_BATS_PITCH_NOTHROW
 

Detailed Description

Definition at line 36 of file TradeShort.h.

Constructor & Destructor Documentation

TradeShortMsg ( const void *  data,
MessageSize  size 
)
inline

Initializes instance over given memory block.

Definition at line 106 of file TradeShort.h.

Member Function Documentation

Binary8 executionId ( ) const
inline

CFE generated day-unique execution identifier of this trade. Execution Id is also referenced in the Trade Break message.

Definition at line 82 of file TradeShort.h.

Binary8 orderId ( ) const
inline

Obfuscated Order ID or Order Id of the executed order.

Definition at line 46 of file TradeShort.h.

BinaryShortPrice price ( ) const
inline

The execution price of the order.

Definition at line 74 of file TradeShort.h.

Binary2 quantity ( ) const
inline

Incremental number of contracts executed.

Definition at line 60 of file TradeShort.h.

SideIndicator::Enum sideIndicator ( ) const
inline

Always Buy Order regardless of resting side.

Definition at line 53 of file TradeShort.h.

StrRef symbol ( ) const
inline

Symbol right padded with spaces.

Definition at line 67 of file TradeShort.h.

Binary4 timeOffset ( ) const
inline

Nanosecond offset from last unit timestamp.

Definition at line 39 of file TradeShort.h.

TradeCondition::Enum tradeCondition ( ) const
inline

Trade Condition.

Definition at line 89 of file TradeShort.h.

static void validateSize ( MessageSize  size)
inlinestatic

Check the given size.

Definition at line 99 of file TradeShort.h.

Member Data Documentation

Total message size.

Definition at line 96 of file TradeShort.h.


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