Uses of Record Class
com.wualabs.qtsurfer.engine.core.Ticker
Packages that use Ticker
Package
Description
Multi-indicator containers and builders for managing groups of indicators per instrument.
-
Uses of Ticker in com.wualabs.qtsurfer.engine.core
Methods in com.wualabs.qtsurfer.engine.core with parameters of type TickerModifier and TypeMethodDescriptionstatic TickerSnapshotPrimitive view of the engine-owned canonicalTicker. -
Uses of Ticker in com.wualabs.qtsurfer.engine.indicators.helpers.group
Classes in com.wualabs.qtsurfer.engine.indicators.helpers.group that implement interfaces with type arguments of type TickerModifier and TypeClassDescriptionclassA map of RTIndicators for an instrumentMethods in com.wualabs.qtsurfer.engine.indicators.helpers.group with parameters of type TickerModifier and TypeMethodDescriptionvoidInstrumentMapTickerSourceRTIndicator.updateFrom(Ticker source) Propagates a ticker update to all registered indicators and to this map itself. -
Uses of Ticker in com.wualabs.qtsurfer.engine.strategy
Subclasses with type arguments of type Ticker in com.wualabs.qtsurfer.engine.strategySubinterfaces with type arguments of type Ticker in com.wualabs.qtsurfer.engine.strategyMethods in com.wualabs.qtsurfer.engine.strategy with parameters of type Ticker -
Uses of Ticker in com.wualabs.qtsurfer.engine.strategy.backtest.simulation
Methods in com.wualabs.qtsurfer.engine.strategy.backtest.simulation with parameters of type TickerModifier and TypeMethodDescriptionFillPolicy.resolvePending(MarketHintSignal signal, Ticker ticker) Resolves the price at which a queued (non-immediate) signal fills against the given ticker, ornullif it does not resolve yet.ImmediateFill.resolvePending(MarketHintSignal signal, Ticker ticker)