Setup basic Alpaca action fetch and test.

This commit is contained in:
2023-10-27 17:41:57 -04:00
parent 8437515904
commit 327ab308bf
3 changed files with 27 additions and 3 deletions

View File

@@ -37,7 +37,8 @@ export class AlpacaActionProvider {
activity.side === "buy" ? ActionSide.Buy : ActionSide.Sell,
parseFloat(activity.price)
);
})
}),
undefined
);
}).catch((err) => {
return err;