class HexTokenBot::ChannelApi::Bter::Trade

Constants

METHODS

Attributes

key[RW]
secret[RW]

Private Instance Methods

get_rate(pair) click to toggle source
# File lib/hex_token_bot/channel_api/bter/trading.rb, line 40
def get_rate(pair)
  Public.new.ticker(pair).values_at(:last).flatten.first
end