Class: Bitflyer::CLI
- Inherits:
-
Thor
- Object
- Thor
- Bitflyer::CLI
- Defined in:
- lib/bitflyer/cli.rb
Instance Method Summary collapse
- #cancel_all ⇒ Object
- #counter_trade ⇒ Object
- #ifdoco_by_range ⇒ Object
- #order_by_best ⇒ Object
- #order_by_twap ⇒ Object
- #stop_by_range ⇒ Object
- #summary ⇒ Object
Instance Method Details
#cancel_all ⇒ Object
13 14 15 |
# File 'lib/bitflyer/cli.rb', line 13 def cancel_all CancelAllCommand.new.run end |
#counter_trade ⇒ Object
18 19 20 |
# File 'lib/bitflyer/cli.rb', line 18 def counter_trade CounterTradeCommand.new.run end |
#ifdoco_by_range ⇒ Object
49 50 51 |
# File 'lib/bitflyer/cli.rb', line 49 def ifdoco_by_range IFDOCOByRangeCommand.new.run() end |
#order_by_best ⇒ Object
25 26 27 |
# File 'lib/bitflyer/cli.rb', line 25 def order_by_best OrderByBestCommand.new.run() end |
#order_by_twap ⇒ Object
34 35 36 |
# File 'lib/bitflyer/cli.rb', line 34 def order_by_twap OrderByTWAPCommand.new.run() end |
#stop_by_range ⇒ Object
40 41 42 |
# File 'lib/bitflyer/cli.rb', line 40 def stop_by_range StopByRangeCommand.new.run() end |
#summary ⇒ Object
54 55 56 |
# File 'lib/bitflyer/cli.rb', line 54 def summary SummaryCommand.new.run end |