Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶ added in v1.0.6
type API struct {
// contains filtered or unexported fields
}
func (*API) GetQuoteList ¶ added in v1.0.6
func (*API) GetSymbolList ¶ added in v1.0.6
func (a *API) GetSymbolList(ctx context.Context) (*SymbolList, error)
type History ¶
type History struct {
Begin HistoryData `json:"begin,omitempty"`
End HistoryData `json:"end,omitempty"`
Change HistoryChange `json:"change,omitempty"`
}
type HistoryChange ¶
type HistoryData ¶
type OptionFunc ¶
type OptionFunc func(qf *fetcher)
func WithPeriod ¶
func WithPeriod(p Period) OptionFunc
type Quote ¶
type SymbolList ¶
func (*SymbolList) FromDTO ¶
func (s *SymbolList) FromDTO(d *symbolListResponse) *SymbolList
Click to show internal directories.
Click to hide internal directories.