C# 클래스 Encog.Neural.NeuralData.Market.TickerSymbol

A ticker symbol. Holds the exchange and the symbol.
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( TickerSymbol other ) : bool

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.

메소드 상세

Equals() 공개 메소드

Determine if two ticker symbols equal each other.
public Equals ( TickerSymbol other ) : bool
other TickerSymbol The other ticker symbol.
리턴 bool

TickerSymbol() 공개 메소드

Construct a ticker symbol with no exchange.
public TickerSymbol ( String symbol ) : System
symbol String The ticker symbol
리턴 System

TickerSymbol() 공개 메소드

Construct a ticker symbol with exchange.
public TickerSymbol ( String symbol, String exchange ) : System
symbol String The ticker symbol.
exchange String The exchange.
리턴 System