public class QuoteEntryGrpElem extends Object
Constructor and Description |
---|
QuoteEntryGrpElem()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
long |
getBidPx()
Bid price/rate.
|
long |
getBidSize()
Quantity of bid.
|
long |
getOfferPx()
Offer price/rate.
|
long |
getOfferSize()
Quantity of offer.
|
long |
getSecurityId()
The instrument identifier uniquely identifies an instrument in the core system.
|
void |
setBidPx(long value) |
void |
setBidSize(long value) |
void |
setOfferPx(long value) |
void |
setOfferSize(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 getBidPx()
public void setBidPx(long value)
public long getBidSize()
public void setBidSize(long value)
public long getOfferPx()
public void setOfferPx(long value)
public long getOfferSize()
public void setOfferSize(long value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.