Record
investment-transaction
No description available.
record investment-transaction {
account-id: string,
amount: f64,
cancel-transaction-id: option<string>,
date: string,
fees: f64,
investment-transaction-id: string,
iso-currency-code: string,
name: string,
price: f64,
quantity: f64,
security-id: string,
subtype: investment-transaction-subtype,
type-op: investment-transaction-type,
unofficial-currency-code: string,
}Fields
| Name | Type | Description |
|---|---|---|
| account-id | string | |
| amount | f64 | |
| cancel-transaction-id | option<string> | |
| date | string | |
| fees | f64 | |
| investment-transaction-id | string | |
| iso-currency-code | string | |
| name | string | |
| price | f64 | |
| quantity | f64 | |
| security-id | string | |
| subtype | investment-transaction-subtype | |
| type-op | investment-transaction-type | |
| unofficial-currency-code | string |