C# Class MemExchange.Client.UI.Usercontrols.Level1.SymbolViewModel

Inheritance: INotifyPropertyChanged
Show file Open project: ThomasVestergaard/MemExchange Class Usage Examples

Public Methods

Method Description
SymbolViewModel ( string symbol ) : System.ComponentModel
Update ( MarketBestBidAskDto marketBestBidAskDto ) : void

Private Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

SymbolViewModel() public method

public SymbolViewModel ( string symbol ) : System.ComponentModel
symbol string
return System.ComponentModel

Update() public method

public Update ( MarketBestBidAskDto marketBestBidAskDto ) : void
marketBestBidAskDto MemExchange.Core.SharedDto.Level1.MarketBestBidAskDto
return void