FastQuant.DateTimeStreamer.DateTimeStreamer C# (CSharp) Méthode

DateTimeStreamer() public méthode

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