public class InstrmtMatchSideGrpElem extends Object
Constructor and Description |
---|
InstrmtMatchSideGrpElem()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
long |
getClearingTradePrice()
Final trade price.
|
EffectOnBasket |
getEffectOnBasket()
Transaction effect on a basket.
|
short |
getInstrmtMatchSideId()
ID to map element of InstrmtMatchSideGrp and BasketSideAllocGrp.
|
long |
getLastPx()
Price of this leg fill.
|
long |
getPackageId()
Identifier for a Trade Entry Service trade, i.e TES trade ID.
|
ProductComplex |
getProductComplex()
This field qualifies an instrument type on Eurex.
|
long |
getRelatedClosePrice()
User defined index price.
|
long |
getSecurityId()
The instrument identifier uniquely identifies an instrument in the core system.
|
int |
getSideMarketSegmentId()
Product ID.
|
SideTrdSubTyp |
getSideTrdSubTyp()
Sub-type of a trade type.
|
TradePublishIndicator |
getTradePublishIndicator()
Indicates if a trade should be reported via the market reporting service.
|
CharSequence |
getTradeReportText()
User defined text field.
|
long |
getTransBkdTime()
Trade Closure Time, the time when an Off-Book trade was concluded outside the Eurex System.
|
void |
setClearingTradePrice(long value) |
void |
setEffectOnBasket(EffectOnBasket value) |
void |
setInstrmtMatchSideId(short value) |
void |
setLastPx(long value) |
void |
setPackageId(long value) |
void |
setProductComplex(ProductComplex value) |
void |
setRelatedClosePrice(long value) |
void |
setSecurityId(long value) |
void |
setSideMarketSegmentId(int value) |
void |
setSideTrdSubTyp(SideTrdSubTyp value) |
void |
setTradePublishIndicator(TradePublishIndicator value) |
void |
setTradeReportText(CharSequence value) |
void |
setTransBkdTime(long value) |
String |
toString()
Returns a string representation.
|
public String toString()
public long getSecurityId()
public void setSecurityId(long value)
public long getLastPx()
public void setLastPx(long value)
public long getTransBkdTime()
public void setTransBkdTime(long value)
public long getRelatedClosePrice()
public void setRelatedClosePrice(long value)
public long getClearingTradePrice()
public void setClearingTradePrice(long value)
public long getPackageId()
public void setPackageId(long value)
public int getSideMarketSegmentId()
public void setSideMarketSegmentId(int value)
public SideTrdSubTyp getSideTrdSubTyp()
public void setSideTrdSubTyp(SideTrdSubTyp value)
public ProductComplex getProductComplex()
public void setProductComplex(ProductComplex value)
public TradePublishIndicator getTradePublishIndicator()
public void setTradePublishIndicator(TradePublishIndicator value)
public short getInstrmtMatchSideId()
public void setInstrmtMatchSideId(short value)
public EffectOnBasket getEffectOnBasket()
public void setEffectOnBasket(EffectOnBasket value)
public CharSequence getTradeReportText()
public void setTradeReportText(CharSequence value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.