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
-
Method Summary
Modifier and TypeMethodDescriptiongetInstrument
(String ssoUsername, String toboUsername) Always returns FX.CROSS.void
initialise
(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:InstrumentProvider
This 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
InstrumentProvider
is loaded by the system.- Specified by:
initialise
in interfaceInstrumentProvider
-
getInstrument
Always returns FX.CROSS.- Specified by:
getInstrument
in interfaceInstrumentProvider
-