Class: Bitex::Sell

Inherits:
Match
  • Object
show all
Defined in:
lib/bitex/sell.rb

Overview

A transaction in which you sold some quantity of specie.

Instance Attribute Summary collapse

Instance Attribute Details

#amountBigDecimal



# File 'lib/bitex/sell.rb', line 16


#ask_idInteger



27
28
29
# File 'lib/bitex/sell.rb', line 27

def ask_id
  @ask_id
end

#created_atTime



# File 'lib/bitex/sell.rb', line 7


#feeBigDecimal



# File 'lib/bitex/sell.rb', line 19


#idInteger



# File 'lib/bitex/sell.rb', line 4


#priceBigDecimal



# File 'lib/bitex/sell.rb', line 22


#quantityBigDecimal



# File 'lib/bitex/sell.rb', line 13


#specieSymbol



# File 'lib/bitex/sell.rb', line 10