Uses of Interface
com.caplin.motif.datasource.CachedDataProvider
Package
Description
Extensions to the DataSource for Java library.
Classes and interfaces that relate to streaming FX rates.
Classes and interfaces that relate to supplying the details of a previously submitted order strategy.
Classes and interfaces that relate to streaming MM rates.
-
Uses of CachedDataProvider in com.caplin.motif.common.userdetails
Modifier and TypeMethodDescriptionUserDetailsAdapter.createLiquidityInformationPublisher
(String namespace, CachedDataProvider<LiquiditySubjectInfo> provider) -
Uses of CachedDataProvider in com.caplin.motif.datasource
Modifier and TypeMethodDescription<T extends SubjectInfo>
com.caplin.datasource.publisher.CachingPublisherCachedAdapter.createCachedPublisher
(com.caplin.datasource.namespace.Namespace namespace, CachedDataProvider<T> dataProvider, SubjectParser<T> parser) Creates anCachingPublisher
that will publish messages on the specified Namespace.<T extends SubjectInfo>
com.caplin.datasource.publisher.CachingPublisherCachedAdapter.createCachedPublisher
(String metricNamePrefix, com.caplin.datasource.namespace.Namespace namespace, CachedDataProvider<T> dataProvider, SubjectParser<T> parser) Creates anActivePublisher
that will publish messages on the specified Namespace. -
Uses of CachedDataProvider in com.caplin.motif.datasource.provider
-
Uses of CachedDataProvider in com.caplin.motif.fx.precision
Modifier and TypeMethodDescriptionFXPrecisionAdapter.createPrecisionInformationPublisher
(String namespace, CachedDataProvider<PrecisionSubjectInfo> provider) -
Uses of CachedDataProvider in com.caplin.motif.fx.rates
Modifier and TypeMethodDescription<T extends RateSubjectInfo>
FXQuotePublisherFXRatesAdapter.createQuotePublisher
(com.caplin.datasource.namespace.Namespace namespace, CachedDataProvider<T> provider, SubjectParser<T> subjectParser) Creates an FXQuotePublisher that is able to respond to messages received on the CachedDataProvider that is passed in.FXRatesAdapter.createQuotePublisher
(String namespace, CachedDataProvider<RateSubjectInfo> provider) Creates an FXQuotePublisher that is able to respond to messages received on the CachedDataProvider that is passed in.<T extends RateSubjectInfo>
FXQuotePublisherFXRatesAdapter.createQuotePublisher
(String namespace, CachedDataProvider<T> provider, SubjectParser<T> subjectParser) Creates an FXQuotePublisher that is able to respond to messages received on the CachedDataProvider that is passed in. -
Uses of CachedDataProvider in com.caplin.motif.fx.trading.orders.details
-
Uses of CachedDataProvider in com.caplin.motif.mm.rates
Modifier and TypeMethodDescriptionMMRatesAdapter.createNoticeRatesQuotePublisher
(String namespace, CachedDataProvider<NoticeRateSubjectInfo> provider) Creates an MMQuotePublisher that is able to respond to messages received on the CachedDataProvider that is passed in.MMRatesAdapter.createNoticeRatesQuotePublisher
(String namespace, CachedDataProvider<NoticeRateSubjectInfo> provider, NoticeRateSubjectParser subjectParser) Creates an MMQuotePublisher that is able to respond to messages received on the CachedDataProvider that is passed in.MMRatesAdapter.createQuotePublisher
(String namespace, CachedDataProvider<RateSubjectInfo> provider) Creates an MMQuotePublisher that is able to respond to messages received on the CachedDataProvider that is passed in.MMRatesAdapter.createQuotePublisher
(String namespace, CachedDataProvider<RateSubjectInfo> provider, RateSubjectParser subjectParser) Creates an MMQuotePublisher that is able to respond to messages received on the CachedDataProvider that is passed in.