net.sourceforge.eclipsetrader.core.db
Class Split
java.lang.Object
net.sourceforge.eclipsetrader.core.db.Split
- public class Split
- extends java.lang.Object
Holds security splits.
- Since:
- 1.0
- Author:
- Marco Maccaferri
Constructor Summary |
Split()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Split
public Split()
getDate
public java.util.Date getDate()
- Returns the split date.
- Returns:
- the date
setDate
public void setDate(java.util.Date date)
- Sets the split date.
- Parameters:
date
- the split date
getFromQuantity
public int getFromQuantity()
setFromQuantity
public void setFromQuantity(int value)
getToQuantity
public int getToQuantity()
setToQuantity
public void setToQuantity(int toQuantity)