tradesFlow

abstract val tradesFlow: SharedFlow<List<TradeItem>>

Flow of all trades the client is subscribed to. Each list contains only items of single symbol. If there are subscriptions for multiple symbols, each will emit in separate lists, you have to distinguish them by TradeItem.s of any item in the list.