Class: HexTokenBot::ChannelApi::Bter::Trade
- Inherits:
-
Object
- Object
- HexTokenBot::ChannelApi::Bter::Trade
- 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
-
#key ⇒ Object
Returns the value of attribute key.
-
#secret ⇒ Object
Returns the value of attribute secret.
Instance Attribute Details
#key ⇒ Object
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 |
#secret ⇒ Object
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 |