module TinkoffInvest::V1::Market::Etfs

Public Instance Methods

etfs() click to toggle source
# File lib/tinkoff_invest/v1/market/etfs.rb, line 7
def etfs
  response = connection.get('market/etfs')
  response.body if response.success?
end