public class TESInquireBoundaryPricesRequest extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue| Constructor and Description |
|---|
TESInquireBoundaryPricesRequest()
Create new object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(DeserializerHelpers deserializerHelpers)
Deserialize message from Eurex ETI binary format.
|
int |
getMarketSegmentId()
The product identifier uniquely identifies a Eurex product.
|
long |
getMsgSeqNum()
Message sequence number used by the participant for requests sent to the gateway.
|
ProductComplex |
getProductComplex()
This field qualifies an instrument type on Eurex.
|
long |
getSecurityId()
The instrument identifier uniquely identifies an instrument in the core system.
|
long |
getSenderSubId()
User ID.
|
TemplateId |
getTemplateId()
Returns message TemplateID.
|
TrdType |
getTrdType()
Indicates if a trade should be reported via the market reporting service.
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
TESInquireBoundaryPricesRequest |
setMarketSegmentId(int value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
TESInquireBoundaryPricesRequest |
setProductComplex(ProductComplex value) |
TESInquireBoundaryPricesRequest |
setSecurityId(long value) |
TESInquireBoundaryPricesRequest |
setSenderSubId(long value) |
TESInquireBoundaryPricesRequest |
setTrdType(TrdType value) |
String |
toString()
Returns a string representation.
|
public TESInquireBoundaryPricesRequest()
public String toString()
public TemplateId getTemplateId()
getTemplateId in interface Messagepublic void serialize(SerializerHelpers serializerHelpers) throws IOException
serialize in interface MessageIOExceptionpublic void deserialize(DeserializerHelpers deserializerHelpers) throws IOException
deserialize in interface MessageIOExceptionpublic void notify(MessageListener listener)
public long getMsgSeqNum()
getMsgSeqNum in interface Messagepublic void setMsgSeqNum(long value)
MessagesetMsgSeqNum in interface Messagepublic long getSenderSubId()
public TESInquireBoundaryPricesRequest setSenderSubId(long value)
public long getSecurityId()
public TESInquireBoundaryPricesRequest setSecurityId(long value)
public int getMarketSegmentId()
public TESInquireBoundaryPricesRequest setMarketSegmentId(int value)
public TrdType getTrdType()
public TESInquireBoundaryPricesRequest setTrdType(TrdType value)
public ProductComplex getProductComplex()
public TESInquireBoundaryPricesRequest setProductComplex(ProductComplex value)
Copyright © 2012–2026 Onix Solutions. All rights reserved.