FileDocCategorySizeDatePackage
ExchangeRate.javaAPI DocExample621Thu Feb 17 20:00:58 GMT 2000AccountingMgmt.Account

ExchangeRate

public class ExchangeRate extends Object
stereotype
moment-interval

Fields Summary
private Date
dateTime
private BigDecimal
buyRate
private BigDecimal
sellRate
Constructors Summary
Methods Summary
public java.math.BigDecimalcalcMidRate()

        return new BigDecimal(0);
    
public voidmakeExchangeRate()