FastQuant.DateTimeStreamer.DateTimeStreamer C# (CSharp) 메소드

DateTimeStreamer() 공개 메소드

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