FastQuant.BarFactoryItem.GetDataObjectDateTime C# (CSharp) 메소드

GetDataObjectDateTime() 보호된 메소드

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