Class FxMatrixId

    • Method Detail

      • standard

        public static FxMatrixId standard()
        Obtains an instance representing an FX matrix.
        Returns:
        an identifier for the FX matrix
      • of

        public static FxMatrixId of​(ObservableSource observableSource)
        Obtains an instance representing an FX matrix, specifying the source.
        Parameters:
        observableSource - the source of the observable market data used to create the rate
        Returns:
        an identifier for the FX matrix
      • meta

        public static org.joda.beans.TypedMetaBean<FxMatrixId> meta()
        The meta-bean for FxMatrixId.
        Returns:
        the meta-bean, not null
      • metaBean

        public org.joda.beans.TypedMetaBean<FxMatrixId> metaBean()
        Specified by:
        metaBean in interface org.joda.beans.Bean
      • getObservableSource

        public ObservableSource getObservableSource()
        Gets the source of observable market data. This is used when looking up the underlying market quotes for the rate.
        Returns:
        the value of the property, not null
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object