Module: TinkoffInvest::V1::Market::Stocks

Included in:
Client
Defined in:
lib/tinkoff_invest/v1/market/stocks.rb

Instance Method Summary collapse

Instance Method Details

#stocksObject



7
8
9
10
# File 'lib/tinkoff_invest/v1/market/stocks.rb', line 7

def stocks
  response = connection.get('market/stocks')
  response.body if response.success?
end