Uses of Class
com.quantfinlib.sbe.QuoteFlyweight
Packages that use QuoteFlyweight
Package
Description
SBE-style binary wire codecs and channel adapters — the professional-grade
alternative to the text edges (JSON WebSocket in, FIX tag-value out):
TradeFlyweight,
OrderFlyweight and
QuoteFlyweight encode/decode at fixed buffer
offsets with zero allocation, zero parsing and zero copying;
BinaryMarketDataClient feeds the
HftMarketDataBus from a binary stream and
BinaryOrderPublisher/BinaryOrderReceiver
carry gateway orders over a binary channel.-
Uses of QuoteFlyweight in com.quantfinlib.sbe
Methods in com.quantfinlib.sbe that return QuoteFlyweightModifier and TypeMethodDescriptionQuoteFlyweight.encode(int symbolId, double bidPrice, double bidSize, double askPrice, double askSize, long timestampNanos) Encodes a full quote message at the wrap position (writes the type header).QuoteFlyweight.wrap(ByteBuffer buffer, int offset) Positions this flyweight overbufferatoffset.