You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to execute the code below and getting the following error: {"code":40010001,"message":"qty is required"}
alpaca.createOrder({ symbol: 'AAPL', // any valid ticker symbol notional: 100, // qty or notional required, not both side: 'buy', type: 'market', time_in_force: 'day' });
The text was updated successfully, but these errors were encountered:
I am trying to execute the code below and getting the following error: {"code":40010001,"message":"qty is required"}
alpaca.createOrder({ symbol: 'AAPL', // any valid ticker symbol notional: 100, // qty or notional required, not both side: 'buy', type: 'market', time_in_force: 'day' });
The text was updated successfully, but these errors were encountered: