Account represents a debit or credit in a trade.
property | type | description |
---|---|---|
date | moment | The date of the trade |
type | AccountType | The type of the account |
amount | Money | The amount of the account |
description | string | The description of the account |
trade | Trade | The trade which the account belongs |
Account represents a debit or credit in a trade.