OnixS Eurex ETI Handler C++ library 9.25.0
API documentation
Loading...
Searching...
No Matches
ModifyTESTradeRequest Class Reference

Public Member Functions

 ModifyTESTradeRequest ()
TemplateId::Enum templateId () const
std::string toString () const
Public Member Functions inherited from Message
virtual ~Message ()

Public Attributes

UInt32 senderSubId
SInt64 lastPx
UInt64 transBkdTime
SInt64 relatedClosePrice
SInt64 relatedPx
SInt32 marketSegmentId
UInt32 packageId
UInt32 tesExecId
SInt32 relatedMarketSegmentId
TrdType::Enum trdType
TradeReportType::Enum tradeReportType
TradePublishIndicator::Enum tradePublishIndicator
SwapClearer::Enum swapClearer
std::string tradeReportText
std::string tradeReportId
std::vector< SideAllocGrpElemsideAllocGrp
std::vector< TrdInstrmntLegGrpElemtrdInstrmntLegGrp

Friends

class Serializer

Detailed Description

Definition at line 37 of file ModifyTESTradeRequest.h.

Constructor & Destructor Documentation

◆ ModifyTESTradeRequest()

Initialize default instance.

Member Function Documentation

◆ templateId()

TemplateId::Enum templateId ( ) const
virtual

Returns template ID.

Implements Message.

◆ toString()

std::string toString ( ) const
virtual

Returns string representation.

Implements Message.

◆ Serializer

friend class Serializer
friend

Definition at line 101 of file ModifyTESTradeRequest.h.

Member Data Documentation

◆ lastPx

SInt64 lastPx

Price of this leg fill.

Definition at line 47 of file ModifyTESTradeRequest.h.

◆ marketSegmentId

SInt32 marketSegmentId

The product identifier uniquely identifies a Eurex product.

Definition at line 59 of file ModifyTESTradeRequest.h.

◆ packageId

UInt32 packageId

Identifier for a Trade Entry Service trade, i.e TES trade ID.

Definition at line 62 of file ModifyTESTradeRequest.h.

◆ relatedClosePrice

SInt64 relatedClosePrice

User defined index price.

Definition at line 53 of file ModifyTESTradeRequest.h.

◆ relatedMarketSegmentId

SInt32 relatedMarketSegmentId

Identifies a related product.

Definition at line 68 of file ModifyTESTradeRequest.h.

◆ relatedPx

SInt64 relatedPx

Price of the related instrument.

Definition at line 56 of file ModifyTESTradeRequest.h.

◆ senderSubId

UInt32 senderSubId

User ID.

Definition at line 44 of file ModifyTESTradeRequest.h.

◆ sideAllocGrp

std::vector<SideAllocGrpElem> sideAllocGrp

Side Alloc Group.

Definition at line 89 of file ModifyTESTradeRequest.h.

◆ swapClearer

SwapClearer::Enum swapClearer

Swap clearer for EFS Trades only.

Definition at line 80 of file ModifyTESTradeRequest.h.

◆ tesExecId

UInt32 tesExecId

System transaction identifier for a Trade Entry Service transaction.

Definition at line 65 of file ModifyTESTradeRequest.h.

◆ tradePublishIndicator

TradePublishIndicator::Enum tradePublishIndicator

Indicates if a trade should be reported via the market reporting service.

Definition at line 77 of file ModifyTESTradeRequest.h.

◆ tradeReportId

std::string tradeReportId

User defined transaction ID. Part of the TES response and TES broadcast.

Definition at line 86 of file ModifyTESTradeRequest.h.

◆ tradeReportText

std::string tradeReportText

User defined text field.

Definition at line 83 of file ModifyTESTradeRequest.h.

◆ tradeReportType

TradeReportType::Enum tradeReportType

Identifies the type of trade notification.

Definition at line 74 of file ModifyTESTradeRequest.h.

◆ transBkdTime

UInt64 transBkdTime

Trade Closure Time, the time when an Off-Book trade was concluded outside the Eurex System.

Definition at line 50 of file ModifyTESTradeRequest.h.

◆ trdInstrmntLegGrp

std::vector<TrdInstrmntLegGrpElem> trdInstrmntLegGrp

Trd Instrmnt Leg Group.

Definition at line 92 of file ModifyTESTradeRequest.h.

◆ trdType

TrdType::Enum trdType

Indicates if a trade should be reported via the market reporting service.

Definition at line 71 of file ModifyTESTradeRequest.h.