Uses of Interface
com.caplin.motif.datasource.provider.SingleValueProvider
-
Packages that use SingleValueProvider Package Description com.caplin.motif.datasource.provider com.caplin.motif.fx.trading.settlement -
-
Uses of SingleValueProvider in com.caplin.motif.datasource.provider
Constructors in com.caplin.motif.datasource.provider with parameters of type SingleValueProvider Constructor Description SingleValueProviderWrapper(SingleValueProvider<T,S> provider)
-
Uses of SingleValueProvider in com.caplin.motif.fx.trading.settlement
Methods in com.caplin.motif.fx.trading.settlement with parameters of type SingleValueProvider Modifier and Type Method Description void
SettlementInstructionsAdapter. registerSalesSettlementInstructionsMandatoryProvider(SingleValueProvider<java.lang.Boolean,SalesSettlementInstructionsMandatorySubjectInfo> provider)
<T,S extends SubjectInfo>
voidSettlementInstructionsAdapter. registerSettlementInstructionProvider(SingleValueProvider<T,S> provider, java.lang.String namespace, SubjectParser<S> parser)
void
SettlementInstructionsAdapter. registerSettlementInstructionsMandatoryProvider(SingleValueProvider<java.lang.Boolean,SettlementInstructionsMandatorySubjectInfo> provider)
-