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

Public Member Functions

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

Public Attributes

UInt32 senderSubId
SInt64 quoteRefPrice
SInt64 underlyingDeltaPercentage
SInt64 bidPx
SInt64 offerPx
SInt64 orderQty
SInt32 marketSegmentId
UInt32 negotiationId
NumberOfRespDisclosureInstruction::Enum numberOfRespDisclosureInstruction
Side::Enum side
ShowLastDealOnClosure::Enum showLastDealOnClosure
QuoteType::Enum quoteType
QuoteSubType::Enum quoteSubType
RespondentType::Enum respondentType
TradeAggregationTransType::Enum tradeAggregationTransType
QuoteCondition::Enum quoteCondition
std::string partyExecutingFirm
std::string partyExecutingTrader
std::string freeText5
std::string partyOrderOriginationTrader
std::string chargeId
std::vector< TargetPartiesElemtargetParties

Friends

class Serializer

Detailed Description

Definition at line 37 of file SRQSUpdateNegotiationRequest.h.

Constructor & Destructor Documentation

◆ SRQSUpdateNegotiationRequest()

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 116 of file SRQSUpdateNegotiationRequest.h.

Member Data Documentation

◆ bidPx

SInt64 bidPx

Bid price/rate.

Definition at line 53 of file SRQSUpdateNegotiationRequest.h.

◆ chargeId

std::string chargeId

Charge ID of Third Party Platform.

Definition at line 104 of file SRQSUpdateNegotiationRequest.h.

◆ freeText5

std::string freeText5

Text field.

Definition at line 98 of file SRQSUpdateNegotiationRequest.h.

◆ marketSegmentId

SInt32 marketSegmentId

The product identifier uniquely identifies a Eurex product.

Definition at line 62 of file SRQSUpdateNegotiationRequest.h.

◆ negotiationId

UInt32 negotiationId

ID of a SRQS negotiation.

Definition at line 65 of file SRQSUpdateNegotiationRequest.h.

◆ numberOfRespDisclosureInstruction

NumberOfRespDisclosureInstruction::Enum numberOfRespDisclosureInstruction

Instruction to show total number of Respondents in a SRQS event.

Definition at line 68 of file SRQSUpdateNegotiationRequest.h.

◆ offerPx

SInt64 offerPx

Offer price/rate.

Definition at line 56 of file SRQSUpdateNegotiationRequest.h.

◆ orderQty

SInt64 orderQty

Total Order Quantity.

Definition at line 59 of file SRQSUpdateNegotiationRequest.h.

◆ partyExecutingFirm

std::string partyExecutingFirm

Owning business unit name.

Definition at line 92 of file SRQSUpdateNegotiationRequest.h.

◆ partyExecutingTrader

std::string partyExecutingTrader

Owning user name.

Definition at line 95 of file SRQSUpdateNegotiationRequest.h.

◆ partyOrderOriginationTrader

std::string partyOrderOriginationTrader

Buy-side user information.

Definition at line 101 of file SRQSUpdateNegotiationRequest.h.

◆ quoteCondition

QuoteCondition::Enum quoteCondition

Status of the quote.

Definition at line 89 of file SRQSUpdateNegotiationRequest.h.

◆ quoteRefPrice

SInt64 quoteRefPrice

Underlying reference price for an option (for option strategies).

Definition at line 47 of file SRQSUpdateNegotiationRequest.h.

◆ quoteSubType

QuoteSubType::Enum quoteSubType

Sub-type or qualifier of QuoteType.

Definition at line 80 of file SRQSUpdateNegotiationRequest.h.

◆ quoteType

QuoteType::Enum quoteType

Quote type.

Definition at line 77 of file SRQSUpdateNegotiationRequest.h.

◆ respondentType

RespondentType::Enum respondentType

Specifies the type of respondents requested.

Definition at line 83 of file SRQSUpdateNegotiationRequest.h.

◆ senderSubId

UInt32 senderSubId

User ID.

Definition at line 44 of file SRQSUpdateNegotiationRequest.h.

◆ showLastDealOnClosure

ShowLastDealOnClosure::Enum showLastDealOnClosure

Instruction to show last deal information after negotiation closure.

Definition at line 74 of file SRQSUpdateNegotiationRequest.h.

◆ side

Side::Enum side

Side of the order.

Definition at line 71 of file SRQSUpdateNegotiationRequest.h.

◆ targetParties

std::vector<TargetPartiesElem> targetParties

Target Parties.

Definition at line 107 of file SRQSUpdateNegotiationRequest.h.

◆ tradeAggregationTransType

TradeAggregationTransType::Enum tradeAggregationTransType

Trade Aggregation Identifier.

Definition at line 86 of file SRQSUpdateNegotiationRequest.h.

◆ underlyingDeltaPercentage

SInt64 underlyingDeltaPercentage

The underlying delta of a Vola-Strategy.

Definition at line 50 of file SRQSUpdateNegotiationRequest.h.