public class OrderBookItemGrpElem extends Object
Constructor and Description |
---|
OrderBookItemGrpElem()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
long |
getBestBidPx()
On-book trading best bid price.
|
long |
getBestBidSize()
On-book trading best bid quantity.
|
long |
getBestOfferPx()
On-book trading best offer price.
|
long |
getBestOfferSize()
On-book trading best ask quantity.
|
MDBookType |
getMdBookType()
Type of market data.
|
MDSubBookType |
getMdSubBookType()
Sub-type (qualifier) of market data.
|
long |
getSecurityId()
The instrument identifier uniquely identifies an instrument in the core system.
|
void |
setBestBidPx(long value) |
void |
setBestBidSize(long value) |
void |
setBestOfferPx(long value) |
void |
setBestOfferSize(long value) |
void |
setMdBookType(MDBookType value) |
void |
setMdSubBookType(MDSubBookType value) |
void |
setSecurityId(long value) |
String |
toString()
Returns a string representation.
|
public String toString()
public long getSecurityId()
public void setSecurityId(long value)
public long getBestBidPx()
public void setBestBidPx(long value)
public long getBestBidSize()
public void setBestBidSize(long value)
public long getBestOfferPx()
public void setBestOfferPx(long value)
public long getBestOfferSize()
public void setBestOfferSize(long value)
public MDBookType getMdBookType()
public void setMdBookType(MDBookType value)
public MDSubBookType getMdSubBookType()
public void setMdSubBookType(MDSubBookType value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.