net.sourceforge.eclipsetrader.core
Class Sentiment

java.lang.Object
  extended bynet.sourceforge.eclipsetrader.core.Sentiment

public class Sentiment
extends java.lang.Object


Field Summary
static Sentiment BEARISH
           
static Sentiment BULLISH
           
static Sentiment INVALID
           
static Sentiment NEUTRAL
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID

public static final Sentiment INVALID

NEUTRAL

public static final Sentiment NEUTRAL

BULLISH

public static final Sentiment BULLISH

BEARISH

public static final Sentiment BEARISH
Method Detail

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()