public final class LegalEntityCurveGroupId extends Object implements MarketDataId<LegalEntityCurveGroup>, org.joda.beans.ImmutableBean, Serializable
This is used when there is a need to obtain an instance of LegalEntityCurveGroup.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CurveGroupName |
getCurveGroupName()
Gets the curve group name.
|
Class<LegalEntityCurveGroup> |
getMarketDataType() |
ObservableSource |
getObservableSource()
Gets the source of observable market data.
|
int |
hashCode() |
static org.joda.beans.TypedMetaBean<LegalEntityCurveGroupId> |
meta()
The meta-bean for
LegalEntityCurveGroupId. |
org.joda.beans.TypedMetaBean<LegalEntityCurveGroupId> |
metaBean() |
static LegalEntityCurveGroupId |
of(CurveGroupName groupName)
Obtains an instance used to obtain a curve group by name.
|
static LegalEntityCurveGroupId |
of(CurveGroupName groupName,
ObservableSource obsSource)
Obtains an instance used to obtain a curve group by name, specifying the source of observable market data.
|
static LegalEntityCurveGroupId |
of(String groupName)
Obtains an instance used to obtain a curve group by name.
|
String |
toString() |
public static LegalEntityCurveGroupId of(String groupName)
groupName - the curve group namepublic static LegalEntityCurveGroupId of(CurveGroupName groupName)
groupName - the curve group namepublic static LegalEntityCurveGroupId of(CurveGroupName groupName, ObservableSource obsSource)
groupName - the curve group nameobsSource - source of observable market datapublic Class<LegalEntityCurveGroup> getMarketDataType()
getMarketDataType in interface MarketDataId<LegalEntityCurveGroup>public static org.joda.beans.TypedMetaBean<LegalEntityCurveGroupId> meta()
LegalEntityCurveGroupId.public org.joda.beans.TypedMetaBean<LegalEntityCurveGroupId> metaBean()
metaBean in interface org.joda.beans.Beanpublic CurveGroupName getCurveGroupName()
public ObservableSource getObservableSource()
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.