public class CrossRequestAckSideGrpElem extends Object
Constructor and Description |
---|
CrossRequestAckSideGrpElem()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
long |
getClOrdId()
Unique participant defined order request identifier.
|
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 |
setClOrdId(long value) |
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 long getClOrdId()
public void setClOrdId(long value)
public InputSource getInputSource()
public void setInputSource(InputSource value)
public Side getSide()
public void setSide(Side value)
Copyright © 2012–2025 Onix Solutions. All rights reserved.