Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrokerInfo ¶
type BrokerInfo struct { Name string `json:"name"` Title string `json:"title"` TitleLong string `json:"title_long"` Url string `json:"url"` Logo string `json:"logo"` }
func (BrokerInfo) ToJSON ¶
func (bi BrokerInfo) ToJSON() string
type EnumBroker ¶
type EnumBroker string
const ( Garanti EnumBroker = "garanti" NCM EnumBroker = "ncm" )
func (EnumBroker) String ¶
func (t EnumBroker) String() string
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.