Class: Mcoin::Market::Bitfinex

Inherits:
Base
  • Object
show all
Defined in:
lib/mcoin/market/bitfinex.rb

Overview

:nodoc:

Constant Summary collapse

ENDPOINT =
'https://api.bitfinex.com/v1/pubticker/%<type>s%<currency>s'

Instance Attribute Summary

Attributes inherited from Base

#results

Method Summary

Methods inherited from Base

#establish_connection, #fetch, #initialize, #name, #to_ticker, #watch

Constructor Details

This class inherits a constructor from Mcoin::Market::Base