class TinkoffCandleData
- TinkoffCandleData
- Reference
- Object
Overview
Информация о свече
Defined in:
tinkoff_api/tinkoff_candle_data.crConstructors
Instance Method Summary
- #close : Float64
- #figi : String
- #high : Float64
- #interval : TinkoffCandleInterval
- #low : Float64
- #open : Float64
- #time : Time
- #volume : Float64
Constructor Detail
def self.new(figi : String, interval : TinkoffCandleInterval, open : Float64, close : Float64, high : Float64, low : Float64, volume : Float64, time : Time)
#