Index  Source Files  Annotated Class List  Alphabetical Class List  Class Hierarchy  Graphical Class Hierarchy   
 

FIX::Session Member List

This is the complete list of members for FIX::Session, including all inherited members.

addSession(Session &)FIX::Session [private, static]
checkCompId(bool value)FIX::Session [inline]
checkLatency(bool value)FIX::Session [inline]
checkSessionTime(const UtcTimeStamp &time)FIX::Session [inline, private]
disconnect()FIX::Session
doBadCompID(const Message &msg)FIX::Session [private]
doBadTime(const Message &msg)FIX::Session [private]
doesSessionExist(const SessionID &)FIX::Session [static]
doPossDup(const Message &msg)FIX::Session [private]
doTargetTooHigh(const Message &msg)FIX::Session [private]
doTargetTooLow(const Message &msg)FIX::Session [private]
fill(Header &)FIX::Session [private]
fromCallback(const MsgType &msgType, const Message &msg, const SessionID &sessionID)FIX::Session [private]
generateBusinessReject(const Message &, int err)FIX::Session [private]
generateHeartbeat()FIX::Session [private]
generateHeartbeat(const Message &)FIX::Session [private]
generateLogon()FIX::Session [private]
generateLogon(const Message &)FIX::Session [private]
generateLogout(const std::string &text="")FIX::Session [private]
generateReject(const Message &, int err, int field=0)FIX::Session [private]
generateReject(const Message &, const std::string &)FIX::Session [private]
generateResendRequest(const BeginString &, const MsgSeqNum &)FIX::Session [private]
generateSequenceReset(int, int)FIX::Session [private]
generateTestRequest(const std::string &)FIX::Session [private]
get(int s, Message &m) const FIX::Session [private]
getDataDictionary() const FIX::Session [inline]
getExpectedSenderNum()FIX::Session [inline]
getExpectedTargetNum()FIX::Session [inline]
getLog()FIX::Session [inline]
getSessionID() const FIX::Session [inline]
getStore()FIX::Session [inline]
insertOrigSendingTime(Header &, const UtcTimeStamp &when=UtcTimeStamp())FIX::Session [private]
insertSendingTime(Header &)FIX::Session [private]
isCorrectCompID(const SenderCompID &senderCompID, const TargetCompID &targetCompID)FIX::Session [inline, private]
isEnabled()FIX::Session [inline]
isGoodTime(const SendingTime &sendingTime)FIX::Session [inline, private]
isLoggedOn()FIX::Session [inline]
isSessionRegistered(const SessionID &)FIX::Session [static]
isSessionTime()FIX::Session [inline]
isTargetTooHigh(const MsgSeqNum &msgSeqNum)FIX::Session [inline, private]
isTargetTooLow(const MsgSeqNum &msgSeqNum)FIX::Session [inline, private]
logon()FIX::Session [inline]
logout(const std::string &reason="")FIX::Session [inline]
lookupSession(const SessionID &)FIX::Session [static]
lookupSession(const std::string &, bool reverse=false)FIX::Session [static]
m_applicationFIX::Session [private]
m_checkCompIdFIX::Session [private]
m_checkLatencyFIX::Session [private]
m_dataDictionaryFIX::Session [private]
m_maxLatencyFIX::Session [private]
m_messageStoreFactoryFIX::Session [private]
m_millisecondsInTimeStampFIX::Session [private]
m_mutexFIX::Session [private]
m_pLogFactoryFIX::Session [private]
m_pResponderFIX::Session [private]
m_refreshOnLogonFIX::Session [private]
m_resetOnDisconnectFIX::Session [private]
m_resetOnLogonFIX::Session [private]
m_resetOnLogoutFIX::Session [private]
m_sessionIDFIX::Session [private]
m_sessionTimeFIX::Session [private]
m_stateFIX::Session [private]
next()FIX::Session
next(const std::string &, bool queued=false)FIX::Session
next(const Message &, bool queued=false)FIX::Session
nextHeartbeat(const Message &)FIX::Session [private]
nextLogon(const Message &)FIX::Session [private]
nextLogout(const Message &)FIX::Session [private]
nextQueued()FIX::Session [private]
nextQueued(int num)FIX::Session [private]
nextReject(const Message &)FIX::Session [private]
nextResendRequest(const Message &)FIX::Session [private]
nextSequenceReset(const Message &)FIX::Session [private]
nextTestRequest(const Message &)FIX::Session [private]
numSessions()FIX::Session [static]
populateRejectReason(Message &, int field, const std::string &)FIX::Session [private]
populateRejectReason(Message &, const std::string &)FIX::Session [private]
receivedLogon()FIX::Session [inline]
refresh()FIX::Session [inline]
registerSession(const SessionID &)FIX::Session [static]
removeSession(Session &)FIX::Session [private, static]
resend(Message &message)FIX::Session [private]
reset()FIX::Session [inline]
s_mutexFIX::Session [private, static]
s_registeredFIX::Session [private, static]
s_sessionsFIX::Session [private, static]
send(Message &)FIX::Session
send(const std::string &)FIX::Session [private]
sendRaw(Message &, int msgSeqNum=0)FIX::Session [private]
sendToTarget(Message &message, const std::string &qualifier="")FIX::Session [static]
sendToTarget(Message &message, const SessionID &sessionID)FIX::Session [static]
sendToTarget(Message &, const SenderCompID &senderCompID, const TargetCompID &targetCompID, const std::string &qualifier="")FIX::Session [static]
sendToTarget(Message &message, const std::string &senderCompID, const std::string &targetCompID, const std::string &qualifier="")FIX::Session [static]
sentLogon()FIX::Session [inline]
sentLogout()FIX::Session [inline]
Session(Application &, MessageStoreFactory &, const SessionID &, const DataDictionary &, const SessionTime &, int heartBtInt, LogFactory *pLogFactory)FIX::Session
Sessions typedefFIX::Session [private]
set(int s, const Message &m)FIX::Session [private]
setDataDictionary(const DataDictionary &dataDictionary)FIX::Session [inline]
setLogonTimeout(int value)FIX::Session [inline]
setLogoutTimeout(int value)FIX::Session [inline]
setMaxLatency(int value)FIX::Session [inline]
setMillisecondsInTimeStamp(bool value)FIX::Session [inline]
setNextSenderMsgSeqNum(int num)FIX::Session [inline]
setNextTargetMsgSeqNum(int num)FIX::Session [inline]
setRefreshOnLogon(bool value)FIX::Session [inline]
setResetOnDisconnect(bool value)FIX::Session [inline]
setResetOnLogon(bool value)FIX::Session [inline]
setResetOnLogout(bool value)FIX::Session [inline]
setResponder(Responder *pR)FIX::Session [inline]
shouldSendReset()FIX::Session [private]
unregisterSession(const SessionID &)FIX::Session [static]
validLogonState(const MsgType &msgType)FIX::Session [private]
verify(const Message &msg, bool checkTooHigh=true, bool checkTooLow=true)FIX::Session [private]
~Session()FIX::Session


Generated on Mon Jul 24 19:36:49 2006 for QuickFIX by doxygen 1.3.6-20040222 written by Dimitri van Heesch, © 1997-2001