Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTransactionLogReader ¶
func NewTransactionLogReader() common.TransactionLogReader
Types ¶
type KrkTransaction ¶
type KrkTransaction struct { ID string `csv:"txid" json:"id"` OrderTxID string `csv:"ordertxid" json:"ordertxid"` Pair string `csv:"pair" json:"assetpair"` CreatedAt string `csv:"time" json:"created"` Side string `csv:"type" json:"side"` OrderType string `csv:"ordertype" json:"ordertype"` Price float64 `csv:"price" json:"price"` Total float64 `csv:"cost" json:"cost"` Fee float64 `csv:"fee" json:"fee"` Size float64 `csv:"vol" json:"size"` Margin float64 `csv:"margin" json:"margin"` Misc string `csv:"misc" json:"notes"` Ledgers string `csv:"ledgers" json:"ledgers"` }
Click to show internal directories.
Click to hide internal directories.