Class: Xtb::Http::AllSymbols

Inherits:
Command
  • Object
show all
Defined in:
lib/xtb/http/all_symbols.rb

Overview

Instance Method Summary collapse

Methods inherited from Command

call, #initialize

Constructor Details

This class inherits a constructor from Xtb::Http::Command

Instance Method Details

#callObject



7
8
9
# File 'lib/xtb/http/all_symbols.rb', line 7

def call
  super.return_data.map { |symbol| Xtb::SymbolRecord.new(**symbol) }
end