FastQuant.Int16Streamer.Int16Streamer C# (CSharp) Method

Int16Streamer() public method

public Int16Streamer ( ) : System
return System
        public Int16Streamer()
        {
            this.typeId = DataObjectType.Int16;
            this.type = typeof(short);
        }