Uses of Class
com.caplin.motif.SubjectMessage
-
Packages that use SubjectMessage Package Description com.caplin.motif.datasource Extensions to the DataSource for Java library.com.caplin.motif.fx.liquidity com.caplin.motif.fx.precision com.caplin.motif.fx.rates Classes and interfaces that relate to streaming FX rates. -
-
Uses of SubjectMessage in com.caplin.motif.datasource
Methods in com.caplin.motif.datasource with parameters of type SubjectMessage Modifier and Type Method Description void
SubjectMessagePublisher. publishMessage(SubjectMessage<T> subjectMessage)
-
Uses of SubjectMessage in com.caplin.motif.fx.liquidity
Methods in com.caplin.motif.fx.liquidity with parameters of type SubjectMessage Modifier and Type Method Description void
LiquidityInformationPublisher. publishMessage(SubjectMessage<LiquiditySubjectInfo> subjectMessage)
-
Uses of SubjectMessage in com.caplin.motif.fx.precision
Methods in com.caplin.motif.fx.precision with parameters of type SubjectMessage Modifier and Type Method Description void
PrecisionInformationPublisher. publishMessage(SubjectMessage<PrecisionSubjectInfo> subjectMessage)
-
Uses of SubjectMessage in com.caplin.motif.fx.rates
Subclasses of SubjectMessage in com.caplin.motif.fx.rates Modifier and Type Class Description class
ESPQuote
An ESPQuote contains all values required for sending Streaming Prices.Methods in com.caplin.motif.fx.rates with parameters of type SubjectMessage Modifier and Type Method Description void
FXQuotePublisher. publishQuote(SubjectMessage<RateSubjectInfo> subjectMessage)
Deprecated.
-