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

AltIdStreamer() 공개 메소드

public AltIdStreamer ( ) : System
리턴 System
        public AltIdStreamer()
        {
            this.typeId = ObjectType.AltId;
            this.type = typeof(AltId);
            this.version = 1;
        }