public class CrossRequestAckSideGrpElem extends Object
Constructor and Description |
---|
CrossRequestAckSideGrpElem()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
InputSource |
getInputSource()
Role on/for a message.
|
long |
getOrderId()
Exchange Order ID generated by Eurex System; it remains constant over the lifetime of an order.
|
Side |
getSide()
Side of the order.
|
void |
setInputSource(InputSource value) |
void |
setOrderId(long value) |
void |
setSide(Side value) |
String |
toString()
Returns a string representation.
|
public CrossRequestAckSideGrpElem()
public String toString()
public long getOrderId()
public void setOrderId(long value)
public InputSource getInputSource()
public void setInputSource(InputSource value)
public Side getSide()
public void setSide(Side value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.