Add constructor for ActionFetchOptions.

This commit is contained in:
2023-11-03 16:48:57 -04:00
parent 27b49dc6dc
commit 34bcafb07f
2 changed files with 13 additions and 0 deletions

View File

@ -39,6 +39,8 @@ describe('Alpaca Tests', () => {
expect(process.env.ALPACA_SECRET_KEY).toBeDefined();
const exchange = new AlpacaExchange(process.env.ALPACA_API_KEY!, process.env.ALPACA_SECRET_KEY!, true);
const fetchOptions = {};
const response = await exchange.actionProvider.fetchActions(new ActionFetchOptions());
logger.info(JSON.stringify(response));