Uses of Interface
com.quantfinlib.feed.FeedParser
Packages that use FeedParser
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 FeedParser in com.quantfinlib.feed
Classes in com.quantfinlib.feed that implement FeedParserModifier and TypeClassDescriptionfinal classParser for Binance trade-stream JSON — both the raw single-stream form ({"e":"trade","s":"BTCUSDT","p":"50000.1","q":"0.05","T":169...}) and the combined-stream wrapper ({"stream":"btcusdt@trade","data":{...}}).Constructors in com.quantfinlib.feed with parameters of type FeedParserModifierConstructorDescriptionWebSocketFeed(URI endpoint, FeedParser parser, HftMarketDataBus bus)