#include <OnixS/MTS/BondVision/SDP/Classes/SMP.Classes.BV_INVENTORY_TRADING_IDEA.h>
Public Member Functions | |
BV_INVENTORY_TRADING_IDEA () | |
virtual | ~BV_INVENTORY_TRADING_IDEA () |
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_INVENTORY_TRADING_IDEA * | clone () const |
virtual BV_INVENTORY_TRADING_IDEA * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | tradingIdeaId |
BV_MEMBER_INFO | sellSideMember |
UInt32 | buySideMemberId |
BV_INVENTORY_TRADING_IDEA_TEXT_TYPE::Enum | textType |
std::string | format |
std::string | text |
UInt32 | expiryDate |
UInt32 | creationDate |
UInt64 | creationTime |
UInt32 | updateDate |
UInt64 | updateTime |
Definition at line 44 of file SMP.Classes.BV_INVENTORY_TRADING_IDEA.h.
|
inline |
Definition at line 47 of file SMP.Classes.BV_INVENTORY_TRADING_IDEA.h.
|
inlinevirtual |
Definition at line 53 of file SMP.Classes.BV_INVENTORY_TRADING_IDEA.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 102 of file SMP.Classes.BV_INVENTORY_TRADING_IDEA.h.
|
virtual |
Provides string presentation.
Implements Class.
UInt32 buySideMemberId |
Unique ID of the Buy Side Member.
Definition at line 68 of file SMP.Classes.BV_INVENTORY_TRADING_IDEA.h.
UInt32 creationDate |
Creation date.
Definition at line 83 of file SMP.Classes.BV_INVENTORY_TRADING_IDEA.h.
UInt64 creationTime |
Creation time.
Definition at line 86 of file SMP.Classes.BV_INVENTORY_TRADING_IDEA.h.
UInt32 expiryDate |
Expiry date of the trading idea.
Definition at line 80 of file SMP.Classes.BV_INVENTORY_TRADING_IDEA.h.
std::string format |
Free text.
Definition at line 74 of file SMP.Classes.BV_INVENTORY_TRADING_IDEA.h.
BV_MEMBER_INFO sellSideMember |
Data identifying the Sell Side Member who entered the trading idea.
Definition at line 65 of file SMP.Classes.BV_INVENTORY_TRADING_IDEA.h.
std::string text |
Free text.
Definition at line 77 of file SMP.Classes.BV_INVENTORY_TRADING_IDEA.h.
Specifies the type of the text.
Definition at line 71 of file SMP.Classes.BV_INVENTORY_TRADING_IDEA.h.
UInt32 tradingIdeaId |
Unique ID of the trading idea.
Definition at line 62 of file SMP.Classes.BV_INVENTORY_TRADING_IDEA.h.
UInt32 updateDate |
Last update date.
Definition at line 89 of file SMP.Classes.BV_INVENTORY_TRADING_IDEA.h.
UInt64 updateTime |
Last update time.
Definition at line 92 of file SMP.Classes.BV_INVENTORY_TRADING_IDEA.h.