Documentation of 'org.encog.ml.data.market.TickerSymbol' Java class
TickerSymbol
org.encog.ml.data.market

Class TickerSymbol



  • public class TickerSymbol
    extends java.lang.Object
    Holds a ticker symbol and exchange. The exchange is for external use only and is not used by Encog currently.
    • Constructor Summary

      Constructors 
      Constructor and Description
      TickerSymbol(java.lang.String symbol)
      Construct a ticker symbol with no exchange.
      TickerSymbol(java.lang.String symbol, java.lang.String exchange)
      Construct a ticker symbol with exchange.
    • Constructor Detail

      • TickerSymbol

        public TickerSymbol(java.lang.String symbol)
        Construct a ticker symbol with no exchange.
        Parameters:
        symbol - The ticker symbol.
      • TickerSymbol

        public TickerSymbol(java.lang.String symbol,
                            java.lang.String exchange)
        Construct a ticker symbol with exchange.
        Parameters:
        symbol - The ticker symbol.
        exchange - The exchange.
    • Method Detail

      • equals

        public boolean equals(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getExchange

        public java.lang.String getExchange()
        Returns:
        the exchange
      • getSymbol

        public java.lang.String getSymbol()
        Returns:
        the symbol
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.