TradeLog Domain Class

General Description

A TradeLog contains information on the price and the quantity of an executed trade. An executed trade triggers the settlement routine which executes Cash- and DepotPositions.

Domain Properties

A TradeLog domain class possesses the following properties:

Long serverId
  Competition competition
  Product product
  BigDecimal price
  BigDecimal quantity

Property Descriptions