Uses of Record Class
com.quantfinlib.trading.HftQuoter.Config
Packages that use HftQuoter.Config
-
Uses of HftQuoter.Config in com.quantfinlib.trading
Methods in com.quantfinlib.trading that return HftQuoter.ConfigModifier and TypeMethodDescriptionstatic HftQuoter.ConfigHftQuoter.Config.of(long quoteSize, double halfSpread) Minimal config: size and half-spread, no skew, no conflation, no grid.HftQuoter.Config.withConflation(long minIntervalNanos, double minMovePrice) Suppresses a re-quote only when the mid moved less thanminMovePriceAND the last quote is younger thanminIntervalNanos— BOTH gates must pass to suppress.HftQuoter.Config.withMinMove(double minMovePrice) Purely move-gated conflation: re-quote only when the mid has moved at leastminMovePrice, regardless of age (the interval gate is set effectively infinite).HftQuoter.Config.withSkewPerUnit(double skew) HftQuoter.Config.withTickSchedule(TickSizeSchedule schedule) Methods in com.quantfinlib.trading with parameters of type HftQuoter.ConfigModifier and TypeMethodDescriptionHftQuoter.configureSymbol(int symbolId, HftQuoter.Config config) Per-symbol quoting parameters (cold path — call at setup or on config updates from the same thread that quotes, or beforestart).Constructors in com.quantfinlib.trading with parameters of type HftQuoter.ConfigModifierConstructorDescriptionHftQuoter(HftOrderGateway gateway, int maxSymbols, HftQuoter.Config defaults)