C# Class 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%)
Mostra file Open project: tamirdresher/RxInAction Class Usage Examples

Public Methods

Method Description
Run ( ) : void
StockSimulator ( StockTicker ticker ) : System

Private Methods

Method Description
Emit ( ) : void
PrintPrices ( ) : void
UpdatePrices ( ) : void

Method Details

Run() public method

public Run ( ) : void
return void

StockSimulator() public method

public StockSimulator ( StockTicker ticker ) : System
ticker StockTicker
return System