Method | Description | |
---|---|---|
SocketInitiator ( Application application, MessageStoreFactory storeFactory, SessionSettings settings ) : System | ||
SocketInitiator ( Application application, MessageStoreFactory storeFactory, SessionSettings settings, LogFactory logFactory ) : System | ||
SocketInitiatorThreadStart ( object socketInitiatorThread ) : void |
Method | Description | |
---|---|---|
DoConnect ( SessionID sessionID, Dictionary settings ) : void | ||
OnConfigure ( SessionSettings settings ) : void | ||
OnPoll ( double timeout ) : bool | ||
OnStart ( ) : void | ||
OnStop ( ) : void |
Method | Description | |
---|---|---|
AddThread ( SocketInitiatorThread thread ) : void | ||
GetNextSocketEndPoint ( SessionID sessionID, QuickFix settings ) : |
||
RemoveThread ( SocketInitiatorThread thread ) : void |
protected DoConnect ( SessionID sessionID, Dictionary settings ) : void | ||
sessionID | SessionID | |
settings | Dictionary | |
return | void |
protected OnConfigure ( SessionSettings settings ) : void | ||
settings | SessionSettings | |
return | void |
public SocketInitiator ( Application application, MessageStoreFactory storeFactory, SessionSettings settings ) : System | ||
application | Application | |
storeFactory | MessageStoreFactory | |
settings | SessionSettings | |
return | System |
public SocketInitiator ( Application application, MessageStoreFactory storeFactory, SessionSettings settings, LogFactory logFactory ) : System | ||
application | Application | |
storeFactory | MessageStoreFactory | |
settings | SessionSettings | |
logFactory | LogFactory | |
return | System |
public static SocketInitiatorThreadStart ( object socketInitiatorThread ) : void | ||
socketInitiatorThread | object | |
return | void |