C# Class SmartQuant.Controls.TradingTools.ModifyOrderForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: fastquant/fastquant.dll Class Usage Examples

Méthodes publiques

Méthode Description
Init ( SmartQuant.Order order ) : void
ModifyOrderForm ( ) : SmartQuant

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
GetDigits ( SmartQuant.Instrument instrument ) : int
InitializeComponent ( ) : void
calculateDecimals ( Decimal value ) : int

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Init() public méthode

public Init ( SmartQuant.Order order ) : void
order SmartQuant.Order
Résultat void

ModifyOrderForm() public méthode

public ModifyOrderForm ( ) : SmartQuant
Résultat SmartQuant