public class Trade extends Object implements com.gemstone.gemfire.DataSerializable
| Constructor and Description |
|---|
Trade() |
Trade(int TradeId,
String Entity,
String TradeDate,
String Trader,
String Currency,
double Amount,
double ContractRate,
String CtrCurrency,
double BaseUSEquiv,
double CcyDollarDiscountFactor,
double CcySpotRate,
String ValueDate) |
Trade(long l,
String entity2,
String tradeDate2,
String trader2,
String currency2,
double d,
double e,
String ctrCurrency2,
double f,
double g,
double h,
String valueDate2) |
Trade(String xml) |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpTrade() |
void |
fromData(DataInput in) |
long |
getGFLatencyStart() |
void |
setGFLatencyStart() |
void |
toData(DataOutput out) |
public Trade(String xml) throws org.jdom.JDOMException, IOException
org.jdom.JDOMExceptionIOExceptionpublic Trade(int TradeId,
String Entity,
String TradeDate,
String Trader,
String Currency,
double Amount,
double ContractRate,
String CtrCurrency,
double BaseUSEquiv,
double CcyDollarDiscountFactor,
double CcySpotRate,
String ValueDate)
public Trade(long l,
String entity2,
String tradeDate2,
String trader2,
String currency2,
double d,
double e,
String ctrCurrency2,
double f,
double g,
double h,
String valueDate2)
public Trade()
public void dumpTrade()
public long getGFLatencyStart()
public void setGFLatencyStart()
public void toData(DataOutput out) throws IOException
toData in interface com.gemstone.gemfire.DataSerializableIOExceptionpublic void fromData(DataInput in) throws IOException, ClassNotFoundException
fromData in interface com.gemstone.gemfire.DataSerializableIOExceptionClassNotFoundExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.