Uses of Class
com.caplin.motif.fx.config.definitions.client.OrderCurrencyPairConfig
Packages that use OrderCurrencyPairConfig
Package
Description
Parent package with classes and interfaces that relate to orders in general.
-
Uses of OrderCurrencyPairConfig in com.caplin.motif.fx.config.definitions.client
Methods in com.caplin.motif.fx.config.definitions.client that return OrderCurrencyPairConfigModifier and TypeMethodDescriptionOrderCurrencyPairConfig.addSlidingTenorsItem(String slidingTenorsItem) OrderCurrencyPairConfig.benchmarkFixings(Map<String, List<BenchmarkFixing>> benchmarkFixings) OrderCurrencyPairConfig.putBenchmarkFixingsItem(String key, List<BenchmarkFixing> benchmarkFixingsItem) OrderCurrencyPairConfig.slidingTenors(List<String> slidingTenors) -
Uses of OrderCurrencyPairConfig in com.caplin.motif.fx.orders
Method parameters in com.caplin.motif.fx.orders with type arguments of type OrderCurrencyPairConfigModifier and TypeMethodDescriptionvoidFXOrderAdapter.registerOrderCurrencyPairConfigProvider(CachedObjectProvider<OrderCurrencyPairConfig, OrderCurrencyPairConfigSubjectInfo> provider) Registers a provider that is capable of responding to currency pair order configuration requests made by individual traders.<T extends SubjectInfo>
voidFXOrderAdapter.registerOrderCurrencyPairConfigProvider(CachedObjectProvider<OrderCurrencyPairConfig, T> provider, com.caplin.datasource.namespace.Namespace namespace, SubjectParser<T> subjectParser) Used to register a provider that is capable of responding to currency pair order configuration requests made by individual traders on non-standard subjects.voidFXOrderAdapter.registerToboOrderCurrencyPairConfigProvider(CachedObjectProvider<OrderCurrencyPairConfig, ToboOrderCurrencyPairConfigSubjectInfo> provider) Used to register a provider that is capable of responding to currency pair order configuration requests made by brokers.<T extends SubjectInfo>
voidFXOrderAdapter.registerToboOrderCurrencyPairConfigProvider(CachedObjectProvider<OrderCurrencyPairConfig, T> provider, com.caplin.datasource.namespace.Namespace namespace, SubjectParser<T> subjectParser) Used to register a provider that is capable of responding to currency pair order configuration requests made by brokers on non-standard subjects.