QuickFix.ThreadedSocketAcceptor.ThreadedSocketAcceptor C# (CSharp) Метод

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

public ThreadedSocketAcceptor ( Application application, MessageStoreFactory storeFactory, SessionSettings settings ) : System.Collections.Generic
application Application
storeFactory MessageStoreFactory
settings SessionSettings
Результат System.Collections.Generic
        public ThreadedSocketAcceptor(Application application, MessageStoreFactory storeFactory, SessionSettings settings)
            : this(new SessionFactory(application, storeFactory), settings)
        {
        }

Same methods

ThreadedSocketAcceptor::ThreadedSocketAcceptor ( Application application, MessageStoreFactory storeFactory, SessionSettings settings, LogFactory logFactory ) : System.Collections.Generic
ThreadedSocketAcceptor::ThreadedSocketAcceptor ( SessionFactory sessionFactory, SessionSettings settings ) : System.Collections.Generic