Method: Fisco::Client#get_depth
- Defined in:
- lib/fisco.rb
#get_depth(currency_code, counter_currency_code = "jpy") ⇒ Object
Get depth of currency_code / counter_currency_code.
59 60 61 62 |
# File 'lib/fisco.rb', line 59 def get_depth(currency_code, counter_currency_code = "jpy") json = get_ssl(@fisco_public_url + "depth/" + currency_code + "_" + counter_currency_code) return json end |