public class FxRate extends Object implements com.gemstone.gemfire.DataSerializable
| Modifier and Type | Field and Description |
|---|---|
String |
id_ccy_bse |
String |
id_ccy_std |
int |
id_region |
float |
rt_fx |
| Constructor and Description |
|---|
FxRate() |
FxRate(String id,
int id_region,
String id_ccy_bse,
float rt_fx) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromData(DataInput input) |
void |
toData(DataOutput output) |
String |
toString() |
public String id_ccy_std
public int id_region
public String id_ccy_bse
public float rt_fx
public void fromData(DataInput input) throws IOException, ClassNotFoundException
fromData in interface com.gemstone.gemfire.DataSerializableIOExceptionClassNotFoundExceptionpublic void toData(DataOutput output) throws IOException
toData in interface com.gemstone.gemfire.DataSerializableIOExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.