public class CrossRequest extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue
Constructor and Description |
---|
CrossRequest()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
void |
deserialize(DeserializerHelpers deserializerHelpers)
Deserialize message from Eurex ETI binary format.
|
CharSequence |
getComplianceText()
This field is used to provide additional regulatory information (according to respective rules and regs, circulars and bilateral coordination between participant and Trading Surveillance Office).
|
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.
|
long |
getOrderQty()
Total Order Quantity.
|
long |
getSecurityId()
The instrument identifier uniquely identifies an instrument in the core system.
|
long |
getSenderSubId()
User ID.
|
TemplateId |
getTemplateId()
Returns message TemplateID.
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
CrossRequest |
setComplianceText(CharSequence value) |
CrossRequest |
setMarketSegmentId(int value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
CrossRequest |
setOrderQty(long value) |
CrossRequest |
setSecurityId(long value) |
CrossRequest |
setSenderSubId(long value) |
String |
toString()
Returns a string representation.
|
public String toString()
public TemplateId getTemplateId()
getTemplateId
in interface Message
public void serialize(SerializerHelpers serializerHelpers) throws IOException
serialize
in interface Message
IOException
public void deserialize(DeserializerHelpers deserializerHelpers) throws IOException
deserialize
in interface Message
IOException
public void notify(MessageListener listener)
public long getMsgSeqNum()
getMsgSeqNum
in interface Message
public void setMsgSeqNum(long value)
Message
setMsgSeqNum
in interface Message
public long getSenderSubId()
public CrossRequest setSenderSubId(long value)
public long getSecurityId()
public CrossRequest setSecurityId(long value)
public long getOrderQty()
public CrossRequest setOrderQty(long value)
public int getMarketSegmentId()
public CrossRequest setMarketSegmentId(int value)
public CharSequence getComplianceText()
public CrossRequest setComplianceText(CharSequence value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.