Method: Bitex::Bid#amount

Defined in:
lib/bitex/bid.rb

#amountBigDecimal

Returns Amount of USD to spend in this Bid.

Returns:

  • (BigDecimal)

    Amount of USD to spend in this Bid.



16
17
18
# File 'lib/bitex/bid.rb', line 16

def amount
  @amount
end