50 traderName.reserve(12);
53 submitterTraderName.reserve(12);
132 size_t deserialize(
const void* buf,
size_t inLen);
135 virtual std::string toString ()
const;
146 virtual size_t serialize(
void* buf)
const;
UInt64 updateTime
Last update time.
UInt32 memberId
Unique ID of the member.
std::string traderName
Unique name of the Buy Side trader to which the trading caps is applied.
TI_TRADING_CAPS_MODALITY::Enum capsModality
Caps modality.
UInt32 submitterMemberId
Unique ID of the member who defined the trading caps.
Double blockingLimit
Trading limit (Blocking)
UInt32 creationDate
Creation date.
UInt32 submitterTraderId
Unique ID of the trader who defined the trading caps.
UInt32 instrumentClassId
Unique ID ofthe Instrument Class.
UInt32 productType
Unique ID of the product type.
UInt32 traderId
Unique ID of the trader.
TI_TRADING_CAPS_EVENT::Enum event
Action applied to the caps.
std::string userData
Free field used by the client.
virtual ~TI_TRADING_CAPS()
std::string submitterTraderName
Unique name of the trader who defined the trading caps.
UInt64 creationTime
Creation time.
UInt32 marketId
Unique ID of the market.
unsigned long long UInt64
Double warningLimit
Trading limit (Warning)
virtual size_t serializationBufSize() const
virtual ClassId::Enum id() const
Class id.
TI_TRADING_CAPS_FUNCTION::Enum functionId
Unique ID of the trading function.
TI_TRADING_CAPS_MODALITY_SETTING::Enum modalitySetting
Caps modality setting.
std::string currency
Currency code.
UInt32 updateDate
Last update date.
TI_TRADING_CAPS_STATUS::Enum status
Specifies whether the trading caps is enabled, disabled or deleted. Deleted trading caps will be remo...