public class QuoteEventGrpElem extends Object
Constructor and Description |
---|
QuoteEventGrpElem()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
int |
getQuoteEventExecId()
Private identifier of a quote match event, which can be reconciled with the field SideTradeID (1506) in the Trade Capture Report (AE).
|
QuoteEventLiquidityInd |
getQuoteEventLiquidityInd()
Indicates whether the quote added or removed liquidity.
|
long |
getQuoteEventMatchId()
Unique identifier for each price level of a match event (used for public trade reporting).
|
long |
getQuoteEventPx()
Price of this fill.
|
long |
getQuoteEventQty()
Quantity executed in this fill.
|
QuoteEventReason |
getQuoteEventReason()
Additional information why quote side was removed.
|
QuoteEventSide |
getQuoteEventSide()
Side of the quote.
|
QuoteEventType |
getQuoteEventType()
Conveys the quote event type.
|
long |
getQuoteMsgId()
Customer defined mass quote identifier.
|
long |
getSecurityId()
The instrument identifier uniquely identifies an instrument in the core system.
|
void |
setQuoteEventExecId(int value) |
void |
setQuoteEventLiquidityInd(QuoteEventLiquidityInd value) |
void |
setQuoteEventMatchId(long value) |
void |
setQuoteEventPx(long value) |
void |
setQuoteEventQty(long value) |
void |
setQuoteEventReason(QuoteEventReason value) |
void |
setQuoteEventSide(QuoteEventSide value) |
void |
setQuoteEventType(QuoteEventType value) |
void |
setQuoteMsgId(long value) |
void |
setSecurityId(long value) |
String |
toString()
Returns a string representation.
|
public String toString()
public long getSecurityId()
public void setSecurityId(long value)
public long getQuoteEventPx()
public void setQuoteEventPx(long value)
public long getQuoteEventQty()
public void setQuoteEventQty(long value)
public long getQuoteMsgId()
public void setQuoteMsgId(long value)
public long getQuoteEventMatchId()
public void setQuoteEventMatchId(long value)
public int getQuoteEventExecId()
public void setQuoteEventExecId(int value)
public QuoteEventType getQuoteEventType()
public void setQuoteEventType(QuoteEventType value)
public QuoteEventSide getQuoteEventSide()
public void setQuoteEventSide(QuoteEventSide value)
public QuoteEventLiquidityInd getQuoteEventLiquidityInd()
public void setQuoteEventLiquidityInd(QuoteEventLiquidityInd value)
public QuoteEventReason getQuoteEventReason()
public void setQuoteEventReason(QuoteEventReason value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.