public class AddScaledSimpleInstrumentResponse extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue
Constructor and Description |
---|
AddScaledSimpleInstrumentResponse()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
void |
deserialize(DeserializerHelpers deserializerHelpers)
Deserialize message from Eurex ETI binary format.
|
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).
|
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).
|
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.
|
ProductComplex |
getProductComplex()
This field qualifies an instrument type on Eurex.
|
int |
getQuantityScalingFactor()
Quantity Scaling Factor for Scaled Instruments.
|
long |
getRelatedSecurityId()
Instrument identifier of the originating Eurex strategy.
|
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.
|
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.
|
AddScaledSimpleInstrumentResponse |
setImpliedMarketIndicator(ImpliedMarketIndicator value) |
AddScaledSimpleInstrumentResponse |
setLastFragment(LastFragment value) |
AddScaledSimpleInstrumentResponse |
setLastUpdateTime(long value) |
AddScaledSimpleInstrumentResponse |
setMarketSegmentId(int value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
AddScaledSimpleInstrumentResponse |
setMultilegModel(MultilegModel value) |
AddScaledSimpleInstrumentResponse |
setProductComplex(ProductComplex value) |
AddScaledSimpleInstrumentResponse |
setQuantityScalingFactor(int value) |
AddScaledSimpleInstrumentResponse |
setRelatedSecurityId(long value) |
void |
setRequestTime(long value) |
AddScaledSimpleInstrumentResponse |
setSecurityId(long value) |
AddScaledSimpleInstrumentResponse |
setSecurityResponseId(long value) |
void |
setSendingTime(long value) |
AddScaledSimpleInstrumentResponse |
setTrdRegTSTimeIn(long value) |
AddScaledSimpleInstrumentResponse |
setTrdRegTSTimeOut(long value) |
String |
toString()
Returns a string representation.
|
public AddScaledSimpleInstrumentResponse()
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 AddScaledSimpleInstrumentResponse setTrdRegTSTimeIn(long value)
public long getTrdRegTSTimeOut()
public AddScaledSimpleInstrumentResponse setTrdRegTSTimeOut(long value)
public LastFragment getLastFragment()
public AddScaledSimpleInstrumentResponse setLastFragment(LastFragment value)
public long getRelatedSecurityId()
public AddScaledSimpleInstrumentResponse setRelatedSecurityId(long value)
public long getSecurityId()
public AddScaledSimpleInstrumentResponse setSecurityId(long value)
public long getLastUpdateTime()
public AddScaledSimpleInstrumentResponse setLastUpdateTime(long value)
public long getSecurityResponseId()
public AddScaledSimpleInstrumentResponse setSecurityResponseId(long value)
public int getMarketSegmentId()
public AddScaledSimpleInstrumentResponse setMarketSegmentId(int value)
public int getQuantityScalingFactor()
public AddScaledSimpleInstrumentResponse setQuantityScalingFactor(int value)
public MultilegModel getMultilegModel()
public AddScaledSimpleInstrumentResponse setMultilegModel(MultilegModel value)
public ImpliedMarketIndicator getImpliedMarketIndicator()
public AddScaledSimpleInstrumentResponse setImpliedMarketIndicator(ImpliedMarketIndicator value)
public ProductComplex getProductComplex()
public AddScaledSimpleInstrumentResponse setProductComplex(ProductComplex value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.