Uses of Enum Class
com.wualabs.qtsurfer.engine.strategy.backtest.simulation.Liquidity
Packages that use Liquidity
-
Uses of Liquidity in com.wualabs.qtsurfer.engine.strategy.backtest.simulation
Subclasses with type arguments of type Liquidity in com.wualabs.qtsurfer.engine.strategy.backtest.simulationModifier and TypeClassDescriptionenumWhich side of the order book a fill takes, for maker/taker fee routing .Methods in com.wualabs.qtsurfer.engine.strategy.backtest.simulation that return LiquidityModifier and TypeMethodDescriptionFeeContext.liquidity()Returns the value of theliquidityrecord component.static LiquidityResolves the liquidity hint from a signal property value, defaulting toLiquidity.TAKERwhen absent (byte-identical to the pre-P3 hardcoded routing) or of an unexpected type.static LiquidityReturns the enum constant of this class with the specified name.static Liquidity[]Liquidity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.wualabs.qtsurfer.engine.strategy.backtest.simulation with parameters of type LiquidityModifierConstructorDescriptionFeeContext(OrderSide side, Liquidity liquidity, BigDecimal price, BigDecimal baseAmount, Instrument instrument) Creates an instance of aFeeContextrecord class.