FastQuant.BarFactoryItem.GetDataObjectDateTime C# (CSharp) Method

GetDataObjectDateTime() protected method

protected GetDataObjectDateTime ( DataObject obj, ClockType type ) : System.DateTime
obj DataObject
type ClockType
return System.DateTime
        protected virtual DateTime GetDataObjectDateTime(DataObject obj, ClockType type)
        {
            return type == ClockType.Local ? obj.DateTime : ((Tick)obj).ExchangeDateTime;
        }