Uses of Interface
com.caplin.motif.datasource.provider.SingleValueProvider
Packages that use SingleValueProvider
-
Uses of SingleValueProvider in com.caplin.motif.datasource.provider
Constructors in com.caplin.motif.datasource.provider with parameters of type SingleValueProvider -
Uses of SingleValueProvider in com.caplin.motif.fx.trading.settlement
Methods in com.caplin.motif.fx.trading.settlement with parameters of type SingleValueProviderModifier and TypeMethodDescriptionvoidSettlementInstructionsAdapter.registerEntitySettlementInstructionsMandatoryProvider(SingleValueProvider<Boolean, EntitySettlementInstructionsMandatorySubjectInfo> provider) voidSettlementInstructionsAdapter.registerSalesSettlementInstructionsMandatoryProvider(SingleValueProvider<Boolean, SalesSettlementInstructionsMandatorySubjectInfo> provider) <T,S extends SubjectInfo>
voidSettlementInstructionsAdapter.registerSettlementInstructionProvider(SingleValueProvider<T, S> provider, String namespace, SubjectParser<S> parser)