Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTransactionLogReader ¶
func NewTransactionLogReader() common.TransactionLogReader
Types ¶
type BstTransaction ¶
type BstTransaction struct { Type string `csv:"Type" json:"type"` CreatedAt string `csv:"Datetime" json:"time"` Account string `csv:"Account" json:"portfolio"` Amount string `csv:"Amount" json:"amount"` Value string `csv:"Value" json:"value"` Rate string `csv:"Rate" json:"rate"` Fee string `csv:"Fee" json:"fee"` Side string `csv:"Sub Type" json:"side"` }
Click to show internal directories.
Click to hide internal directories.