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
17 18 19 |
# File 'lib/bitflyer/cli.rb', line 17 def cancel_all CancelAllCommand.new.run end |
#counter_trade ⇒ Object
22 23 24 |
# File 'lib/bitflyer/cli.rb', line 22 def counter_trade CounterTradeCommand.new.run end |
#ifdoco_by_range ⇒ Object
53 54 55 |
# File 'lib/bitflyer/cli.rb', line 53 def ifdoco_by_range IFDOCOByRangeCommand.new.run() end |
#order_by_best ⇒ Object
29 30 31 |
# File 'lib/bitflyer/cli.rb', line 29 def order_by_best OrderByBestCommand.new.run() end |
#order_by_twap ⇒ Object
38 39 40 |
# File 'lib/bitflyer/cli.rb', line 38 def order_by_twap OrderByTWAPCommand.new.run() end |
#stop_by_range ⇒ Object
44 45 46 |
# File 'lib/bitflyer/cli.rb', line 44 def stop_by_range StopByRangeCommand.new.run() end |
#summary ⇒ Object
58 59 60 |
# File 'lib/bitflyer/cli.rb', line 58 def summary SummaryCommand.new.run end |