module CoinRail

CoinRail API doesn't support realtime API yet

require 'coinrail/realtime'

Constants

VERSION

Public Class Methods

http_private_client(key, secret) click to toggle source
# File lib/coinrail.rb, line 15
def http_private_client(key, secret)
  CoinRail::HTTP::Private::Client.new(key, secret)
end
http_public_client() click to toggle source

def realtime_client

Bitflyer::Realtime::Client.new

end

# File lib/coinrail.rb, line 11
def http_public_client
  CoinRail::HTTP::Public::Client.new
end

Private Instance Methods

http_private_client(key, secret) click to toggle source
# File lib/coinrail.rb, line 15
def http_private_client(key, secret)
  CoinRail::HTTP::Private::Client.new(key, secret)
end
http_public_client() click to toggle source

def realtime_client

Bitflyer::Realtime::Client.new

end

# File lib/coinrail.rb, line 11
def http_public_client
  CoinRail::HTTP::Public::Client.new
end