public class UndRiskSensitivity extends ImntRiskSensitivity
| Modifier and Type | Field and Description |
|---|---|
float |
am_exp_rsk |
String |
id_ccy_unit |
int |
id_imnt |
int |
id_imnt_und |
String |
id_param_rsk |
| Constructor and Description |
|---|
UndRiskSensitivity() |
UndRiskSensitivity(int id_imnt,
int id_imnt_und,
String id_param_rsk,
float am_exp_rsk,
String id_ccy_unit) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromData(DataInput input) |
void |
toData(DataOutput output) |
String |
toString() |
public int id_imnt
public int id_imnt_und
public String id_param_rsk
public float am_exp_rsk
public String id_ccy_unit
public String toString()
toString in class ImntRiskSensitivitypublic void fromData(DataInput input) throws IOException, ClassNotFoundException
fromData in interface com.gemstone.gemfire.DataSerializablefromData in class ImntRiskSensitivityIOExceptionClassNotFoundExceptionpublic void toData(DataOutput output) throws IOException
toData in interface com.gemstone.gemfire.DataSerializabletoData in class ImntRiskSensitivityIOExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.