Home
last modified time | relevance | path

Searched refs:getNextSenderMsgSeqNum (Results 1 – 23 of 23) sorted by relevance

/dports/finance/quickfix/quickfix-1.15.1/src/C++/test/
H A DNullStoreTestCase.cpp103 CHECK_EQUAL( 10, object.getNextSenderMsgSeqNum() ); in SUITE()
107 CHECK_EQUAL( 11, object.getNextSenderMsgSeqNum() ); in SUITE()
118 CHECK_EQUAL( 5, object.getNextSenderMsgSeqNum() ); in SUITE()
126 CHECK_EQUAL( 5, object.getNextSenderMsgSeqNum() ); in SUITE()
H A DMessageStoreTestCase.h82 CHECK_EQUAL( 10, object->getNextSenderMsgSeqNum() ); \
86 CHECK_EQUAL( 11, object->getNextSenderMsgSeqNum() ); \
95 CHECK_EQUAL( 5, object->getNextSenderMsgSeqNum() ); \
101 CHECK_EQUAL( 5, object->getNextSenderMsgSeqNum() ); \
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DMessageStore.h76 virtual int getNextSenderMsgSeqNum() const throw ( IOException ) = 0;
104 int getNextSenderMsgSeqNum() const throw ( IOException ) in getNextSenderMsgSeqNum() function
160 int getNextSenderMsgSeqNum( bool&, IOException& ) const;
H A DMySQLStore.cpp116 << m_cache.getNextSenderMsgSeqNum() << ")"; in populateCache()
228 int MySQLStore::getNextSenderMsgSeqNum() const throw ( IOException ) in getNextSenderMsgSeqNum() function in FIX::MySQLStore
230 return m_cache.getNextSenderMsgSeqNum(); in getNextSenderMsgSeqNum()
271 setNextSenderMsgSeqNum( m_cache.getNextSenderMsgSeqNum() ); in incrNextSenderMsgSeqNum()
312 << "outgoing_seqnum=" << m_cache.getNextSenderMsgSeqNum() << " WHERE " in reset()
H A DPostgreSQLStore.cpp116 << m_cache.getNextSenderMsgSeqNum() << ")"; in populateCache()
229 int PostgreSQLStore::getNextSenderMsgSeqNum() const throw ( IOException ) in getNextSenderMsgSeqNum() function in FIX::PostgreSQLStore
231 return m_cache.getNextSenderMsgSeqNum(); in getNextSenderMsgSeqNum()
274 setNextSenderMsgSeqNum( m_cache.getNextSenderMsgSeqNum() ); in incrNextSenderMsgSeqNum()
315 << "outgoing_seqnum=" << m_cache.getNextSenderMsgSeqNum() << " WHERE " in reset()
H A DOdbcStore.cpp123 << m_cache.getNextSenderMsgSeqNum() << ")"; in populateCache()
234 int OdbcStore::getNextSenderMsgSeqNum() const throw ( IOException ) in getNextSenderMsgSeqNum() function in FIX::OdbcStore
236 return m_cache.getNextSenderMsgSeqNum(); in getNextSenderMsgSeqNum()
277 setNextSenderMsgSeqNum( m_cache.getNextSenderMsgSeqNum() ); in incrNextSenderMsgSeqNum()
319 << "outgoing_seqnum=" << m_cache.getNextSenderMsgSeqNum() << " WHERE " in reset()
H A DFileStore.cpp122 setNextSenderMsgSeqNum( getNextSenderMsgSeqNum() ); in open()
236 int FileStore::getNextSenderMsgSeqNum() const throw ( IOException ) in getNextSenderMsgSeqNum() function in FIX::FileStore
238 return m_cache.getNextSenderMsgSeqNum(); in getNextSenderMsgSeqNum()
306 getNextSenderMsgSeqNum(), getNextTargetMsgSeqNum() ); in setSeqNum()
H A DMessageStore.cpp83 int MessageStoreExceptionWrapper::getNextSenderMsgSeqNum( bool& threw, IOException& ex ) const in getNextSenderMsgSeqNum() function in FIX::MessageStoreExceptionWrapper
86 try { return m_pStore->getNextSenderMsgSeqNum(); } in getNextSenderMsgSeqNum()
H A DNullStore.h66 int getNextSenderMsgSeqNum() const throw ( IOException ) in getNextSenderMsgSeqNum() function
H A DSessionState.h177 int getNextSenderMsgSeqNum() const throw ( IOException ) in getNextSenderMsgSeqNum() function
178 { Locker l( m_mutex ); return m_pStore->getNextSenderMsgSeqNum(); } in getNextSenderMsgSeqNum()
H A DFileStore.h90 int getNextSenderMsgSeqNum() const throw ( IOException );
H A DOdbcStore.h91 int getNextSenderMsgSeqNum() const throw ( IOException );
H A DMySQLStore.h119 int getNextSenderMsgSeqNum() const throw ( IOException );
H A DPostgreSQLStore.h118 int getNextSenderMsgSeqNum() const throw ( IOException );
H A DSession.h224 int getExpectedSenderNum() { return m_state.getNextSenderMsgSeqNum(); } in getExpectedSenderNum()
H A DSession.cpp368 int next = m_state.getNextSenderMsgSeqNum(); in nextResendRequest()
481 int next = m_state.getNextSenderMsgSeqNum(); in nextResendRequest()
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix.py39309 def getNextSenderMsgSeqNum(self): member in MessageStore
39362 def getNextSenderMsgSeqNum(self): member in MemoryStore
39442 def getNextSenderMsgSeqNum(self, arg2, arg3): member in MessageStoreExceptionWrapper
39525 def getNextSenderMsgSeqNum(self): member in FileStore
H A DQuickfixPython.cpp254743 result = (int)((FIX::MessageStore const *)arg1)->getNextSenderMsgSeqNum(); in _wrap_MessageStore_getNextSenderMsgSeqNum()
255197 result = (int)((FIX::MemoryStore const *)arg1)->getNextSenderMsgSeqNum(); in _wrap_MemoryStore_getNextSenderMsgSeqNum()
255966 …result = (int)((FIX::MessageStoreExceptionWrapper const *)arg1)->getNextSenderMsgSeqNum(*arg2,*arg… in _wrap_MessageStoreExceptionWrapper_getNextSenderMsgSeqNum()
256823 result = (int)((FIX::FileStore const *)arg1)->getNextSenderMsgSeqNum(); in _wrap_FileStore_getNextSenderMsgSeqNum()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix.py39309 def getNextSenderMsgSeqNum(self): member in MessageStore
39362 def getNextSenderMsgSeqNum(self): member in MemoryStore
39442 def getNextSenderMsgSeqNum(self, arg2, arg3): member in MessageStoreExceptionWrapper
39525 def getNextSenderMsgSeqNum(self): member in FileStore
H A DQuickfixPython.cpp254743 result = (int)((FIX::MessageStore const *)arg1)->getNextSenderMsgSeqNum(); in _wrap_MessageStore_getNextSenderMsgSeqNum()
255197 result = (int)((FIX::MemoryStore const *)arg1)->getNextSenderMsgSeqNum(); in _wrap_MemoryStore_getNextSenderMsgSeqNum()
255966 …result = (int)((FIX::MessageStoreExceptionWrapper const *)arg1)->getNextSenderMsgSeqNum(*arg2,*arg… in _wrap_MessageStoreExceptionWrapper_getNextSenderMsgSeqNum()
256823 result = (int)((FIX::FileStore const *)arg1)->getNextSenderMsgSeqNum(); in _wrap_FileStore_getNextSenderMsgSeqNum()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix.py39309 def getNextSenderMsgSeqNum(self): member in MessageStore
39362 def getNextSenderMsgSeqNum(self): member in MemoryStore
39442 def getNextSenderMsgSeqNum(self, arg2, arg3): member in MessageStoreExceptionWrapper
39525 def getNextSenderMsgSeqNum(self): member in FileStore
H A DQuickfixPython.cpp254743 result = (int)((FIX::MessageStore const *)arg1)->getNextSenderMsgSeqNum(); in _wrap_MessageStore_getNextSenderMsgSeqNum()
255197 result = (int)((FIX::MemoryStore const *)arg1)->getNextSenderMsgSeqNum(); in _wrap_MemoryStore_getNextSenderMsgSeqNum()
255966 …result = (int)((FIX::MessageStoreExceptionWrapper const *)arg1)->getNextSenderMsgSeqNum(*arg2,*arg… in _wrap_MessageStoreExceptionWrapper_getNextSenderMsgSeqNum()
256823 result = (int)((FIX::FileStore const *)arg1)->getNextSenderMsgSeqNum(); in _wrap_FileStore_getNextSenderMsgSeqNum()
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A DQuickfixRuby.cpp213176 result = (int)((FIX::MessageStore const *)arg1)->getNextSenderMsgSeqNum(); in _wrap_MessageStore_getNextSenderMsgSeqNum()
213591 result = (int)((FIX::MemoryStore const *)arg1)->getNextSenderMsgSeqNum(); in _wrap_MemoryStore_getNextSenderMsgSeqNum()
214250 …result = (int)((FIX::MessageStoreExceptionWrapper const *)arg1)->getNextSenderMsgSeqNum(*arg2,*arg… in _wrap_MessageStoreExceptionWrapper_getNextSenderMsgSeqNum()
215004 result = (int)((FIX::FileStore const *)arg1)->getNextSenderMsgSeqNum(); in _wrap_FileStore_getNextSenderMsgSeqNum()