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
- serverId: unique identifier of the entity assigned by the server
- competition: associates the QuoteLog with a certain competition instance
- product: reference to the product which is the objective of the executed trade
- price buy and sell price at which the trade was executed
- quantity: specifies how many units are executed for the specified price