Class: Crypto::Sell

Inherits:
Operation show all
Defined in:
lib/crypto/resources/sell.rb

Class Method Summary collapse

Methods inherited from Base

binance?, coinex?, correct, error, load_fixture, test

Class Method Details

.order(data) ⇒ Object



6
7
8
# File 'lib/crypto/resources/sell.rb', line 6

def order(data)
  operations(data: data, index: 2)
end