bitstamp

package
v0.0.0-...-f545d20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL