public final class RatesCurveGroupId extends Object implements MarketDataId<RatesCurveGroup>, org.joda.beans.ImmutableBean, Serializable
This is used when there is a need to obtain an instance of RatesCurveGroup.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CurveGroupName |
getCurveGroupName()
Gets the curve group name.
|
Class<RatesCurveGroup> |
getMarketDataType() |
ObservableSource |
getObservableSource()
Gets the source of observable market data.
|
int |
hashCode() |
static org.joda.beans.TypedMetaBean<RatesCurveGroupId> |
meta()
The meta-bean for
RatesCurveGroupId. |
org.joda.beans.TypedMetaBean<RatesCurveGroupId> |
metaBean() |
static RatesCurveGroupId |
of(CurveGroupName groupName)
Obtains an instance used to obtain a curve group by name.
|
static RatesCurveGroupId |
of(CurveGroupName groupName,
ObservableSource obsSource)
Obtains an instance used to obtain a curve group by name, specifying the source of observable market data.
|
static RatesCurveGroupId |
of(String groupName)
Obtains an instance used to obtain a curve group by name.
|
String |
toString() |
public static RatesCurveGroupId of(String groupName)
groupName - the curve group namepublic static RatesCurveGroupId of(CurveGroupName groupName)
groupName - the curve group namepublic static RatesCurveGroupId of(CurveGroupName groupName, ObservableSource obsSource)
groupName - the curve group nameobsSource - source of observable market datapublic Class<RatesCurveGroup> getMarketDataType()
getMarketDataType in interface MarketDataId<RatesCurveGroup>public static org.joda.beans.TypedMetaBean<RatesCurveGroupId> meta()
RatesCurveGroupId.public org.joda.beans.TypedMetaBean<RatesCurveGroupId> 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.