|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.ml.data.market.TickerSymbol
public class TickerSymbol
Holds a ticker symbol and exchange. The exchange is for external use only and is not used by Encog currently.
Constructor Summary | |
---|---|
TickerSymbol(String symbol)
Construct a ticker symbol with no exchange. |
|
TickerSymbol(String symbol,
String exchange)
Construct a ticker symbol with exchange. |
Method Summary | |
---|---|
boolean |
equals(Object other)
|
String |
getExchange()
|
String |
getSymbol()
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TickerSymbol(String symbol)
symbol
- The ticker symbol.public TickerSymbol(String symbol, String exchange)
symbol
- The ticker symbol.exchange
- The exchange.Method Detail |
---|
public boolean equals(Object other)
equals
in class Object
public String getExchange()
public String getSymbol()
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |