#include <OnixS/MTS/BondVision/SDP/Classes/SMP.Classes.BV_IOI.h>
Public Member Functions | |
BV_IOI () | |
virtual | ~BV_IOI () |
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_IOI * | clone () const |
virtual BV_IOI * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
TI_MSG_INFO | iOIMsgInfo |
std::string | iOIClientInfo |
std::string | iOIRefClientInfo |
BV_MEMBER_INFO | provider |
BV_MEMBER_INFO | submitter |
BV_INSTRUMENT_INFO | instrument |
UInt32 | groupId |
BV_IOI_EVENT::Enum | event |
BV_IOI_STATUS::Enum | status |
TI_VERB::Enum | side |
BV_IOI_QUOTING_DATA | quotingData |
std::string | freeText |
std::string | transactionTime |
UInt64 | updateTime |
Definition at line 48 of file SMP.Classes.BV_IOI.h.
|
inline |
Definition at line 51 of file SMP.Classes.BV_IOI.h.
|
inlinevirtual |
Definition at line 59 of file SMP.Classes.BV_IOI.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 117 of file SMP.Classes.BV_IOI.h.
|
virtual |
Provides string presentation.
Implements Class.
BV_IOI_EVENT::Enum event |
IOI event (e.g. activate, delete)
Definition at line 89 of file SMP.Classes.BV_IOI.h.
std::string freeText |
Free text or Single Buy Side Member. See the description provided at the beginning of this chapter.
Definition at line 101 of file SMP.Classes.BV_IOI.h.
UInt32 groupId |
Unique ID of the group. The field is set to 0, if the IOI is addressed to a single Buy Side Member.
Definition at line 86 of file SMP.Classes.BV_IOI.h.
BV_INSTRUMENT_INFO instrument |
Data about the instrument (instrument ID and type)
Definition at line 83 of file SMP.Classes.BV_IOI.h.
std::string iOIClientInfo |
Alphanumeric client's message identifier, set by the client who inserts/modifies an IOI.
Definition at line 71 of file SMP.Classes.BV_IOI.h.
TI_MSG_INFO iOIMsgInfo |
Message data.
Definition at line 68 of file SMP.Classes.BV_IOI.h.
std::string iOIRefClientInfo |
Message reference, referred to the IOI to be modified/deleted. Empty in case of IOI insertion.
Definition at line 74 of file SMP.Classes.BV_IOI.h.
BV_MEMBER_INFO provider |
Data about the member - Sell Side Member.
Definition at line 77 of file SMP.Classes.BV_IOI.h.
BV_IOI_QUOTING_DATA quotingData |
IOI quoting data (e.g. Quantity, Price, ...). The Quantity must be specified.
Definition at line 98 of file SMP.Classes.BV_IOI.h.
TI_VERB::Enum side |
Verb - from Sell Side Member's point of view.
Definition at line 95 of file SMP.Classes.BV_IOI.h.
BV_IOI_STATUS::Enum status |
IOI status.
Definition at line 92 of file SMP.Classes.BV_IOI.h.
BV_MEMBER_INFO submitter |
Data about the member - submitterof the IOI (Sell Side Member or broker OBO)
Definition at line 80 of file SMP.Classes.BV_IOI.h.
std::string transactionTime |
Time at which the transaction took place.
Definition at line 104 of file SMP.Classes.BV_IOI.h.
UInt64 updateTime |
Time at which the data was last updated.
Definition at line 107 of file SMP.Classes.BV_IOI.h.