public class AddFlexibleInstrumentResponse extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue
Constructor and Description |
---|
AddFlexibleInstrumentResponse()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
void |
deserialize(DeserializerHelpers deserializerHelpers)
Deserialize message from Eurex ETI binary format.
|
long |
getContractDate()
Business date to identify an instrument.
|
ExerciseStyle |
getExerciseStyle()
Type of exercise of an instrument.
|
LastFragment |
getLastFragment()
Indicates whether this message is the last fragment (part) of a sequence of messages belonging to one dedicated transaction.
|
int |
getMarketSegmentId()
The product identifier uniquely identifies a Eurex product.
|
long |
getMaturityDate()
Date of maturity.
|
long |
getMsgSeqNum()
Message sequence number used by the participant for requests sent to the gateway.
|
short |
getOptAttribute()
Version of option contract.
|
ProductComplex |
getProductComplex()
This field qualifies an instrument type on Eurex.
|
PutOrCall |
getPutOrCall()
Indicates whether an option contract is a put or call.
|
long |
getRequestTime()
Gateway response out timestamp.
|
long |
getSecurityId()
The instrument identifier uniquely identifies an instrument in the core system.
|
long |
getSecurityResponseId()
Security response ID.
|
long |
getSendingTime()
Gateway response out timestamp.
|
SettlMethod |
getSettlMethod()
Settlement method for a contract or instrument.
|
long |
getStrikePrice()
Strike Price for an Option.
|
TemplateId |
getTemplateId()
Returns message TemplateID.
|
long |
getTrdRegTSTimeIn()
Matching engine in timestamp.
|
long |
getTrdRegTSTimeOut()
Matching engine out timestamp.
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
AddFlexibleInstrumentResponse |
setContractDate(long value) |
AddFlexibleInstrumentResponse |
setExerciseStyle(ExerciseStyle value) |
AddFlexibleInstrumentResponse |
setLastFragment(LastFragment value) |
AddFlexibleInstrumentResponse |
setMarketSegmentId(int value) |
AddFlexibleInstrumentResponse |
setMaturityDate(long value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
AddFlexibleInstrumentResponse |
setOptAttribute(short value) |
AddFlexibleInstrumentResponse |
setProductComplex(ProductComplex value) |
AddFlexibleInstrumentResponse |
setPutOrCall(PutOrCall value) |
void |
setRequestTime(long value) |
AddFlexibleInstrumentResponse |
setSecurityId(long value) |
AddFlexibleInstrumentResponse |
setSecurityResponseId(long value) |
void |
setSendingTime(long value) |
AddFlexibleInstrumentResponse |
setSettlMethod(SettlMethod value) |
AddFlexibleInstrumentResponse |
setStrikePrice(long value) |
AddFlexibleInstrumentResponse |
setTrdRegTSTimeIn(long value) |
AddFlexibleInstrumentResponse |
setTrdRegTSTimeOut(long value) |
String |
toString()
Returns a string representation.
|
public AddFlexibleInstrumentResponse()
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 getSendingTime()
public void setSendingTime(long value)
public long getRequestTime()
public void setRequestTime(long value)
public long getTrdRegTSTimeIn()
public AddFlexibleInstrumentResponse setTrdRegTSTimeIn(long value)
public long getTrdRegTSTimeOut()
public AddFlexibleInstrumentResponse setTrdRegTSTimeOut(long value)
public LastFragment getLastFragment()
public AddFlexibleInstrumentResponse setLastFragment(LastFragment value)
public long getSecurityResponseId()
public AddFlexibleInstrumentResponse setSecurityResponseId(long value)
public long getSecurityId()
public AddFlexibleInstrumentResponse setSecurityId(long value)
public long getStrikePrice()
public AddFlexibleInstrumentResponse setStrikePrice(long value)
public int getMarketSegmentId()
public AddFlexibleInstrumentResponse setMarketSegmentId(int value)
public long getMaturityDate()
public AddFlexibleInstrumentResponse setMaturityDate(long value)
public long getContractDate()
public AddFlexibleInstrumentResponse setContractDate(long value)
public ProductComplex getProductComplex()
public AddFlexibleInstrumentResponse setProductComplex(ProductComplex value)
public SettlMethod getSettlMethod()
public AddFlexibleInstrumentResponse setSettlMethod(SettlMethod value)
public short getOptAttribute()
public AddFlexibleInstrumentResponse setOptAttribute(short value)
public PutOrCall getPutOrCall()
public AddFlexibleInstrumentResponse setPutOrCall(PutOrCall value)
public ExerciseStyle getExerciseStyle()
public AddFlexibleInstrumentResponse setExerciseStyle(ExerciseStyle value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.