C# Class SmartQuant.Controls.Data.TickEditor

Inheritance: DataObjectEditor
Mostrar archivo Open project: fastquant/fastquant.dll Class Usage Examples

Public Methods

Method Description
GetDataObject ( ) : SmartQuant.DataObject
SetTickTypeId ( byte tickTypeId ) : void
TickEditor ( ) : 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

SetTickTypeId() public method

public SetTickTypeId ( byte tickTypeId ) : void
tickTypeId byte
return void

TickEditor() public method

public TickEditor ( ) : SmartQuant
return SmartQuant