Closed selivonchik closed 8 months ago
Those fields are sent on the websocket stream for the Broker API, which isn't currently supported by this library at the moment (only single-user endpoints that use API keys are supported by this library). I'll look into supporting the Broker API at some point in the future.
Thank you
According to Alpaca docs (https://alpaca.markets/docs/broker/api-references/events/#response-2) Trade Update events contains few more fields that are currently missed in TradeUpdateMessage: To simplify events correlation exposing at least "account_id" and "event_id" might be very useful. Thanks.