public class PartyActionReport extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue
Constructor and Description |
---|
PartyActionReport()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
void |
deserialize(DeserializerHelpers deserializerHelpers)
Deserialize message from Eurex ETI binary format.
|
ApplId |
getApplId()
Identifier for subscription and retransmission of an ETI data stream.
|
ApplResendFlag |
getApplResendFlag()
Indicates a retransmission message.
|
long |
getApplSeqNum()
Message sequence number assigned to a non-order related Eurex ETI data stream.
|
LastFragment |
getLastFragment()
Indicates whether this message is the last fragment (part) of a sequence of messages belonging to one dedicated transaction.
|
MarketId |
getMarketId()
Market ID.
|
long |
getMsgSeqNum()
Message sequence number used by the participant for requests sent to the gateway.
|
int |
getPartitionId()
Is required to define the scope of a Retransmission Request.
|
PartyActionType |
getPartyActionType()
Party action type.
|
long |
getPartyIdExecutingTrader()
Owning User ID.
|
long |
getPartyIdExecutingUnit()
Owning Business Unit.
|
RequestingPartyIdEnteringFirm |
getRequestingPartyIdEnteringFirm()
Requesting party ID entering firm.
|
RequestingPartyIdExecutingSystem |
getRequestingPartyIdExecutingSystem()
System ID (1 = Eurex Clearing).
|
long |
getRequestingPartyIdExecutingTrader()
Requesting party ID executing trader.
|
long |
getSendingTime()
Gateway response out timestamp.
|
TemplateId |
getTemplateId()
Returns message TemplateID.
|
long |
getTradeDate()
Trade date.
|
long |
getTransactTime()
Timestamp of the match event (trade).
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
PartyActionReport |
setApplId(ApplId value) |
PartyActionReport |
setApplResendFlag(ApplResendFlag value) |
PartyActionReport |
setApplSeqNum(long value) |
PartyActionReport |
setLastFragment(LastFragment value) |
PartyActionReport |
setMarketId(MarketId value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
PartyActionReport |
setPartitionId(int value) |
PartyActionReport |
setPartyActionType(PartyActionType value) |
PartyActionReport |
setPartyIdExecutingTrader(long value) |
PartyActionReport |
setPartyIdExecutingUnit(long value) |
PartyActionReport |
setRequestingPartyIdEnteringFirm(RequestingPartyIdEnteringFirm value) |
PartyActionReport |
setRequestingPartyIdExecutingSystem(RequestingPartyIdExecutingSystem value) |
PartyActionReport |
setRequestingPartyIdExecutingTrader(long value) |
void |
setSendingTime(long value) |
PartyActionReport |
setTradeDate(long value) |
PartyActionReport |
setTransactTime(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 getSendingTime()
public void setSendingTime(long value)
public long getApplSeqNum()
public PartyActionReport setApplSeqNum(long value)
public int getPartitionId()
public PartyActionReport setPartitionId(int value)
public ApplResendFlag getApplResendFlag()
public PartyActionReport setApplResendFlag(ApplResendFlag value)
public ApplId getApplId()
public PartyActionReport setApplId(ApplId value)
public LastFragment getLastFragment()
public PartyActionReport setLastFragment(LastFragment value)
public long getTransactTime()
public PartyActionReport setTransactTime(long value)
public long getTradeDate()
public PartyActionReport setTradeDate(long value)
public long getRequestingPartyIdExecutingTrader()
public PartyActionReport setRequestingPartyIdExecutingTrader(long value)
public long getPartyIdExecutingUnit()
public PartyActionReport setPartyIdExecutingUnit(long value)
public long getPartyIdExecutingTrader()
public PartyActionReport setPartyIdExecutingTrader(long value)
public RequestingPartyIdExecutingSystem getRequestingPartyIdExecutingSystem()
public PartyActionReport setRequestingPartyIdExecutingSystem(RequestingPartyIdExecutingSystem value)
public MarketId getMarketId()
public PartyActionReport setMarketId(MarketId value)
public PartyActionType getPartyActionType()
public PartyActionReport setPartyActionType(PartyActionType value)
public RequestingPartyIdEnteringFirm getRequestingPartyIdEnteringFirm()
public PartyActionReport setRequestingPartyIdEnteringFirm(RequestingPartyIdEnteringFirm value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.