FastQuant.ExecutionCommandStreamer.ExecutionCommandStreamer C# (CSharp) Méthode

ExecutionCommandStreamer() public méthode

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