C# 클래스 FirstRxExample.StockSimulator

This simulator will emit a batch of StockTicks every two seconds. each time, a single item will be selected and updated with a "drastic change" (more than 10%)
파일 보기 프로젝트 열기: tamirdresher/RxInAction 1 사용 예제들

공개 메소드들

메소드 설명
Run ( ) : void
StockSimulator ( StockTicker ticker ) : System

비공개 메소드들

메소드 설명
Emit ( ) : void
PrintPrices ( ) : void
UpdatePrices ( ) : void

메소드 상세

Run() 공개 메소드

public Run ( ) : void
리턴 void

StockSimulator() 공개 메소드

public StockSimulator ( StockTicker ticker ) : System
ticker StockTicker
리턴 System