Public Member Functions | |
| BV_INVENTORY_GROUP_MEMBER () | |
| virtual | ~BV_INVENTORY_GROUP_MEMBER () |
| 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_GROUP_MEMBER * | clone () const |
| virtual BV_INVENTORY_GROUP_MEMBER * | clone (void *) const |
| Public Member Functions inherited from Class | |
| virtual | ~Class () |
| size_t | getMaxMessageSize () const |
Public Attributes | |
| UInt32 | memberId |
| UInt32 | productType |
| std::string | currency |
| UInt32 | groupId |
| UInt32 | buySideMemberId |
| BV_INVENTORY_GROUP_MEMBER_EVENT::Enum | event |
| BV_INVENTORY_GROUP_MEMBER_STATUS::Enum | status |
| UInt32 | creationDate |
| UInt64 | creationTime |
| UInt32 | updateDate |
| UInt64 | updateTime |
| std::string | userData |
| UInt32 | submitterMemberId |
| UInt32 | submitterTraderId |
| std::string | submitterTraderName |
Definition at line 43 of file SMP.Classes.BV_INVENTORY_GROUP_MEMBER.h.
|
inline |
Definition at line 46 of file SMP.Classes.BV_INVENTORY_GROUP_MEMBER.h.
|
inlinevirtual |
Definition at line 53 of file SMP.Classes.BV_INVENTORY_GROUP_MEMBER.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 114 of file SMP.Classes.BV_INVENTORY_GROUP_MEMBER.h.
|
virtual |
Provides string presentation.
Implements Class.
| UInt32 buySideMemberId |
Unique ID of the Buy Side Member.
Definition at line 74 of file SMP.Classes.BV_INVENTORY_GROUP_MEMBER.h.
| UInt32 creationDate |
Creation date.
Definition at line 83 of file SMP.Classes.BV_INVENTORY_GROUP_MEMBER.h.
| UInt64 creationTime |
Creation time.
Definition at line 86 of file SMP.Classes.BV_INVENTORY_GROUP_MEMBER.h.
| std::string currency |
Currency code.
Definition at line 68 of file SMP.Classes.BV_INVENTORY_GROUP_MEMBER.h.
Action applied to the association.
Definition at line 77 of file SMP.Classes.BV_INVENTORY_GROUP_MEMBER.h.
| UInt32 groupId |
Unique ID of the group.
Definition at line 71 of file SMP.Classes.BV_INVENTORY_GROUP_MEMBER.h.
| UInt32 memberId |
Unique ID of the Sell Side Member.
Definition at line 62 of file SMP.Classes.BV_INVENTORY_GROUP_MEMBER.h.
| UInt32 productType |
Unique ID of the product type.
Definition at line 65 of file SMP.Classes.BV_INVENTORY_GROUP_MEMBER.h.
Status of the association. Deleted association will be removed at the end of the current trading day.
Definition at line 80 of file SMP.Classes.BV_INVENTORY_GROUP_MEMBER.h.
| UInt32 submitterMemberId |
Unique ID of the submitter member.
Definition at line 98 of file SMP.Classes.BV_INVENTORY_GROUP_MEMBER.h.
| UInt32 submitterTraderId |
Unique ID of the submitter trader.
Definition at line 101 of file SMP.Classes.BV_INVENTORY_GROUP_MEMBER.h.
| std::string submitterTraderName |
Unique name of the submitter trader.
Definition at line 104 of file SMP.Classes.BV_INVENTORY_GROUP_MEMBER.h.
| UInt32 updateDate |
Last update date.
Definition at line 89 of file SMP.Classes.BV_INVENTORY_GROUP_MEMBER.h.
| UInt64 updateTime |
Last update time.
Definition at line 92 of file SMP.Classes.BV_INVENTORY_GROUP_MEMBER.h.
| std::string userData |
Free field used by the client.
Definition at line 95 of file SMP.Classes.BV_INVENTORY_GROUP_MEMBER.h.