FastQuant.CommandStreamer.CommandStreamer C# (CSharp) Method

CommandStreamer() public method

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