CashPosition Domain Class

General Description

The cash flow of competitors is documented by the existence of CashPositions. One CashPosition object holds the relative change in money as well as the account balance. The CashPosition object is created due to a matched order or a penalty payment.

CashPosition Properties

A CashPosition domain class possesses the following properties:

Long serverId
  Competition competition
  Person person
  BigDecimal change
  BigDecimal balance
  String description
  Date dateCreated
  Long transactionID
  Boolean latest

Property Descriptions