FastQuant.ExecutionCommandStreamer.ExecutionCommandStreamer C# (CSharp) Метод

ExecutionCommandStreamer() публичный Метод

public ExecutionCommandStreamer ( ) : System
Результат System
        public ExecutionCommandStreamer()
        {
            this.typeId = DataObjectType.ExecutionCommand;
            this.type = typeof(ExecutionCommand);
        }