net.sourceforge.eclipsetrader.core.db
Class Price
java.lang.Object
net.sourceforge.eclipsetrader.core.db.Price
- public class Price
- extends java.lang.Object
Constructor Summary |
Price(double value,
java.util.Currency currency)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Price
public Price(double value,
java.util.Currency currency)
getCurrency
public java.util.Currency getCurrency()
setCurrency
public void setCurrency(java.util.Currency currency)
getAmount
public double getAmount()
setAmount
public void setAmount(double amount)
toString
public java.lang.String toString()