Package cdm.observable.asset
Class InformationSource.InformationSourceImpl
java.lang.Object
cdm.observable.asset.InformationSource.InformationSourceImpl
- All Implemented Interfaces:
InformationSource,com.rosetta.model.lib.RosettaModelObject
- Direct Known Subclasses:
FxInformationSource.FxInformationSourceImpl
- Enclosing interface:
InformationSource
public static class InformationSource.InformationSourceImpl
extends Object
implements InformationSource
Immutable Implementation of InformationSource
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.observable.asset.InformationSource
InformationSource.InformationSourceBuilder, InformationSource.InformationSourceBuilderImpl, InformationSource.InformationSourceImpl -
Field Summary
Fields inherited from interface cdm.observable.asset.InformationSource
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.observable.asset.InformationSource
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
InformationSourceImpl
-
-
Method Details
-
getSourceProvider
@RosettaAttribute(value="sourceProvider", isRequired=true) @RuneAttribute(value="sourceProvider", isRequired=true) public FieldWithMetaInformationProviderEnum getSourceProvider()Description copied from interface:InformationSourceAn information source for obtaining a market data point. For example Bloomberg, Reuters, Telerate, etc.- Specified by:
getSourceProviderin interfaceInformationSource
-
getSourcePage
@RosettaAttribute("sourcePage") @RuneAttribute("sourcePage") public FieldWithMetaString getSourcePage()Description copied from interface:InformationSourceA specific page for the source for obtaining a market data point. In FpML, this is specified as a scheme, rateSourcePageScheme, for which no coding Scheme or URI is specified.- Specified by:
getSourcePagein interfaceInformationSource
-
getSourcePageHeading
@RosettaAttribute("sourcePageHeading") @RuneAttribute("sourcePageHeading") public String getSourcePageHeading()Description copied from interface:InformationSourceThe heading for the source on a given source page.- Specified by:
getSourcePageHeadingin interfaceInformationSource
-
build
Description copied from interface:InformationSourceBuild Methods- Specified by:
buildin interfaceInformationSource- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceInformationSource- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-