class CancelAllCommand

Public Instance Methods

run() click to toggle source
# File lib/bitflyer/cli/command/cancel_all_command.rb, line 6
def run
  http_private_client.cancel_all_child_orders(product_code: 'FX_BTC_JPY')
end