Class: Mcoin::Market::Kucoin

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

Overview

:nodoc:

Constant Summary collapse

ENDPOINT =
'https://api.kucoin.com/v1/open/tick?symbol=%<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