public class FillsGrpElem extends Object
Constructor and Description |
---|
FillsGrpElem()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
int |
getFillExecId()
Private identifier of an order match event, which can be reconciled with the field SideTradeID (1506) in the Trade Capture Report (AE).
|
FillLiquidityInd |
getFillLiquidityInd()
Indicates whether the order added or removed liquidity.
|
long |
getFillMatchId()
Unique identifier for each price level of a match event (used for public trade reporting).
|
long |
getFillPx()
Price of Fill.
|
long |
getFillQty()
Quantity of Fill.
|
void |
setFillExecId(int value) |
void |
setFillLiquidityInd(FillLiquidityInd value) |
void |
setFillMatchId(long value) |
void |
setFillPx(long value) |
void |
setFillQty(long value) |
String |
toString()
Returns a string representation.
|
public String toString()
public long getFillPx()
public void setFillPx(long value)
public long getFillQty()
public void setFillQty(long value)
public long getFillMatchId()
public void setFillMatchId(long value)
public int getFillExecId()
public void setFillExecId(int value)
public FillLiquidityInd getFillLiquidityInd()
public void setFillLiquidityInd(FillLiquidityInd value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.