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. -
-
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.
-