class Bitso::Order

Constants

BUY
SELL

Attributes

amount[RW]
datetime[RW]
error[RW]
id[RW]
message[RW]
price[RW]
type[RW]

Public Instance Methods

cancel!() click to toggle source
# File lib/bitso/orders.rb, line 37
def cancel!
  Bitso::Net::post('/cancel_order', {id: self.id}).to_str
end