Uses of Enum Class
com.wualabs.qtsurfer.engine.core.OrderSide
Packages that use OrderSide
Package
Description
-
Uses of OrderSide in com.wualabs.qtsurfer.engine.core
Subclasses with type arguments of type OrderSide in com.wualabs.qtsurfer.engine.coreModifier and TypeClassDescriptionenumCanonical order side (direction) for the engine domain.Methods in com.wualabs.qtsurfer.engine.core that return OrderSideModifier and TypeMethodDescriptionTrade.side()Returns the value of thesiderecord component.static OrderSideReturns the enum constant of this class with the specified name.static OrderSide[]OrderSide.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.wualabs.qtsurfer.engine.core with parameters of type OrderSideModifierConstructorDescriptionTrade(String id, Instrument instrument, OrderSide side, BigDecimal amount, BigDecimal price, Asset feeCurrency, BigDecimal fee, long timestamp) Creates an instance of aTraderecord class. -
Uses of OrderSide in com.wualabs.qtsurfer.engine.strategy.backtest.simulation
Methods in com.wualabs.qtsurfer.engine.strategy.backtest.simulation that return OrderSideModifier and TypeMethodDescriptionFeeContext.side()Returns the value of thesiderecord component.SlippageContext.side()Returns the value of thesiderecord component.Constructors in com.wualabs.qtsurfer.engine.strategy.backtest.simulation with parameters of type OrderSideModifierConstructorDescriptionFeeContext(OrderSide side, Liquidity liquidity, BigDecimal price, BigDecimal baseAmount, Instrument instrument) Creates an instance of aFeeContextrecord class.SlippageContext(OrderSide side, BigDecimal signalPrice) Creates an instance of aSlippageContextrecord class.