Class FxCrossInstrumentProvider
- java.lang.Object
-
- com.caplin.motif.fx.ret.common.extension.instrument.FxCrossInstrumentProvider
-
- All Implemented Interfaces:
InstrumentProvider
public class FxCrossInstrumentProvider extends java.lang.Object implements InstrumentProvider
AnInstrumentProvider
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 Constructor Description FxCrossInstrumentProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getInstrument(java.lang.String ssoUsername, java.lang.String toboUsername)
Always returns FX.CROSS.void
initialise(InstrumentProvider.Context context)
This notifies the InstrumentProvider that it is about to be loaded.
-
-
-
Method Detail
-
initialise
public void initialise(InstrumentProvider.Context context)
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
public java.lang.String getInstrument(java.lang.String ssoUsername, java.lang.String toboUsername)
Always returns FX.CROSS.- Specified by:
getInstrument
in interfaceInstrumentProvider
-
-