FastQuant.DateTimeStreamer.DateTimeStreamer C# (CSharp) Method

DateTimeStreamer() public method

public DateTimeStreamer ( ) : System
return System
        public DateTimeStreamer()
        {
            this.typeId = DataObjectType.DateTime;
            this.type = typeof(DateTime);
        }