Method: Darwinex::InvestorAccount#create_buy_order
- Defined in:
- lib/darwinex/investor_account.rb
#create_buy_order(buy_order) ⇒ Object
33 34 35 |
# File 'lib/darwinex/investor_account.rb', line 33 def create_buy_order(buy_order) trading_api.create_buy_order(account_id, buy_order) end |