Class: Bter::Trade
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.
7 8 9 |
# File 'lib/bter/trading.rb', line 7 def key @key end |
#secret ⇒ Object
Returns the value of attribute secret.
7 8 9 |
# File 'lib/bter/trading.rb', line 7 def secret @secret end |