SmartQuant.Controls.Data.BarEditor.GetDataObject C# (CSharp) Method

GetDataObject() public method

public GetDataObject ( ) : SmartQuant.DataObject
return SmartQuant.DataObject
    public override SmartQuant.DataObject GetDataObject()
    {
      return (SmartQuant.DataObject) new Bar(this.dtpDateTime.Value, this.dtpEnd.Value, this.instrumentId, this.barType, this.barSize, (double) this.nudOpen.Value, (double) this.nudHigh.Value, (double) this.nudLow.Value, (double) this.nudClose.Value, (long) this.nudVolume.Value, (long) this.nudOpenInt.Value);
    }