Uses of Enum Class
com.wualabs.qtsurfer.engine.indicators.core.FundingRateValueSource
Packages that use FundingRateValueSource
Package
Description
Core interfaces and abstract base classes for the RTIndicator framework.
Utility and compositional indicators for building complex indicator pipelines.
Multi-indicator containers and builders for managing groups of indicators per instrument.
-
Uses of FundingRateValueSource in com.wualabs.qtsurfer.engine.indicators.core
Subclasses with type arguments of type FundingRateValueSource in com.wualabs.qtsurfer.engine.indicators.coreModifier and TypeClassDescriptionenumFundingRate enumeration of value sources, aligned with XChange's FundingRateInterval.Methods in com.wualabs.qtsurfer.engine.indicators.core that return FundingRateValueSourceModifier and TypeMethodDescriptionstatic FundingRateValueSourceReturns the enum constant of this class with the specified name.static FundingRateValueSource[]FundingRateValueSource.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FundingRateValueSource in com.wualabs.qtsurfer.engine.indicators.helpers
Methods in com.wualabs.qtsurfer.engine.indicators.helpers with parameters of type FundingRateValueSourceModifier and TypeMethodDescriptionstatic NumberFundingRateRTIndicatorSource.getValue(FundingRate source, FundingRateValueSource fundingRateValueSource) static voidFundingRateRTIndicatorSource.update(RTIndicator indicator, FundingRate source, FundingRateValueSource fundingRateValueSource) static voidFundingRateRTIndicatorSource.updateFrom(FundingRate source, RTIndicator indicator, FundingRateValueSource fundingRateValueSource) Constructors in com.wualabs.qtsurfer.engine.indicators.helpers with parameters of type FundingRateValueSourceModifierConstructorDescriptionFundingRateRTIndicator(@NonNull FundingRateValueSource valueSource, RTIndicator indicator) FundingRateRTIndicator(FundingRateValueSource valueSource) -
Uses of FundingRateValueSource in com.wualabs.qtsurfer.engine.indicators.helpers.group
Methods in com.wualabs.qtsurfer.engine.indicators.helpers.group that return FundingRateValueSourceConstructors in com.wualabs.qtsurfer.engine.indicators.helpers.group with parameters of type FundingRateValueSourceModifierConstructorDescriptionInstrumentMapFundingRateSourceRTIndicator(@NonNull Instrument instrument, @NonNull FundingRateValueSource valueSource)