Uses of Enum Class
io.gs2.cdk.exchange.model.enums.RateModelTimingType
Packages that use RateModelTimingType
-
Uses of RateModelTimingType in io.gs2.cdk.exchange.model
Constructors in io.gs2.cdk.exchange.model with parameters of type RateModelTimingTypeModifierConstructorDescriptionRateModel(String name, RateModelTimingType timingType) RateModel(String name, RateModelTimingType timingType, RateModelOptions options) -
Uses of RateModelTimingType in io.gs2.cdk.exchange.model.enums
Methods in io.gs2.cdk.exchange.model.enums that return RateModelTimingTypeModifier and TypeMethodDescriptionstatic RateModelTimingTypeReturns the enum constant of this class with the specified name.static RateModelTimingType[]RateModelTimingType.values()Returns an array containing the constants of this enum class, in the order they are declared.