OnixS ICE iMpact Multicast Price Feed Handler C++ library 8.18.0
API documentation
Loading...
Searching...
No Matches
CancelledTrade Struct Reference

Public Types

enum  

Public Member Functions

 CancelledTrade ()
 CancelledTrade (const char *data, std::size_t dataSize)
void deserialize (const char *data, std::size_t dataSize)
void reset ()
std::string toString () const

Public Attributes

MarketId marketId
TradeId tradeId
Price price
int quantity
DateTime dateTime
OffMarketTradeType::Enum offMarketTradeType

Detailed Description

Definition at line 36 of file CancelledTrade.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Message type constant.

Enumerator
messageType 'I' 

Definition at line 39 of file CancelledTrade.h.

Constructor & Destructor Documentation

◆ CancelledTrade() [1/2]

Default constructor.

◆ CancelledTrade() [2/2]

CancelledTrade ( const char * data,
std::size_t dataSize )

Initialize from raw message data.

Member Function Documentation

◆ deserialize()

void deserialize ( const char * data,
std::size_t dataSize )

Deserialize from raw data.

◆ reset()

void reset ( )

Reset all fields to default values.

◆ toString()

std::string toString ( ) const

Returns string representation.

Member Data Documentation

◆ dateTime

DateTime dateTime

Date time the trade was cancelled. Milliseconds since Jan 1st, 1970, 00:00:00 GMT.

Definition at line 59 of file CancelledTrade.h.

◆ marketId

MarketId marketId

Unique identifier of the market.

Definition at line 45 of file CancelledTrade.h.

◆ offMarketTradeType

OffMarketTradeType::Enum offMarketTradeType

Only for off market trade. The first character is ‘’ ' when it is a regular trade. One or two null characters ('\0'`) will be appended to the end of this field when applicable. See Appendix B for the codes and descriptions.

Definition at line 65 of file CancelledTrade.h.

◆ price

Price price

Price of the trade. DealPriceDenominator for the market should be applied to get the real price.

Definition at line 52 of file CancelledTrade.h.

◆ quantity

int quantity

Trade quantity.

Definition at line 55 of file CancelledTrade.h.

◆ tradeId

TradeId tradeId

Unique identifier of the trade.

Definition at line 48 of file CancelledTrade.h.