FastQuant.DoubleStreamer.DoubleStreamer C# (CSharp) Method

DoubleStreamer() public method

public DoubleStreamer ( ) : System
return System
        public DoubleStreamer()
        {
            this.typeId = DataObjectType.Double;
            this.type = typeof(double);
        }