Package deltix.qsrv.hf.blocks.l2
Interface BookItem
-
public interface BookItem
Represents order book entry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getNumberOfOrders()
double
getPrice()
java.lang.CharSequence
getQuoteId()
double
getSize()
-