Class FxCrossInstrumentProvider
java.lang.Object
com.caplin.motif.fx.ret.common.extension.instrument.FxCrossInstrumentProvider
- All Implemented Interfaces:
InstrumentProvider
An
InstrumentProvider for systems which only supports the instrument FX.CROSS.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.caplin.motif.fx.ret.common.instrument.InstrumentProvider
InstrumentProvider.Context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInstrument(String ssoUsername, String toboUsername) Always returns FX.CROSS.voidinitialise(InstrumentProvider.Context context) This notifies the InstrumentProvider that it is about to be loaded.
-
Constructor Details
-
FxCrossInstrumentProvider
public FxCrossInstrumentProvider()
-
-
Method Details
-
initialise
Description copied from interface:InstrumentProviderThis notifies the InstrumentProvider that it is about to be loaded. This method will be called by the system once.
You should use this method to perform any initialisation required before the
InstrumentProvideris loaded by the system.- Specified by:
initialisein interfaceInstrumentProvider
-
getInstrument
Always returns FX.CROSS.- Specified by:
getInstrumentin interfaceInstrumentProvider
-