Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Change ¶
type Change struct { Exchange string Currency currency.Code Asset asset.Item Amount float64 Account string }
Change defines incoming balance change on currency holdings
type Holdings ¶
type Holdings struct { Exchange string Accounts []SubAccount }
Holdings is a generic type to hold each exchange's holdings for all enabled currencies
Click to show internal directories.
Click to hide internal directories.