com.lmax.api.orderbook
Interface PricePoint


public interface PricePoint

Represents the quantity at a price.


Method Summary
 FixedPointNumber getPrice()
          The price.
 FixedPointNumber getQuantity()
          The quantity available at the given price.
 

Method Detail

getPrice

FixedPointNumber getPrice()
The price.

Returns:
the price

getQuantity

FixedPointNumber getQuantity()
The quantity available at the given price.

Returns:
quantity available at the given price