Package com.longbridge.portfolio
Class ExchangeRates
- java.lang.Object
-
- com.longbridge.portfolio.ExchangeRates
-
public class ExchangeRates extends Object
Response forPortfolioContext.getExchangeRate().
-
-
Field Summary
Fields Modifier and Type Field Description ExchangeRate[]exchangesList of exchange rates.
-
Constructor Summary
Constructors Constructor Description ExchangeRates()
-
-
-
Field Detail
-
exchanges
public ExchangeRate[] exchanges
List of exchange rates.
-
-