FastQuant.FillStreamer.FillStreamer C# (CSharp) Method

FillStreamer() public method

public FillStreamer ( ) : System
return System
        public FillStreamer()
        {
            this.typeId = DataObjectType.Fill;
            this.type = typeof(Fill);
        }