Home
last modified time | relevance | path

Searched refs:getNextTargetMsgSeqNum (Results 1 – 22 of 22) sorted by relevance

/dports/finance/quickfix/quickfix-1.15.1/src/C++/test/
H A DNullStoreTestCase.cpp105 CHECK_EQUAL( 20, object.getNextTargetMsgSeqNum() ); in SUITE()
109 CHECK_EQUAL( 21, object.getNextTargetMsgSeqNum() ); in SUITE()
119 CHECK_EQUAL( 6, object.getNextTargetMsgSeqNum() ); in SUITE()
127 CHECK_EQUAL( 6, object.getNextTargetMsgSeqNum() ); in SUITE()
H A DMessageStoreTestCase.h84 CHECK_EQUAL( 20, object->getNextTargetMsgSeqNum() ); \
88 CHECK_EQUAL( 21, object->getNextTargetMsgSeqNum() ); \
96 CHECK_EQUAL( 6, object->getNextTargetMsgSeqNum() );
102 CHECK_EQUAL( 6, object->getNextTargetMsgSeqNum() );
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DMessageStore.h77 virtual int getNextTargetMsgSeqNum() const throw ( IOException ) = 0;
106 int getNextTargetMsgSeqNum() const throw ( IOException ) in getNextTargetMsgSeqNum() function
161 int getNextTargetMsgSeqNum( bool&, IOException& ) const;
H A DMySQLStore.cpp115 << m_cache.getNextTargetMsgSeqNum() << "," in populateCache()
233 int MySQLStore::getNextTargetMsgSeqNum() const throw ( IOException ) in getNextTargetMsgSeqNum() function in FIX::MySQLStore
235 return m_cache.getNextTargetMsgSeqNum(); in getNextTargetMsgSeqNum()
277 setNextTargetMsgSeqNum( m_cache.getNextTargetMsgSeqNum() ); in incrNextTargetMsgSeqNum()
311 << "incoming_seqnum=" << m_cache.getNextTargetMsgSeqNum() << ", " in reset()
H A DPostgreSQLStore.cpp115 << m_cache.getNextTargetMsgSeqNum() << "," in populateCache()
234 int PostgreSQLStore::getNextTargetMsgSeqNum() const throw ( IOException ) in getNextTargetMsgSeqNum() function in FIX::PostgreSQLStore
236 return m_cache.getNextTargetMsgSeqNum(); in getNextTargetMsgSeqNum()
280 setNextTargetMsgSeqNum( m_cache.getNextTargetMsgSeqNum() ); in incrNextTargetMsgSeqNum()
314 << "incoming_seqnum=" << m_cache.getNextTargetMsgSeqNum() << ", " in reset()
H A DOdbcStore.cpp122 << m_cache.getNextTargetMsgSeqNum() << "," in populateCache()
239 int OdbcStore::getNextTargetMsgSeqNum() const throw ( IOException ) in getNextTargetMsgSeqNum() function in FIX::OdbcStore
241 return m_cache.getNextTargetMsgSeqNum(); in getNextTargetMsgSeqNum()
283 setNextTargetMsgSeqNum( m_cache.getNextTargetMsgSeqNum() ); in incrNextTargetMsgSeqNum()
318 << "incoming_seqnum=" << m_cache.getNextTargetMsgSeqNum() << ", " in reset()
H A DFileStore.cpp123 setNextTargetMsgSeqNum( getNextTargetMsgSeqNum() ); in open()
241 int FileStore::getNextTargetMsgSeqNum() const throw ( IOException ) in getNextTargetMsgSeqNum() function in FIX::FileStore
243 return m_cache.getNextTargetMsgSeqNum(); in getNextTargetMsgSeqNum()
306 getNextSenderMsgSeqNum(), getNextTargetMsgSeqNum() ); in setSeqNum()
H A DMessageStore.cpp90 int MessageStoreExceptionWrapper::getNextTargetMsgSeqNum( bool& threw, IOException& ex ) const in getNextTargetMsgSeqNum() function in FIX::MessageStoreExceptionWrapper
93 try { return m_pStore->getNextTargetMsgSeqNum(); } in getNextTargetMsgSeqNum()
H A DSession.h225 int getExpectedTargetNum() { return m_state.getNextTargetMsgSeqNum(); } in getExpectedTargetNum()
259 { return msgSeqNum > ( m_state.getNextTargetMsgSeqNum() ); } in isTargetTooHigh()
261 { return msgSeqNum < ( m_state.getNextTargetMsgSeqNum() ); } in isTargetTooLow()
H A DNullStore.h68 int getNextTargetMsgSeqNum() const throw ( IOException ) in getNextTargetMsgSeqNum() function
H A DSessionState.h179 int getNextTargetMsgSeqNum() const throw ( IOException ) in getNextTargetMsgSeqNum() function
180 { Locker l( m_mutex ); return m_pStore->getNextTargetMsgSeqNum(); } in getNextTargetMsgSeqNum()
H A DFileStore.h91 int getNextTargetMsgSeqNum() const throw ( IOException );
H A DOdbcStore.h92 int getNextTargetMsgSeqNum() const throw ( IOException );
H A DMySQLStore.h120 int getNextTargetMsgSeqNum() const throw ( IOException );
H A DPostgreSQLStore.h119 int getNextTargetMsgSeqNum() const throw ( IOException );
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix.py39312 def getNextTargetMsgSeqNum(self): member in MessageStore
39365 def getNextTargetMsgSeqNum(self): member in MemoryStore
39445 def getNextTargetMsgSeqNum(self, arg2, arg3): member in MessageStoreExceptionWrapper
39528 def getNextTargetMsgSeqNum(self): member in FileStore
H A DQuickfixPython.cpp254775 result = (int)((FIX::MessageStore const *)arg1)->getNextTargetMsgSeqNum(); in _wrap_MessageStore_getNextTargetMsgSeqNum()
255229 result = (int)((FIX::MemoryStore const *)arg1)->getNextTargetMsgSeqNum(); in _wrap_MemoryStore_getNextTargetMsgSeqNum()
256016 …result = (int)((FIX::MessageStoreExceptionWrapper const *)arg1)->getNextTargetMsgSeqNum(*arg2,*arg… in _wrap_MessageStoreExceptionWrapper_getNextTargetMsgSeqNum()
256855 result = (int)((FIX::FileStore const *)arg1)->getNextTargetMsgSeqNum(); in _wrap_FileStore_getNextTargetMsgSeqNum()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix.py39312 def getNextTargetMsgSeqNum(self): member in MessageStore
39365 def getNextTargetMsgSeqNum(self): member in MemoryStore
39445 def getNextTargetMsgSeqNum(self, arg2, arg3): member in MessageStoreExceptionWrapper
39528 def getNextTargetMsgSeqNum(self): member in FileStore
H A DQuickfixPython.cpp254775 result = (int)((FIX::MessageStore const *)arg1)->getNextTargetMsgSeqNum(); in _wrap_MessageStore_getNextTargetMsgSeqNum()
255229 result = (int)((FIX::MemoryStore const *)arg1)->getNextTargetMsgSeqNum(); in _wrap_MemoryStore_getNextTargetMsgSeqNum()
256016 …result = (int)((FIX::MessageStoreExceptionWrapper const *)arg1)->getNextTargetMsgSeqNum(*arg2,*arg… in _wrap_MessageStoreExceptionWrapper_getNextTargetMsgSeqNum()
256855 result = (int)((FIX::FileStore const *)arg1)->getNextTargetMsgSeqNum(); in _wrap_FileStore_getNextTargetMsgSeqNum()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix.py39312 def getNextTargetMsgSeqNum(self): member in MessageStore
39365 def getNextTargetMsgSeqNum(self): member in MemoryStore
39445 def getNextTargetMsgSeqNum(self, arg2, arg3): member in MessageStoreExceptionWrapper
39528 def getNextTargetMsgSeqNum(self): member in FileStore
H A DQuickfixPython.cpp254775 result = (int)((FIX::MessageStore const *)arg1)->getNextTargetMsgSeqNum(); in _wrap_MessageStore_getNextTargetMsgSeqNum()
255229 result = (int)((FIX::MemoryStore const *)arg1)->getNextTargetMsgSeqNum(); in _wrap_MemoryStore_getNextTargetMsgSeqNum()
256016 …result = (int)((FIX::MessageStoreExceptionWrapper const *)arg1)->getNextTargetMsgSeqNum(*arg2,*arg… in _wrap_MessageStoreExceptionWrapper_getNextTargetMsgSeqNum()
256855 result = (int)((FIX::FileStore const *)arg1)->getNextTargetMsgSeqNum(); in _wrap_FileStore_getNextTargetMsgSeqNum()
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A DQuickfixRuby.cpp213206 result = (int)((FIX::MessageStore const *)arg1)->getNextTargetMsgSeqNum(); in _wrap_MessageStore_getNextTargetMsgSeqNum()
213621 result = (int)((FIX::MemoryStore const *)arg1)->getNextTargetMsgSeqNum(); in _wrap_MemoryStore_getNextTargetMsgSeqNum()
214296 …result = (int)((FIX::MessageStoreExceptionWrapper const *)arg1)->getNextTargetMsgSeqNum(*arg2,*arg… in _wrap_MessageStoreExceptionWrapper_getNextTargetMsgSeqNum()
215034 result = (int)((FIX::FileStore const *)arg1)->getNextTargetMsgSeqNum(); in _wrap_FileStore_getNextTargetMsgSeqNum()