Uses of Class
net.sourceforge.eclipsetrader.core.db.OrderType

Packages that use OrderType
net.sourceforge.eclipsetrader.core.db   
 

Uses of OrderType in net.sourceforge.eclipsetrader.core.db
 

Fields in net.sourceforge.eclipsetrader.core.db declared as OrderType
static OrderType OrderType.MARKET
           
static OrderType OrderType.LIMIT
           
static OrderType OrderType.STOP
           
static OrderType OrderType.STOPLIMIT
           
 

Methods in net.sourceforge.eclipsetrader.core.db that return OrderType
 OrderType Order.getType()
           
 

Methods in net.sourceforge.eclipsetrader.core.db with parameters of type OrderType
 void Order.setType(OrderType type)