class Bitflyer::CLI

Public Instance Methods

cancel_all() click to toggle source
# File lib/bitflyer/cli.rb, line 13
def cancel_all
  CancelAllCommand.new.run
end
counter_trade() click to toggle source
# File lib/bitflyer/cli.rb, line 18
def counter_trade
  CounterTradeCommand.new.run
end
ifdoco_by_range() click to toggle source
# File lib/bitflyer/cli.rb, line 49
def ifdoco_by_range
  IFDOCOByRangeCommand.new.run(options)
end
order_by_best() click to toggle source
# File lib/bitflyer/cli.rb, line 25
def order_by_best
  OrderByBestCommand.new.run(options)
end
order_by_twap() click to toggle source
# File lib/bitflyer/cli.rb, line 34
def order_by_twap
  OrderByTWAPCommand.new.run(options)
end
stop_by_range() click to toggle source
# File lib/bitflyer/cli.rb, line 40
def stop_by_range
  StopByRangeCommand.new.run(options)
end
summary() click to toggle source
# File lib/bitflyer/cli.rb, line 54
def summary
  SummaryCommand.new.run
end