#include <OnixS/MTS/BondVision/SDP/Classes/SMP.Classes.BV_AREA_CODE.h>
Public Member Functions | |
BV_AREA_CODE () | |
virtual | ~BV_AREA_CODE () |
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_AREA_CODE * | clone () const |
virtual BV_AREA_CODE * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt16 | areaCodeId |
std::string | areaCodeShortDesc |
std::string | areaCodeDesc |
TI_FLAG::Enum | markUpVisibleFg |
std::string | currencyCode |
TI_FLAG::Enum | mandatoryExecInvestIdFg |
Definition at line 43 of file SMP.Classes.BV_AREA_CODE.h.
|
inline |
Definition at line 46 of file SMP.Classes.BV_AREA_CODE.h.
|
inlinevirtual |
Definition at line 53 of file SMP.Classes.BV_AREA_CODE.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 87 of file SMP.Classes.BV_AREA_CODE.h.
|
virtual |
Provides string presentation.
Implements Class.
std::string areaCodeDesc |
Description of the area code.
Definition at line 68 of file SMP.Classes.BV_AREA_CODE.h.
UInt16 areaCodeId |
Unique ID of the Area Code.
Definition at line 62 of file SMP.Classes.BV_AREA_CODE.h.
std::string areaCodeShortDesc |
Short description of the area code.
Definition at line 65 of file SMP.Classes.BV_AREA_CODE.h.
std::string currencyCode |
ISO unique alphanumeric ID code of the reference currency for the area code.
Definition at line 74 of file SMP.Classes.BV_AREA_CODE.h.
TI_FLAG::Enum mandatoryExecInvestIdFg |
Specifies whether checks on Algo Info submission are required for the Area Code.
Definition at line 77 of file SMP.Classes.BV_AREA_CODE.h.
TI_FLAG::Enum markUpVisibleFg |
Flag indicating whether MarkUp, defined by the Sell-Side Members, are published or not to the Buy-Side Members.
Definition at line 71 of file SMP.Classes.BV_AREA_CODE.h.