Package cdm.observable.asset
Class FxRateObservable.FxRateObservableImpl
java.lang.Object
cdm.observable.asset.FxRateObservable.FxRateObservableImpl
- All Implemented Interfaces:
FxRateObservable,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
FxRateObservable
public static class FxRateObservable.FxRateObservableImpl
extends Object
implements FxRateObservable
Immutable Implementation of FxRateObservable
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.observable.asset.FxRateObservable
FxRateObservable.FxRateObservableBuilder, FxRateObservable.FxRateObservableBuilderImpl, FxRateObservable.FxRateObservableImpl -
Field Summary
Fields inherited from interface cdm.observable.asset.FxRateObservable
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanSpecifies the primary source from which a rate should be observed.Describes the composition of a rate that has been quoted or is to be quoted.Specifies an alternative, or secondary, source from which a rate should be observed.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.observable.asset.FxRateObservable
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
FxRateObservableImpl
-
-
Method Details
-
getQuotedCurrencyPair
@RosettaAttribute(value="quotedCurrencyPair", isRequired=true) @RuneAttribute(value="quotedCurrencyPair", isRequired=true) @RuneScopedAttributeReference public ReferenceWithMetaQuotedCurrencyPair getQuotedCurrencyPair()Description copied from interface:FxRateObservableDescribes the composition of a rate that has been quoted or is to be quoted.- Specified by:
getQuotedCurrencyPairin interfaceFxRateObservable
-
getPrimaryFxSpotRateSource
@RosettaAttribute(value="primaryFxSpotRateSource", isRequired=true) @RuneAttribute(value="primaryFxSpotRateSource", isRequired=true) public InformationSource getPrimaryFxSpotRateSource()Description copied from interface:FxRateObservableSpecifies the primary source from which a rate should be observed.- Specified by:
getPrimaryFxSpotRateSourcein interfaceFxRateObservable
-
getSecondaryFxSpotRateSource
@RosettaAttribute("secondaryFxSpotRateSource") @RuneAttribute("secondaryFxSpotRateSource") public InformationSource getSecondaryFxSpotRateSource()Description copied from interface:FxRateObservableSpecifies an alternative, or secondary, source from which a rate should be observed.- Specified by:
getSecondaryFxSpotRateSourcein interfaceFxRateObservable
-
build
Description copied from interface:FxRateObservableBuild Methods- Specified by:
buildin interfaceFxRateObservable- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceFxRateObservable- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-