Public Member Functions | |
BV_TRADE_SPLIT () | |
virtual | ~BV_TRADE_SPLIT () |
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_TRADE_SPLIT * | clone () const |
virtual BV_TRADE_SPLIT * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Static Public Attributes | |
static const size_t | accountInfoSize = 100 |
Definition at line 47 of file SMP.Classes.BV_TRADE_SPLIT.h.
|
inline |
Definition at line 50 of file SMP.Classes.BV_TRADE_SPLIT.h.
|
inlinevirtual |
Definition at line 59 of file SMP.Classes.BV_TRADE_SPLIT.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen ) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 151 of file SMP.Classes.BV_TRADE_SPLIT.h.
|
virtual |
Provides string presentation.
Implements Class.
std::vector<BV_SPLIT_ACCOUNT_INFO> accountInfo |
Definition at line 111 of file SMP.Classes.BV_TRADE_SPLIT.h.
|
static |
Account information.
Definition at line 110 of file SMP.Classes.BV_TRADE_SPLIT.h.
std::string allocationDescription |
Description of the allocation.
Definition at line 80 of file SMP.Classes.BV_TRADE_SPLIT.h.
UInt32 allocationId |
Unique ID of the pre-allocation or of the allocation during the trade splitting phase.
Definition at line 74 of file SMP.Classes.BV_TRADE_SPLIT.h.
UInt16 blockId |
Block counter.
Definition at line 114 of file SMP.Classes.BV_TRADE_SPLIT.h.
BV_BLOCK_SPLIT_STATUS::Enum blockValidity |
Status of the block validation (Reserved for future use)
Definition at line 120 of file SMP.Classes.BV_TRADE_SPLIT.h.
std::string clientAllocationId |
Allocation Id for client use.
Definition at line 77 of file SMP.Classes.BV_TRADE_SPLIT.h.
std::string clientOrderId |
Unique ID of the executed order within the client institution.
Definition at line 95 of file SMP.Classes.BV_TRADE_SPLIT.h.
UInt32 creationDate |
Creation date.
Definition at line 129 of file SMP.Classes.BV_TRADE_SPLIT.h.
UInt64 creationTime |
Creation time.
Definition at line 132 of file SMP.Classes.BV_TRADE_SPLIT.h.
UInt32 dealId |
Unique ID of the deal.
Definition at line 92 of file SMP.Classes.BV_TRADE_SPLIT.h.
Action applied to the allocation.
Definition at line 123 of file SMP.Classes.BV_TRADE_SPLIT.h.
BV_INSTRUMENT_INFO instrument |
Data regarding the tradable instrument.
Definition at line 98 of file SMP.Classes.BV_TRADE_SPLIT.h.
BV_MEMBER_INFO member |
Buy Side Member requesting the split.
Definition at line 68 of file SMP.Classes.BV_TRADE_SPLIT.h.
UInt16 numAccountInfo |
Number of account information.
Definition at line 107 of file SMP.Classes.BV_TRADE_SPLIT.h.
UInt16 numOfBlocks |
Total number of block to be sent for the allocation (Reserved for future use)
Definition at line 117 of file SMP.Classes.BV_TRADE_SPLIT.h.
UInt64 preAllocationTime |
Time at which the pre-allocation was made.
Definition at line 101 of file SMP.Classes.BV_TRADE_SPLIT.h.
BV_PREALLOCATION_TYPE::Enum preAllocationType |
Specifies whether the pre-allocation is public or private.
Definition at line 83 of file SMP.Classes.BV_TRADE_SPLIT.h.
UInt32 sellSideMemberId |
Unique ID of the sell side Member (counterpart of trade)
Definition at line 71 of file SMP.Classes.BV_TRADE_SPLIT.h.
UInt16 splitAttemptNo |
Identifies the split attempt. (Reserved for future use)
Definition at line 104 of file SMP.Classes.BV_TRADE_SPLIT.h.
BV_TRADE_SPLIT_STATUS::Enum status |
Status of the allocation.
Definition at line 126 of file SMP.Classes.BV_TRADE_SPLIT.h.
TI_TIME_ZONE timeZone |
Time zone information.
Definition at line 141 of file SMP.Classes.BV_TRADE_SPLIT.h.
UInt32 tradeId |
Unique ID of the trade to be split.
Definition at line 89 of file SMP.Classes.BV_TRADE_SPLIT.h.
UInt32 updateDate |
Last update date.
Definition at line 135 of file SMP.Classes.BV_TRADE_SPLIT.h.
UInt64 updateTime |
Last update time.
Definition at line 138 of file SMP.Classes.BV_TRADE_SPLIT.h.
UInt32 workingTraderId |
Unique ID of the trader who is locking the allocation.
Definition at line 86 of file SMP.Classes.BV_TRADE_SPLIT.h.