OnixS CBOE CMi2 Trading Handler for C++  1.1.3.0
Public Member Functions | Public Attributes | Friends | List of all members
DeleteFloorTrade Class Reference

Delete Floor Trade. More...

Public Member Functions

MessageType::Enum type () const
 Message type. More...
 
void validate () const
 Validates message data by checking length limits for strings. More...
 
std::string toString () const
 Returns string representation. More...
 
 DeleteFloorTrade ()
 Default constructor. More...
 
- Public Member Functions inherited from Message
SerializedMessage toSerialized () const
 Returns serialized representation. More...
 
virtual ~Message ()
 Destructor. More...
 

Public Attributes

TradingSessionCodes::Enum tradingSessionId
 Trading session code. More...
 
UInt32 productKey
 Unique identifier of a product (Symbol) as identified by CBOE. More...
 
UInt32 cboeHighId
 Trade Id - unique ID to identify the trade. More...
 
UInt32 cboeLowId
 Trade Id - unique ID to identify the trade. More...
 
std::string userAcronym
 The user's acronym for the fill. More...
 
std::string executingGiveUpFirmNumber
 Executing or Give Up Firm number associated with the trade. More...
 
std::string reason
 Reason. More...
 

Friends

class Serializer
 

Detailed Description

Delete Floor Trade.

Constructor & Destructor Documentation

Default constructor.

Member Function Documentation

std::string toString ( ) const
virtual

Returns string representation.

Implements Message.

MessageType::Enum type ( ) const
inlinevirtual

Message type.

Implements Message.

void validate ( ) const
virtual

Validates message data by checking length limits for strings.

Throws std::invalid_artument exception if message content is invalid.

Implements Message.

Member Data Documentation

UInt32 cboeHighId

Trade Id - unique ID to identify the trade.

UInt32 cboeLowId

Trade Id - unique ID to identify the trade.

std::string executingGiveUpFirmNumber

Executing or Give Up Firm number associated with the trade.

UInt32 productKey

Unique identifier of a product (Symbol) as identified by CBOE.

std::string reason

Reason.

255 bytes max.

TradingSessionCodes::Enum tradingSessionId

Trading session code.

std::string userAcronym

The user's acronym for the fill.