C# Class Watchdog.Examples.ViewModels.OrderTicketViewModel

Inheritance: INotifyPropertyChanged
Show file Open project: JDolinger/Watchdog

Public Methods

Method Description
OrderTicketViewModel ( IParameters tradingParams ) : System.Collections.ObjectModel

Protected Methods

Method Description
RaisePropertyChanged ( string name ) : void

Private Methods

Method Description
CalculateTotal ( ) : void
CanBook ( ) : bool
ValidatePosition ( ) : void
ValidateSymbol ( ) : void

Method Details

OrderTicketViewModel() public method

public OrderTicketViewModel ( IParameters tradingParams ) : System.Collections.ObjectModel
tradingParams IParameters
return System.Collections.ObjectModel

RaisePropertyChanged() protected method

protected RaisePropertyChanged ( string name ) : void
name string
return void