#include <OnixS/CME/ConflatedUDP/Security.h>
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 |
Protected Member Functions | |
Security (SecurityId id) | |
~Security () | |
void | seqNumber (UInt32 seqNumber) |
Definition at line 29 of file Security.h.
|
inlineprotected |
Initializes instance.
Definition at line 48 of file Security.h.
|
inlineprotected |
Cleans everything up.
Definition at line 56 of file Security.h.
|
inline |
String field that indicates the underlying asset code (Product Code).
Definition at line 115 of file Security.h.
|
inline |
Updates asset code.
Definition at line 121 of file Security.h.
|
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 99 of file Security.h.
|
inline |
Assigns security group code.
Definition at line 105 of file Security.h.
|
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 74 of file Security.h.
|
inlineprotected |
Updates sequence number.
Definition at line 62 of file Security.h.
|
inline |
Security-level sequence number.
Definition at line 130 of file Security.h.
|
inline |
Security name or symbol.
Definition at line 80 of file Security.h.
|
inline |
Updates security name or symbol.
Definition at line 86 of file Security.h.