FastQuant.ExecutionCommandStreamer.ExecutionCommandStreamer C# (CSharp) Method

ExecutionCommandStreamer() public method

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