Uses of Package
com.quantfinlib.feed
Packages that use com.quantfinlib.feed
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).-
Classes in com.quantfinlib.feed used by com.quantfinlib.feedClassDescriptionParses one exchange feed message into a trade.One trade parsed from an exchange feed message.Live market data over WebSocket into the
HftMarketDataBus— the last mile that lets the capture/replay, paper-trading and analytics stack run on real ticks.