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;
});
TradeUpdateappears to map the event id to theexecution_idfield, whereas the api is returning anidfield. Seeing this when usingupdatesStream():