module TinkoffInvest::V1::Market::Stocks
Public Instance Methods
stocks()
click to toggle source
# File lib/tinkoff_invest/v1/market/stocks.rb, line 7 def stocks response = connection.get('market/stocks') response.body if response.success? end