class Bitcoinica::Order
Public Class Methods
active(n = 100)
click to toggle source
# File lib/bitcoinica/order.rb, line 6 def active(n = 100) find(:all, from: :active, n: 100) end
# File lib/bitcoinica/order.rb, line 6 def active(n = 100) find(:all, from: :active, n: 100) end