Class: Bitflyer::Cli::Runner
- Inherits:
-
Thor
- Object
- Thor
- Bitflyer::Cli::Runner
- 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
15 16 17 |
# File 'lib/bitflyer/cli.rb', line 15 def cancel_all CancelAllCommand.new.run end |
#counter_trade ⇒ Object
20 21 22 |
# File 'lib/bitflyer/cli.rb', line 20 def counter_trade CounterTradeCommand.new.run end |
#ifdoco_by_range ⇒ Object
51 52 53 |
# File 'lib/bitflyer/cli.rb', line 51 def ifdoco_by_range IFDOCOByRangeCommand.new.run() end |
#order_by_best ⇒ Object
27 28 29 |
# File 'lib/bitflyer/cli.rb', line 27 def order_by_best OrderByBestCommand.new.run() end |
#order_by_twap ⇒ Object
36 37 38 |
# File 'lib/bitflyer/cli.rb', line 36 def order_by_twap OrderByTWAPCommand.new.run() end |
#stop_by_range ⇒ Object
42 43 44 |
# File 'lib/bitflyer/cli.rb', line 42 def stop_by_range StopByRangeCommand.new.run() end |
#summary ⇒ Object
56 57 58 |
# File 'lib/bitflyer/cli.rb', line 56 def summary SummaryCommand.new.run end |