FastQuant.EventBus.Clear C# (CSharp) Method

Clear() public method

public Clear ( ) : void
return void
        public void Clear()
        {
            this.@event = null;
            CommandPipe.Clear();
            DataPipe.Clear();
            ServicePipe.Clear();
            HistoricalPipe.Clear();
            ExecutionPipe.Clear();
            for (int i = 0; i < this.attachedCount; i++)
                this.attached[i] = null;
            this.attachedCount = 0;
        }