C# Class SmartQuant.Controls.Data.BarEditor

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

Méthodes publiques

Méthode Description
BarEditor ( ) : SmartQuant
GetDataObject ( ) : SmartQuant.DataObject
InitBarSettings ( BarType barType, long barSize ) : void

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
dtpDateTime_ValueChanged ( object sender, EventArgs e ) : void

Method Details

BarEditor() public méthode

public BarEditor ( ) : SmartQuant
Résultat SmartQuant

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

InitBarSettings() public méthode

public InitBarSettings ( BarType barType, long barSize ) : void
barType BarType
barSize long
Résultat void

OnInit() protected méthode

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