Method | Description | |
---|---|---|
Equals ( |
Determine if two ticker symbols equal each other.
|
|
TickerSymbol ( String symbol ) : System |
Construct a ticker symbol with no exchange.
|
|
TickerSymbol ( String symbol, String exchange ) : System |
Construct a ticker symbol with exchange.
|
public Equals ( |
||
other | The other ticker symbol. | |
return | bool |
public TickerSymbol ( String symbol ) : System | ||
symbol | String | The ticker symbol |
return | System |
public TickerSymbol ( String symbol, String exchange ) : System | ||
symbol | String | The ticker symbol. |
exchange | String | The exchange. |
return | System |