Uses of Class
com.caplin.motif.datasource.SubjectMessagePublisher
Package
Description
Extensions to the DataSource for Java library.
Classes and interfaces that relate to streaming FX rates.
Classes and interfaces that relate to streaming MM rates.
-
Uses of SubjectMessagePublisher in com.caplin.motif.datasource
Modifier and TypeMethodDescriptionvoid
CachedMessageProvider.initialise
(SubjectMessagePublisher<T> publisher) -
Uses of SubjectMessagePublisher in com.caplin.motif.datasource.publisher
Modifier and TypeClassDescriptionclass
SingleValuePublisher<T,
S extends SubjectInfo> Publishes single value messages of a given type. -
Uses of SubjectMessagePublisher in com.caplin.motif.fx.liquidity
-
Uses of SubjectMessagePublisher in com.caplin.motif.fx.precision
-
Uses of SubjectMessagePublisher in com.caplin.motif.fx.rates
-
Uses of SubjectMessagePublisher 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.