Uses of Class
io.gs2.cdk.exchange.model.RateModel
Packages that use RateModel
-
Uses of RateModel in io.gs2.cdk.exchange.model
Methods in io.gs2.cdk.exchange.model that return RateModelModifier and TypeMethodDescriptionstatic RateModelRateModel.timingTypeIsAwait(String name, Integer lockTime) static RateModelRateModel.timingTypeIsAwait(String name, Integer lockTime, RateModelTimingTypeIsAwaitOptions options) static RateModelRateModel.timingTypeIsImmediate(String name) static RateModelRateModel.timingTypeIsImmediate(String name, RateModelTimingTypeIsImmediateOptions options) Method parameters in io.gs2.cdk.exchange.model with type arguments of type RateModelModifier and TypeMethodDescriptionNamespace.masterData(List<RateModel> rateModels, List<IncrementalRateModel> incrementalRateModels) Constructor parameters in io.gs2.cdk.exchange.model with type arguments of type RateModelModifierConstructorDescriptionCurrentMasterData(Stack stack, String namespaceName, List<RateModel> rateModels, List<IncrementalRateModel> incrementalRateModels)