Class: HexTokenBot::ChannelApi::Bter::Trade

Inherits:
Object
  • Object
show all
Includes:
Request
Defined in:
lib/hex_token_bot/channel_api/bter/trading.rb

Constant Summary collapse

METHODS =
['getfunds', 'orderlist', 'getorder', 'cancelorder', 'mytrades', 'placeorder']

Constants included from Request

Request::PUBLIC_URL, Request::TRADE_URL

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key.



9
10
11
# File 'lib/hex_token_bot/channel_api/bter/trading.rb', line 9

def key
  @key
end

#secretObject

Returns the value of attribute secret.



9
10
11
# File 'lib/hex_token_bot/channel_api/bter/trading.rb', line 9

def secret
  @secret
end