Uses of Class
net.sourceforge.eclipsetrader.core.Sentiment

Packages that use Sentiment
net.sourceforge.eclipsetrader.core   
 

Uses of Sentiment in net.sourceforge.eclipsetrader.core
 

Fields in net.sourceforge.eclipsetrader.core declared as Sentiment
static Sentiment Sentiment.INVALID
           
static Sentiment Sentiment.NEUTRAL
           
static Sentiment Sentiment.BULLISH
           
static Sentiment Sentiment.BEARISH
           
 

Methods in net.sourceforge.eclipsetrader.core that return Sentiment
 Sentiment IPattern.getSentiment()