Method: Btce::Depth#initialize
- Defined in:
- lib/btce/api/operations/depth.rb
#initialize(pair) ⇒ Depth
Returns a new instance of Depth.
39 40 41 |
# File 'lib/btce/api/operations/depth.rb', line 39 def initialize(pair) super 'depth', pair end |