Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoogleFinanceManager ¶
type GoogleFinanceManager struct {
// contains filtered or unexported fields
}
func NewGoogleFinanceManager ¶
func NewGoogleFinanceManager(managerConfig *Config) (*GoogleFinanceManager, error)
func (*GoogleFinanceManager) ReadPrices ¶
func (m *GoogleFinanceManager) ReadPrices(tickers []string) (map[string]float64, error)
Click to show internal directories.
Click to hide internal directories.