public class ExchangeRateManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
protected |
ExchangeRateManager(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ExchangeRate arg0) |
void |
add(ExchangeRate arg0,
Date startDate) |
void |
add(ExchangeRate arg0,
Date startDate,
Date endDate) |
void |
clear() |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(ExchangeRateManager obj) |
static ExchangeRateManager |
instance() |
ExchangeRate |
lookup(Currency source,
Currency target,
Date date) |
ExchangeRate |
lookup(Currency source,
Currency target,
Date date,
ExchangeRate.Type type) |
protected static long getCPtr(ExchangeRateManager obj)
public void delete()
public static ExchangeRateManager instance()
public void add(ExchangeRate arg0, Date startDate, Date endDate)
public void add(ExchangeRate arg0, Date startDate)
public void add(ExchangeRate arg0)
public ExchangeRate lookup(Currency source, Currency target, Date date, ExchangeRate.Type type)
public ExchangeRate lookup(Currency source, Currency target, Date date)
public void clear()
Copyright © 2017. All rights reserved.