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
- serverId: unique identifier of the entity assigned by the server
- competition: associates the QuoteLog with a certain competition instance
- product: reference to the product that is the objective of the best bid and ask
- bid best price at which traders are willing to buy a certain product
- bidSize: specifies how many units traders are willing to buy at the best bid
- ask: best price at which traders are willing to sell a certain product
- askSize: specifies how many units traders are willing to sell at the best ask