Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Transaction ¶
type Transactions ¶
type Transactions struct {
Items []Transaction
}
func (*Transactions) Add ¶
func (t *Transactions) Add(item Transaction)
func (Transactions) Count ¶
func (t Transactions) Count() int
type TrasnactionType ¶
type TrasnactionType int
const ( Buy TrasnactionType = iota Sell )
func (TrasnactionType) String ¶
func (tt TrasnactionType) String() string
Click to show internal directories.
Click to hide internal directories.