Class: MtGox::Depth

Inherits:
Base
  • Object
show all
Defined in:
lib/mtgox/depth.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#initialize, #inspect

Constructor Details

This class inherits a constructor from MtGox::Base

Instance Attribute Details

#asksObject

Returns the value of attribute asks.



3
4
5
# File 'lib/mtgox/depth.rb', line 3

def asks
  @asks
end

#bidsObject

Returns the value of attribute bids.



3
4
5
# File 'lib/mtgox/depth.rb', line 3

def bids
  @bids
end