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

Public Member Functions

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

Public Attributes

UInt32 senderSubId
SInt64 underlyingPriceStipValue
SInt64 underlyingPx
SInt64 lastQty
SInt32 marketSegmentId
UInt32 negotiationId
UInt32 tradeId
TradeReportType::Enum tradeReportType
TrdRptStatus::Enum trdRptStatus
std::string partyExecutingFirm
std::string partyExecutingTrader
std::string freeText5

Friends

class Serializer

Detailed Description

Definition at line 35 of file SRQSUpdateDealStatusRequest.h.

Constructor & Destructor Documentation

◆ SRQSUpdateDealStatusRequest()

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 84 of file SRQSUpdateDealStatusRequest.h.

Member Data Documentation

◆ freeText5

std::string freeText5

Text field.

Definition at line 75 of file SRQSUpdateDealStatusRequest.h.

◆ lastQty

SInt64 lastQty

Quantity executed in this leg fill.

Definition at line 51 of file SRQSUpdateDealStatusRequest.h.

◆ marketSegmentId

SInt32 marketSegmentId

The product identifier uniquely identifies a Eurex product.

Definition at line 54 of file SRQSUpdateDealStatusRequest.h.

◆ negotiationId

UInt32 negotiationId

ID of a SRQS negotiation.

Definition at line 57 of file SRQSUpdateDealStatusRequest.h.

◆ partyExecutingFirm

std::string partyExecutingFirm

Owning business unit name.

Definition at line 69 of file SRQSUpdateDealStatusRequest.h.

◆ partyExecutingTrader

std::string partyExecutingTrader

Owning user name.

Definition at line 72 of file SRQSUpdateDealStatusRequest.h.

◆ senderSubId

UInt32 senderSubId

User ID.

Definition at line 42 of file SRQSUpdateDealStatusRequest.h.

◆ tradeId

UInt32 tradeId

Uniquely identifies all order leg allocations referring to the same matching event, simple instrument and price.

Definition at line 60 of file SRQSUpdateDealStatusRequest.h.

◆ tradeReportType

TradeReportType::Enum tradeReportType

Identifies the type of trade notification.

Definition at line 63 of file SRQSUpdateDealStatusRequest.h.

◆ trdRptStatus

TrdRptStatus::Enum trdRptStatus

SRQS deal status.

Definition at line 66 of file SRQSUpdateDealStatusRequest.h.

◆ underlyingPriceStipValue

SInt64 underlyingPriceStipValue

Value of stipulation.

Definition at line 45 of file SRQSUpdateDealStatusRequest.h.

◆ underlyingPx

SInt64 underlyingPx

Underlying price associate with a derivative instrument.

Definition at line 48 of file SRQSUpdateDealStatusRequest.h.