public class OrderEntryGrpElem extends Object
Constructor and Description |
---|
OrderEntryGrpElem()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
int |
getMarketSegmentId()
The product identifier uniquely identifies a Eurex product.
|
long |
getOrderQty()
Total Order Quantity.
|
long |
getPrice()
Price.
|
ProductComplex |
getProductComplex()
This field qualifies an instrument type on Eurex.
|
long |
getSecurityId()
The instrument identifier uniquely identifies an instrument in the core system.
|
Side |
getSide()
Side of the order.
|
void |
setMarketSegmentId(int value) |
void |
setOrderQty(long value) |
void |
setPrice(long value) |
void |
setProductComplex(ProductComplex value) |
void |
setSecurityId(long value) |
void |
setSide(Side value) |
String |
toString()
Returns a string representation.
|
public String toString()
public long getPrice()
public void setPrice(long value)
public long getOrderQty()
public void setOrderQty(long value)
public int getMarketSegmentId()
public void setMarketSegmentId(int value)
public long getSecurityId()
public void setSecurityId(long value)
public Side getSide()
public void setSide(Side value)
public ProductComplex getProductComplex()
public void setProductComplex(ProductComplex value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.