#include <OnixS/MTS/BondVision/SDP/Classes/SMP.Classes.BV_RESTRICTED_TRADING.h>
Public Member Functions | |
BV_RESTRICTED_TRADING () | |
virtual | ~BV_RESTRICTED_TRADING () |
virtual ClassId::Enum | id () const |
size_t | deserialize (const void *buf, size_t inLen) |
virtual std::string | toString () const |
virtual size_t | serializationBufSize () const |
virtual BV_RESTRICTED_TRADING * | clone () const |
virtual BV_RESTRICTED_TRADING * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt16 | areaCodeId |
UInt32 | sectionId |
TI_FUNCTION::Enum | functionId |
UInt64 | startRestrictedTrading |
UInt64 | stopRestrictedTrading |
Definition at line 43 of file SMP.Classes.BV_RESTRICTED_TRADING.h.
|
inline |
Definition at line 46 of file SMP.Classes.BV_RESTRICTED_TRADING.h.
|
inlinevirtual |
Definition at line 50 of file SMP.Classes.BV_RESTRICTED_TRADING.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 81 of file SMP.Classes.BV_RESTRICTED_TRADING.h.
|
virtual |
Provides string presentation.
Implements Class.
UInt16 areaCodeId |
Unique ID of the area code.
Definition at line 59 of file SMP.Classes.BV_RESTRICTED_TRADING.h.
TI_FUNCTION::Enum functionId |
Unique ID of the trading function.
Definition at line 65 of file SMP.Classes.BV_RESTRICTED_TRADING.h.
UInt32 sectionId |
Unique ID of the section.
Definition at line 62 of file SMP.Classes.BV_RESTRICTED_TRADING.h.
UInt64 startRestrictedTrading |
Time at which the Restricted Trading will start.
Definition at line 68 of file SMP.Classes.BV_RESTRICTED_TRADING.h.
UInt64 stopRestrictedTrading |
Time at which the Restricted Trading will stop.
Definition at line 71 of file SMP.Classes.BV_RESTRICTED_TRADING.h.