-
-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
TradeUpdate appears to map the event id to the execution_id field, whereas the api is returning an id field. Seeing this when using updatesStream():
alpacaAPI.updatesStream().setListener(tradeUpdate -> {
assert tradeUpdate.getData().getExecutionId() != null;
});Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels