Uses of Class
com.caplin.motif.fx.rates.RateSubjectInfo
-
Packages that use RateSubjectInfo Package Description com.caplin.motif.fx.rates Classes and interfaces that relate to streaming FX rates. -
-
Uses of RateSubjectInfo in com.caplin.motif.fx.rates
Methods in com.caplin.motif.fx.rates with type parameters of type RateSubjectInfo Modifier and Type Method Description <T extends RateSubjectInfo>
FXQuotePublisherFXRatesAdapter. createQuotePublisherWithSubjectParser(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.<T extends RateSubjectInfo>
FXQuotePublisherFXRatesAdapter. createQuotePublisherWithSubjectParser(com.caplin.datasource.namespace.Namespace namespace, CachedDataProvider<T> provider, SubjectParser<T> subjectParser, boolean sendDiscardAfterError)
Creates an FXQuotePublisher that is able to respond to messages received on the CachedDataProvider that is passed in.<T extends RateSubjectInfo>
FXQuotePublisherFXRatesAdapter. createQuotePublisherWithSubjectParser(java.lang.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.<T extends RateSubjectInfo>
FXQuotePublisherFXRatesAdapter. createQuotePublisherWithSubjectParser(java.lang.String namespace, CachedDataProvider<T> provider, SubjectParser<T> subjectParser, boolean sendDiscardAfterError)
Creates an FXQuotePublisher that is able to respond to messages received on the CachedDataProvider that is passed in.Methods in com.caplin.motif.fx.rates that return RateSubjectInfo Modifier and Type Method Description RateSubjectInfo
RateSubjectParser. parse(java.lang.String subject)
Method parameters in com.caplin.motif.fx.rates with type arguments of type RateSubjectInfo Modifier and Type Method Description FXQuotePublisher
FXRatesAdapter. createQuotePublisher(java.lang.String namespace, CachedDataProvider<RateSubjectInfo> provider)
Creates an FXQuotePublisher that is able to respond to messages received on the CachedDataProvider that is passed in.FXQuotePublisher
FXRatesAdapter. createQuotePublisher(java.lang.String namespace, CachedDataProvider<RateSubjectInfo> provider, boolean sendDiscardAfterError)
Creates an FXQuotePublisher that is able to respond to messages received on the CachedDataProvider that is passed in.void
FXQuotePublisher. publishQuote(SubjectMessage<RateSubjectInfo> subjectMessage)
Deprecated.Constructors in com.caplin.motif.fx.rates with parameters of type RateSubjectInfo Constructor Description ESPQuote(RateSubjectInfo info, Message supplier)
-