QuoteLog Domain Class

General Description

A QuoteLog holds the information of best bid and best ask positions for a particular product. Therefore it gives an overview of the top level of the orderbook.

Domain Properties

A QuoteLog domain class possesses the following properties:

Long serverId
  Competition competition
  Product product
  BigDecimal bid
  BigDecimal bidSize
  BigDecimal ask
  BigDecimal askSize

Property Descriptions