Uses of Class
com.quantfinlib.feed.WebSocketFeed
Packages that use WebSocketFeed
Package
Description
Live market data over WebSocket (pure JDK
java.net.http):
WebSocketFeed publishes parsed trades into the
HftMarketDataBus with automatic reconnection, and
BinanceTradeParser is the reference
FeedParser (one small class per additional
exchange).-
Uses of WebSocketFeed in com.quantfinlib.feed
Methods in com.quantfinlib.feed that return WebSocketFeedModifier and TypeMethodDescriptionWebSocketFeed.withReconnect(int maxAttempts, long initialBackoffMillis) WebSocketFeed.withSubscribeMessage(String message) Text frame sent right after connecting (exchanges with subscribe protocols).