C# Class SmartQuant.Controls.Data.QuoteEditor

Inheritance: DataObjectEditor
Afficher le fichier Open project: fastquant/fastquant.dll

Méthodes publiques

Méthode Description
GetDataObject ( ) : SmartQuant.DataObject
QuoteEditor ( ) : SmartQuant

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnInit ( SmartQuant dataObject, int decimalPlaces ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Method Details

Dispose() protected méthode

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

GetDataObject() public méthode

public GetDataObject ( ) : SmartQuant.DataObject
Résultat SmartQuant.DataObject

OnInit() protected méthode

protected OnInit ( SmartQuant dataObject, int decimalPlaces ) : void
dataObject SmartQuant
decimalPlaces int
Résultat void

QuoteEditor() public méthode

public QuoteEditor ( ) : SmartQuant
Résultat SmartQuant