1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-07-01 12:08:37 -04:00

Report account balances in transaction register

This commit is contained in:
2015-08-21 06:54:17 -04:00
parent 1f8fc09234
commit 693f1e8253
3 changed files with 79 additions and 16 deletions

View File

@ -18,7 +18,7 @@ type Security struct {
Name string
// Number of decimal digits (to the right of the decimal point) this
// security is precise to
Precision int64
Precision int
Type int64
}