public class AddComplexInstrumentResponse extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue
Constructor and Description |
---|
AddComplexInstrumentResponse()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
void |
deserialize(DeserializerHelpers deserializerHelpers)
Deserialize message from Eurex ETI binary format.
|
long |
getHighLimitPrice()
Allowable high limit price for the trading day.
|
ImpliedMarketIndicator |
getImpliedMarketIndicator()
Indicates that an implied market to be created for either the legs of a multi-leg instrument (Implied-in) or for the multi-leg instrument based on the existence of the legs (Implied-out).
|
List<InstrmtLegGrpElem> |
getInstrmtLegGrp()
Instrument Leg Group.
|
LastFragment |
getLastFragment()
Indicates whether this message is the last fragment (part) of a sequence of messages belonging to one dedicated transaction.
|
long |
getLastUpdateTime()
Timestamp of last update to data item (or creation if no updates made since creation).
|
long |
getLowLimitPrice()
Allowable low limit price for the trading day.
|
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.
|
MultilegModel |
getMultilegModel()
Specifies if a strategy is temporarily (user-defined) or permanently (predefined) available.
|
int |
getNumberOfSecurities()
Number of strategies that have been created per session, product and business day.
|
ProductComplex |
getProductComplex()
This field qualifies an instrument type on Eurex.
|
int |
getQuantityScalingFactor()
Quantity Scaling Factor for Scaled Instruments.
|
long |
getRequestTime()
Gateway response out timestamp.
|
long |
getSecurityId()
The instrument identifier uniquely identifies an instrument in the core system.
|
long |
getSecurityResponseId()
Security response ID.
|
int |
getSecuritySubType()
This field indicates the type of a Eurex futures spread, Eurex option combination or Eurex Strategy.
|
long |
getSendingTime()
Gateway response out timestamp.
|
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.
|
AddComplexInstrumentResponse |
setHighLimitPrice(long value) |
AddComplexInstrumentResponse |
setImpliedMarketIndicator(ImpliedMarketIndicator value) |
AddComplexInstrumentResponse |
setInstrmtLegGrp(List<InstrmtLegGrpElem> value) |
AddComplexInstrumentResponse |
setLastFragment(LastFragment value) |
AddComplexInstrumentResponse |
setLastUpdateTime(long value) |
AddComplexInstrumentResponse |
setLowLimitPrice(long value) |
AddComplexInstrumentResponse |
setMarketSegmentId(int value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
AddComplexInstrumentResponse |
setMultilegModel(MultilegModel value) |
AddComplexInstrumentResponse |
setNumberOfSecurities(int value) |
AddComplexInstrumentResponse |
setProductComplex(ProductComplex value) |
AddComplexInstrumentResponse |
setQuantityScalingFactor(int value) |
void |
setRequestTime(long value) |
AddComplexInstrumentResponse |
setSecurityId(long value) |
AddComplexInstrumentResponse |
setSecurityResponseId(long value) |
AddComplexInstrumentResponse |
setSecuritySubType(int value) |
void |
setSendingTime(long value) |
AddComplexInstrumentResponse |
setTrdRegTSTimeIn(long value) |
AddComplexInstrumentResponse |
setTrdRegTSTimeOut(long value) |
String |
toString()
Returns a string representation.
|
public AddComplexInstrumentResponse()
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 AddComplexInstrumentResponse setTrdRegTSTimeIn(long value)
public long getTrdRegTSTimeOut()
public AddComplexInstrumentResponse setTrdRegTSTimeOut(long value)
public LastFragment getLastFragment()
public AddComplexInstrumentResponse setLastFragment(LastFragment value)
public long getLowLimitPrice()
public AddComplexInstrumentResponse setLowLimitPrice(long value)
public long getHighLimitPrice()
public AddComplexInstrumentResponse setHighLimitPrice(long value)
public long getSecurityId()
public AddComplexInstrumentResponse setSecurityId(long value)
public long getLastUpdateTime()
public AddComplexInstrumentResponse setLastUpdateTime(long value)
public long getSecurityResponseId()
public AddComplexInstrumentResponse setSecurityResponseId(long value)
public int getMarketSegmentId()
public AddComplexInstrumentResponse setMarketSegmentId(int value)
public int getNumberOfSecurities()
public AddComplexInstrumentResponse setNumberOfSecurities(int value)
public int getSecuritySubType()
public AddComplexInstrumentResponse setSecuritySubType(int value)
public int getQuantityScalingFactor()
public AddComplexInstrumentResponse setQuantityScalingFactor(int value)
public MultilegModel getMultilegModel()
public AddComplexInstrumentResponse setMultilegModel(MultilegModel value)
public ImpliedMarketIndicator getImpliedMarketIndicator()
public AddComplexInstrumentResponse setImpliedMarketIndicator(ImpliedMarketIndicator value)
public ProductComplex getProductComplex()
public AddComplexInstrumentResponse setProductComplex(ProductComplex value)
public List<InstrmtLegGrpElem> getInstrmtLegGrp()
public AddComplexInstrumentResponse setInstrmtLegGrp(List<InstrmtLegGrpElem> value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.