OnixS C++ CME MDP Premium Market Data Handler  5.8.3
API Documentation
Security Class Reference

#include <OnixS/CME/MDH/Security.h>

Public Types

typedef UInt64 UserData
 

Public Member Functions

SecurityId id () const
 
StrRef symbol () const
 
void symbol (const StrRef &symbol)
 
StrRef group () const
 
void group (const StrRef &group)
 
StrRef asset () const
 
void asset (const StrRef &asset)
 
UInt32 seqNumber () const
 
UserData userData () const
 

Protected Member Functions

 Security (SecurityId id)
 
 ~Security ()
 
void seqNumber (UInt32 seqNumber)
 
void userData (UserData data)
 

Detailed Description

Definition at line 29 of file Security.h.

Member Typedef Documentation

typedef UInt64 UserData

User-defined data to be attached.

Definition at line 90 of file Security.h.

Constructor & Destructor Documentation

Security ( SecurityId  id)
inlineprotected

Initializes instance.

Definition at line 100 of file Security.h.

~Security ( )
inlineprotected

Cleans everything up.

Definition at line 108 of file Security.h.

Member Function Documentation

StrRef asset ( ) const
inline

String field that indicates the underlying asset code (Product Code).

Definition at line 72 of file Security.h.

void asset ( const StrRef asset)
inline

Updates asset code.

Definition at line 78 of file Security.h.

StrRef group ( ) const
inline

Security group code.

An exchange specific code assigned to a group of related securities, which are concurrently affected by market events.

Definition at line 59 of file Security.h.

void group ( const StrRef group)
inline

Assigns security group code.

Definition at line 65 of file Security.h.

SecurityId id ( ) const
inline

Unique security identifier.

Security ID value will not be reused until the next trade date following an security expiration or deletion.

Definition at line 37 of file Security.h.

UInt32 seqNumber ( ) const
inline

Security-level sequence number.

Definition at line 84 of file Security.h.

void seqNumber ( UInt32  seqNumber)
inlineprotected

Updates sequence number.

Definition at line 111 of file Security.h.

StrRef symbol ( ) const
inline

Security name or symbol.

Definition at line 43 of file Security.h.

void symbol ( const StrRef symbol)
inline

Updates security name or symbol.

Definition at line 49 of file Security.h.

UserData userData ( ) const
inline

User-defined data.

Definition at line 93 of file Security.h.

void userData ( UserData  data)
inlineprotected

Sets user-defined data.

Definition at line 117 of file Security.h.


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