OnixS C++ Fenics UST BIMP Market Data Handler  1.1.0
API documentation
WorkupNotificationMsg Struct Reference

#include <OnixS/FenicsUST/MarketData/Bimp/Messages/WorkupNotification.h>

Public Member Functions

Integer4 instrumentLocate () const ONIXS_FENICSUST_BIMP_NOTHROW
 
Integer8 timestamp () const ONIXS_FENICSUST_BIMP_NOTHROW
 
Integer8 instrumentId () const ONIXS_FENICSUST_BIMP_NOTHROW
 
Integer8 workupId () const ONIXS_FENICSUST_BIMP_NOTHROW
 
Integer8 workupPrice () const ONIXS_FENICSUST_BIMP_NOTHROW
 
Integer8 tradeDate () const ONIXS_FENICSUST_BIMP_NOTHROW
 
Integer8 expiryTime () const ONIXS_FENICSUST_BIMP_NOTHROW
 
WorkupState::Enum workupState () const ONIXS_FENICSUST_BIMP_NOTHROW
 
Integer2 workupFlags () const ONIXS_FENICSUST_BIMP_NOTHROW
 
 WorkupNotificationMsg (const void *data, MessageSize size) ONIXS_FENICSUST_BIMP_NOTHROW
 
- Public Member Functions inherited from BinaryMessage
 BinaryMessage () ONIXS_FENICSUST_BIMP_NOTHROW
 
 BinaryMessage (const void *data, MessageSize size) ONIXS_FENICSUST_BIMP_NOTHROW
 
 BinaryMessage (const BinaryMessage &other) ONIXS_FENICSUST_BIMP_NOTHROW
 
ONIXS_FENICSUST_BIMP_EXPLICIT operator bool () const ONIXS_FENICSUST_BIMP_NOTHROW
 
const void * binary () const ONIXS_FENICSUST_BIMP_NOTHROW
 
MessageSize binarySize () const ONIXS_FENICSUST_BIMP_NOTHROW
 
BinaryMessageoperator= (const BinaryMessage &other) ONIXS_FENICSUST_BIMP_NOTHROW
 

Static Public Member Functions

static void validateSize (MessageSize size)
 

Static Public Attributes

static ONIXS_FENICSUST_BIMP_CONST_OR_CONSTEXPR MessageSize messageSize_ = 56
 

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_FENICSUST_BIMP_NOTHROW
 
FieldValue ordinary (MessageSizeoffset) const ONIXS_FENICSUST_BIMP_NOTHROW
 
const FieldValue & ordinaryRef (MessageSizeoffset) const ONIXS_FENICSUST_BIMP_NOTHROW
 
Enumeration::Enum enumeration (MessageSizeoffset) const ONIXS_FENICSUST_BIMP_NOTHROW
 
StrRef fixedStr (MessageSizeoffset) const ONIXS_FENICSUST_BIMP_NOTHROW
 

Detailed Description

Definition at line 36 of file WorkupNotification.h.

Constructor & Destructor Documentation

WorkupNotificationMsg ( const void *  data,
MessageSize  size 
)
inline

Initializes instance over given memory block.

Definition at line 114 of file WorkupNotification.h.

Member Function Documentation

Integer8 expiryTime ( ) const
inline

Time when workup ends. Expressed as the number of nanoseconds since Unix Epoch (00:00:00 UTC on 1 January 1970)

Definition at line 83 of file WorkupNotification.h.

Integer8 instrumentId ( ) const
inline

The unique numeric instrument identification number.

Definition at line 54 of file WorkupNotification.h.

Integer4 instrumentLocate ( ) const
inline

Instrument locate code identifying the instrument.

Definition at line 39 of file WorkupNotification.h.

Integer8 timestamp ( ) const
inline

Timestamp for this message. Expressed as the number of nanoseconds since Unix Epoch (00:00:00 UTC on 1 January 1970).

Definition at line 47 of file WorkupNotification.h.

Integer8 tradeDate ( ) const
inline

Trade Date (YYYYMMDD)

Definition at line 75 of file WorkupNotification.h.

static void validateSize ( MessageSize  size)
inlinestatic

Check the given size.

Definition at line 107 of file WorkupNotification.h.

Integer2 workupFlags ( ) const
inline

Workup Flags.

Definition at line 97 of file WorkupNotification.h.

Integer8 workupId ( ) const
inline

A number uniquely identifying a workup.

Definition at line 61 of file WorkupNotification.h.

Integer8 workupPrice ( ) const
inline

Price which triggered workup.

Definition at line 68 of file WorkupNotification.h.

WorkupState::Enum workupState ( ) const
inline

Workup State.

Definition at line 90 of file WorkupNotification.h.

Member Data Documentation

Total message size.

Definition at line 104 of file WorkupNotification.h.


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