public final class JumpToDefault extends Object implements FxConvertible<JumpToDefault>, org.joda.beans.ImmutableBean, Serializable
The result is an array of currency amounts, all with the same currency,
keyed by the legal entity StandardId.
| Modifier and Type | Class and Description |
|---|---|
static class |
JumpToDefault.Meta
The meta-bean for
JumpToDefault. |
| Modifier and Type | Method and Description |
|---|---|
JumpToDefault |
convertedTo(Currency resultCurrency,
FxRateProvider rateProvider) |
boolean |
equals(Object obj) |
ImmutableMap<StandardId,Double> |
getAmounts()
Gets the amounts, identified by legal entity ID.
|
Currency |
getCurrency()
Gets the currency of the amounts.
|
int |
hashCode() |
static JumpToDefault.Meta |
meta()
The meta-bean for
JumpToDefault. |
JumpToDefault.Meta |
metaBean() |
static JumpToDefault |
of(Currency currency,
Map<StandardId,Double> splitValues)
Obtains an instance from currency and map.
|
String |
toString() |
public static JumpToDefault of(Currency currency, Map<StandardId,Double> splitValues)
currency - the currency of the valuessplitValues - the split valuespublic JumpToDefault convertedTo(Currency resultCurrency, FxRateProvider rateProvider)
convertedTo in interface FxConvertible<JumpToDefault>public static JumpToDefault.Meta meta()
JumpToDefault.public JumpToDefault.Meta metaBean()
metaBean in interface org.joda.beans.Beanpublic Currency getCurrency()
public ImmutableMap<StandardId,Double> getAmounts()
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.