net.sourceforge.eclipsetrader.core.db
Class OrderType
java.lang.Object
net.sourceforge.eclipsetrader.core.db.OrderType
- public class OrderType
- extends java.lang.Object
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
MARKET
public static OrderType MARKET
LIMIT
public static OrderType LIMIT
STOP
public static OrderType STOP
STOPLIMIT
public static OrderType STOPLIMIT
OrderType
public OrderType(int value)
toString
public java.lang.String toString()
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()