net.sourceforge.eclipsetrader.core.db
Class OrderType

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

public class OrderType
extends java.lang.Object


Field Summary
static OrderType LIMIT
           
static OrderType MARKET
           
static OrderType STOP
           
static OrderType STOPLIMIT
           
 
Constructor Summary
OrderType(int value)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MARKET

public static OrderType MARKET

LIMIT

public static OrderType LIMIT

STOP

public static OrderType STOP

STOPLIMIT

public static OrderType STOPLIMIT
Constructor Detail

OrderType

public OrderType(int value)
Method Detail

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()