Skip to content

TradeUpdate event id is null #151

@drse

Description

@drse

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;
});

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions