C# Class MemExchange.Client.UI.Usercontrols.NewLimitOrderViewModel

Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: ThomasVestergaard/MemExchange Class Usage Examples

Public Methods

Method Description
NewLimitOrderViewModel ( IClient exchangeApi ) : System

Private Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void
SendLimitOrder ( ) : void
SendStopLimitOrder ( ) : void
SetupCommandsAndBehaviour ( ) : void

Method Details

NewLimitOrderViewModel() public method

public NewLimitOrderViewModel ( IClient exchangeApi ) : System
exchangeApi IClient
return System