public class QuoteLegExecGrpElem extends Object
Constructor and Description |
---|
QuoteLegExecGrpElem()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
int |
getLegExecId()
Private identifier of a leg match event, which can be reconciled with the field SideTradeID (1506) in the Trade Capture Report (AE).
|
long |
getLegLastPx()
Price of this leg fill.
|
long |
getLegLastQty()
Quantity executed in this leg fill.
|
long |
getLegSecurityId()
Instrument identifiier of the leg security.
|
LegSide |
getLegSide()
The side of the individual leg of a strategy.
|
short |
getNoQuoteEventsIndex()
Quote events index.
|
void |
setLegExecId(int value) |
void |
setLegLastPx(long value) |
void |
setLegLastQty(long value) |
void |
setLegSecurityId(long value) |
void |
setLegSide(LegSide value) |
void |
setNoQuoteEventsIndex(short value) |
String |
toString()
Returns a string representation.
|
public String toString()
public long getLegSecurityId()
public void setLegSecurityId(long value)
public long getLegLastPx()
public void setLegLastPx(long value)
public long getLegLastQty()
public void setLegLastQty(long value)
public int getLegExecId()
public void setLegExecId(int value)
public LegSide getLegSide()
public void setLegSide(LegSide value)
public short getNoQuoteEventsIndex()
public void setNoQuoteEventsIndex(short value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.