C# Class SmartQuant.Controls.Data.QuoteEditor

Inheritance: DataObjectEditor
显示文件 Open project: fastquant/fastquant.dll

Public Methods

Method Description
GetDataObject ( ) : SmartQuant.DataObject
QuoteEditor ( ) : SmartQuant

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnInit ( SmartQuant dataObject, int decimalPlaces ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetDataObject() public method

public GetDataObject ( ) : SmartQuant.DataObject
return SmartQuant.DataObject

OnInit() protected method

protected OnInit ( SmartQuant dataObject, int decimalPlaces ) : void
dataObject SmartQuant
decimalPlaces int
return void

QuoteEditor() public method

public QuoteEditor ( ) : SmartQuant
return SmartQuant