|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.moneydance.apps.md.model.CurrencyType.Snapshot
public final class CurrencyType.Snapshot
Constructor Summary | |
---|---|
CurrencyType.Snapshot()
|
Method Summary | |
---|---|
long |
getDailyVolume()
Get the daily volume for this currency (used only for securities) |
long |
getDate()
Deprecated. use getDateInt() instead |
int |
getDateInt()
Get the date for this snapshot |
double |
getRawRate()
Get the rate used to compute values in different currencies |
double |
getUserDailyHigh()
Get the highest rate recorded on the date of this snapshot (used only for securities) |
double |
getUserDailyLow()
Get the lowest rate recorded on the date of this snapshot (used only for securities) |
double |
getUserRate()
Get the closing rate for the given day |
void |
setDailyVolume(long newVolume)
|
void |
setDate(long newDate)
|
void |
setDateInt(int date)
|
void |
setRawRate(double rt)
|
void |
setUserDailyHigh(double newUserHigh)
|
void |
setUserDailyLow(double newUserLow)
|
void |
setUserRate(double rate)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CurrencyType.Snapshot()
Method Detail |
---|
public final long getDate()
public final int getDateInt()
public final double getUserRate()
public final double getRawRate()
public final long getDailyVolume()
public final double getUserDailyHigh()
public final double getUserDailyLow()
public final void setDate(long newDate)
public final void setDateInt(int date)
public final void setUserRate(double rate)
public final void setRawRate(double rt)
public final void setDailyVolume(long newVolume)
public final void setUserDailyLow(double newUserLow)
public final void setUserDailyHigh(double newUserHigh)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |