Class: Btce::Depth

Inherits:
PublicOperation show all
Defined in:
lib/btce/api/operations/depth.rb

Instance Attribute Summary

Attributes inherited from PublicOperation

#json, #operation, #pair

Instance Method Summary collapse

Methods inherited from PublicOperation

#load_json

Constructor Details

#initialize(pair) ⇒ Depth

Returns a new instance of Depth.



37
38
39
# File 'lib/btce/api/operations/depth.rb', line 37

def initialize(pair)
  super 'depth', pair
end