Versions in this module Expand all Collapse all v1 v1.0.0 May 24, 2022 Changes in this version + type Cache struct + func New(p SharesProvider) *Cache + func (c *Cache) Get(ctx context.Context, figi tinkoffinvest.FIGI) (Tool, error) + type SharesProvider interface + GetShareByFIGI func(ctx context.Context, figi tinkoffinvest.FIGI) (*tinkoffinvest.Instrument, error) + type Tool struct + FIGI tinkoffinvest.FIGI + MinPriceInc decimal.Decimal + StocksPerLot int