Documentation
¶
Index ¶
- type Bist
- func (b *Bist) GetCompany(ctx context.Context, code string) (*kap.Company, error)
- func (b *Bist) GetCompanyWithShares(ctx context.Context, code string) (*kap.Company, error)
- func (b *Bist) GetQuote(ctx context.Context, symbols string, opts ...quote.OptionFunc) (*quote.Quote, error)
- func (b *Bist) GetQuoteList(ctx context.Context, symbols []string, opts ...quote.OptionFunc) (*quote.List, error)
- func (b *Bist) GetSymbolList(ctx context.Context) (*quote.SymbolList, error)
- func (b *Bist) WithStore(store store.Store) *Bist
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bist ¶
type Bist struct {
// contains filtered or unexported fields
}
func (*Bist) GetCompany ¶ added in v1.0.6
func (*Bist) GetCompanyWithShares ¶ added in v1.0.6
func (*Bist) GetQuoteList ¶ added in v1.0.4
func (*Bist) GetSymbolList ¶
Click to show internal directories.
Click to hide internal directories.