class Bitstamp::Order
Constants
- BUY
- SELL
Attributes
amount[RW]
datetime[RW]
error[RW]
id[RW]
message[RW]
price[RW]
reason[RW]
status[RW]
transactions[RW]
type[RW]
Public Instance Methods
cancel!()
click to toggle source
# File lib/bitstamp/orders.rb, line 67 def cancel! Bitstamp::Net::post('/v2/cancel_order', {id: self.id}).to_str end