OnixS C++ HKEX OMD-C Handler 1.0.0
API documentation
Loading...
Searching...
No Matches
VCMTriggerMsg Struct Reference

Public Member Functions

UInt16 msgSize () const noexcept
UInt16 msgType () const noexcept
UInt32 securityCode () const noexcept
UInt64 coolingOffStartTime () const noexcept
UInt64 coolingOffEndTime () const noexcept
Int32 vCMReferencePrice () const noexcept
Int32 vCMLowerPrice () const noexcept
Int32 vCMUpperPrice () const noexcept
 VCMTriggerMsg (const void *data, MessageSize size) noexcept
Public Member Functions inherited from BinaryMessage
 BinaryMessage () noexcept
 BinaryMessage (const void *data, MessageSize size) noexcept
 BinaryMessage (const BinaryMessage &other) noexcept
 operator bool () const noexcept
const void * binary () const noexcept
MessageSize binarySize () const noexcept
BinaryMessageoperator= (const BinaryMessage &other) noexcept

Static Public Member Functions

static void validateSize (MessageSize size)

Static Public Attributes

static constexpr MessageSize messageSize_ = 36

Additional Inherited Members

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

Detailed Description

Definition at line 36 of file VCMTrigger.h.

Constructor & Destructor Documentation

◆ VCMTriggerMsg()

VCMTriggerMsg ( const void * data,
MessageSize size )
inlinenoexcept

Initializes instance over given memory block.

Definition at line 105 of file VCMTrigger.h.

Member Function Documentation

◆ coolingOffEndTime()

UInt64 coolingOffEndTime ( ) const
inlinenoexcept

Time when the cooling off period ends.

Definition at line 67 of file VCMTrigger.h.

◆ coolingOffStartTime()

UInt64 coolingOffStartTime ( ) const
inlinenoexcept

Time when the cooling off period starts.

Definition at line 60 of file VCMTrigger.h.

◆ msgSize()

UInt16 msgSize ( ) const
inlinenoexcept

Size of the message.

Definition at line 39 of file VCMTrigger.h.

◆ msgType()

UInt16 msgType ( ) const
inlinenoexcept

Type of message.

Definition at line 46 of file VCMTrigger.h.

◆ securityCode()

UInt32 securityCode ( ) const
inlinenoexcept

Uniquely identifies a security available for trading.

Definition at line 53 of file VCMTrigger.h.

◆ validateSize()

void validateSize ( MessageSize size)
inlinestatic

Check the given size.

Definition at line 98 of file VCMTrigger.h.

◆ vCMLowerPrice()

Int32 vCMLowerPrice ( ) const
inlinenoexcept

Lower price in the price band allowed during the cooling off period.

Definition at line 81 of file VCMTrigger.h.

◆ vCMReferencePrice()

Int32 vCMReferencePrice ( ) const
inlinenoexcept

Reference Price for the cooling off period.

Definition at line 74 of file VCMTrigger.h.

◆ vCMUpperPrice()

Int32 vCMUpperPrice ( ) const
inlinenoexcept

Upper price in the price band allowed during the cooling off period.

Definition at line 88 of file VCMTrigger.h.

Member Data Documentation

◆ messageSize_

MessageSize messageSize_ = 36
staticconstexpr

Total message size.

Definition at line 95 of file VCMTrigger.h.