public class QuoteEntryAckGrpElem extends Object
Constructor and Description |
---|
QuoteEntryAckGrpElem()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
long |
getCxlSize()
Cancelled quantity.
|
QuoteEntryRejectReason |
getQuoteEntryRejectReason()
Reason code indicating why the quote entry has been rejected.
|
QuoteEntryStatus |
getQuoteEntryStatus()
Identifies the status of an individual quote.
|
long |
getSecurityId()
The instrument identifier uniquely identifies an instrument in the core system.
|
Side |
getSide()
Side of the order.
|
void |
setCxlSize(long value) |
void |
setQuoteEntryRejectReason(QuoteEntryRejectReason value) |
void |
setQuoteEntryStatus(QuoteEntryStatus value) |
void |
setSecurityId(long value) |
void |
setSide(Side value) |
String |
toString()
Returns a string representation.
|
public String toString()
public long getSecurityId()
public void setSecurityId(long value)
public long getCxlSize()
public void setCxlSize(long value)
public QuoteEntryRejectReason getQuoteEntryRejectReason()
public void setQuoteEntryRejectReason(QuoteEntryRejectReason value)
public QuoteEntryStatus getQuoteEntryStatus()
public void setQuoteEntryStatus(QuoteEntryStatus value)
public Side getSide()
public void setSide(Side value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.