public class MarketUpdate extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
ccy |
double |
discount_factor |
double |
spot |
int |
tickId |
double |
value |
String |
ValueDate |
| Constructor and Description |
|---|
MarketUpdate(String xml,
boolean isNew) |
MarketUpdate(String ccy,
String ValueDate,
double value,
double spot,
double discount_factor,
int tickId,
boolean isNew) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.