Uses of Interface
com.caplin.motif.datasource.provider.JsonDataProvider
-
Packages that use JsonDataProvider Package Description com.caplin.motif.datasource.provider com.caplin.motif.fx.trading Parent package with classes that relate to FX trading in general but no specific trading protocol.com.caplin.motif.mm.trading -
-
Uses of JsonDataProvider in com.caplin.motif.datasource.provider
Constructors in com.caplin.motif.datasource.provider with parameters of type JsonDataProvider Constructor Description JsonProviderWrapper(JsonDataProvider dataProvider, SubjectParser<T> subjectParser)
-
Uses of JsonDataProvider in com.caplin.motif.fx.trading
Methods in com.caplin.motif.fx.trading with parameters of type JsonDataProvider Modifier and Type Method Description <T extends TradeSubjectInfo>
voidFXTradeAdapter. registerSalesPostTradeHistoryProvider(JsonDataProvider<TradeSubjectInfo,PostTradeHistory> provider)
Registers a provider that is capable of responding to post trade history requests. -
Uses of JsonDataProvider in com.caplin.motif.mm.trading
Methods in com.caplin.motif.mm.trading with parameters of type JsonDataProvider Modifier and Type Method Description void
MMTradeAdapter. registerCurrencyConfigProvider(JsonDataProvider<MMCurrencyConfigSubjectInfo,MMCurrencyConfig> provider)
Registers a provider that is capable of responding to money markets currency config requests<T extends SubjectInfo>
voidMMTradeAdapter. registerCurrencyConfigProvider(JsonDataProvider<T,MMCurrencyConfig> provider, com.caplin.datasource.namespace.Namespace namespace, SubjectParser<T> subjectParser)
Used to register a provider that is capable of responding to money markets currency config requests on non-standard subjects
-