net.sourceforge.eclipsetrader.core.db
Class Price

java.lang.Object
  extended bynet.sourceforge.eclipsetrader.core.db.Price

public class Price
extends java.lang.Object


Constructor Summary
Price(double value, java.util.Currency currency)
           
 
Method Summary
 double getAmount()
           
 java.util.Currency getCurrency()
           
 void setAmount(double amount)
           
 void setCurrency(java.util.Currency currency)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Price

public Price(double value,
             java.util.Currency currency)
Method Detail

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()