Versions in this module Expand all Collapse all v0 v0.0.2 Jul 30, 2022 Changes in this version + func NewYFinance(config *qsx.Config) (qsx.IExchange, error) + type YFinance struct + func (y *YFinance) GetHistoricalCandles(ctx context.Context, productID string, granularity string) ([]qsx.Candle, error) + func (y *YFinance) ListProducts(ctx context.Context) ([]qsx.Product, error) + func (y *YFinance) WatchFeed(shutdown chan struct{}, wg *sync.WaitGroup, product string, feed interface{}) (*orderbook.Orderbook, error)