Uses of Class
com.caplin.motif.mm.config.definitions.client.MMCurrencyConfig
-
Packages that use MMCurrencyConfig Package Description com.caplin.motif.mm.config.definitions.client com.caplin.motif.mm.trading -
-
Uses of MMCurrencyConfig in com.caplin.motif.mm.config.definitions.client
Methods in com.caplin.motif.mm.config.definitions.client that return MMCurrencyConfig Modifier and Type Method Description MMCurrencyConfig
MMCurrencyConfig. addNoticePeriodsItem(DropdownOption noticePeriodsItem)
MMCurrencyConfig
MMCurrencyConfig. noticePeriods(java.util.List<DropdownOption> noticePeriods)
-
Uses of MMCurrencyConfig in com.caplin.motif.mm.trading
Method parameters in com.caplin.motif.mm.trading with type arguments of type MMCurrencyConfig Modifier and Type Method Description void
MMTradeAdapter. registerCurrencyConfigProvider(CachedObjectProvider<MMCurrencyConfig,MMCurrencyConfigSubjectInfo> provider)
Registers a provider that is capable of responding to money markets currency config requests<T extends SubjectInfo>
voidMMTradeAdapter. registerCurrencyConfigProvider(CachedObjectProvider<MMCurrencyConfig,T> provider, com.caplin.datasource.namespace.Namespace namespace, SubjectParser<T> subjectParser)
Used to register a provider that is capable of responding to money markets currency config requests on non-standard subjects
-