FastQuant.AltIdStreamer.AltIdStreamer C# (CSharp) Method

AltIdStreamer() public method

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