FastQuant.EventDispatcher.EventDispatcher C# (CSharp) Method

EventDispatcher() public method

public EventDispatcher ( ) : System
return System
        public EventDispatcher()
        {
            this.idArray_0 = new IdArray<IEventClient>(1000);
            this.idArray_1 = new IdArray<List<IEventClient>>(1000);
            this.permanentQueue_0 = new PermanentQueue<Event>();
        }

Same methods

EventDispatcher::EventDispatcher ( Framework framework ) : System