# Structs
go:generate callbackgen -type Stream.
# Interfaces
AccountBalanceProvider provides a function to query all balances at streaming connected and emit balance snapshot.
MarketInfoProvider calculates trade fees since trading fees are not supported by streaming.
go:generate mockgen -destination=mocks/stream.go -package=mocks .