Uses of Class
com.quantfinlib.sbe.TradeFlyweight
Packages that use TradeFlyweight
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 TradeFlyweight in com.quantfinlib.sbe
Methods in com.quantfinlib.sbe that return TradeFlyweightModifier and TypeMethodDescriptionTradeFlyweight.encode(int symbolId, double price, double size, long timestampNanos) Encodes a full trade message at the wrap position (writes the type header).TradeFlyweight.wrap(ByteBuffer buffer, int offset) Positions this flyweight overbufferatoffset.