Class FxCrossInstrumentProvider

    • Constructor Detail

      • FxCrossInstrumentProvider

        public FxCrossInstrumentProvider()
    • 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 interface InstrumentProvider
      • getInstrument

        public java.lang.String getInstrument​(java.lang.String ssoUsername,
                                              java.lang.String toboUsername)
        Always returns FX.CROSS.
        Specified by:
        getInstrument in interface InstrumentProvider