Home
last modified time | relevance | path

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

/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DMessageStore.h81 virtual void incrNextTargetMsgSeqNum() throw ( IOException ) = 0;
114 void incrNextTargetMsgSeqNum() throw ( IOException ) in incrNextTargetMsgSeqNum() function
165 void incrNextTargetMsgSeqNum( bool&, IOException& );
H A DSession.cpp272 m_state.incrNextTargetMsgSeqNum(); in nextLogon()
283 m_state.incrNextTargetMsgSeqNum(); in nextHeartbeat()
291 m_state.incrNextTargetMsgSeqNum(); in nextTestRequest()
307 m_state.incrNextTargetMsgSeqNum(); in nextLogout()
315 m_state.incrNextTargetMsgSeqNum(); in nextReject()
489 m_state.incrNextTargetMsgSeqNum(); in nextResendRequest()
839 { m_state.incrNextTargetMsgSeqNum(); } in generateReject()
923 m_state.incrNextTargetMsgSeqNum(); in generateReject()
947 m_state.incrNextTargetMsgSeqNum(); in generateBusinessReject()
1256 m_state.incrNextTargetMsgSeqNum(); in nextQueued()
[all …]
H A DMessageStore.cpp118 void MessageStoreExceptionWrapper::incrNextTargetMsgSeqNum( bool& threw, IOException& ex ) in incrNextTargetMsgSeqNum() function in FIX::MessageStoreExceptionWrapper
121 try { m_pStore->incrNextTargetMsgSeqNum(); } in incrNextTargetMsgSeqNum()
H A DNullStore.h76 void incrNextTargetMsgSeqNum() throw ( IOException ) in incrNextTargetMsgSeqNum() function
H A DSessionState.h187 void incrNextTargetMsgSeqNum() throw ( IOException ) in incrNextTargetMsgSeqNum() function
188 { Locker l( m_mutex ); m_pStore->incrNextTargetMsgSeqNum(); } in incrNextTargetMsgSeqNum()
H A DFileStore.h95 void incrNextTargetMsgSeqNum() throw ( IOException );
H A DMySQLStore.cpp274 void MySQLStore::incrNextTargetMsgSeqNum() throw ( IOException ) in incrNextTargetMsgSeqNum() function in FIX::MySQLStore
276 m_cache.incrNextTargetMsgSeqNum(); in incrNextTargetMsgSeqNum()
H A DFileStore.cpp264 void FileStore::incrNextTargetMsgSeqNum() throw ( IOException ) in incrNextTargetMsgSeqNum() function in FIX::FileStore
266 m_cache.incrNextTargetMsgSeqNum(); in incrNextTargetMsgSeqNum()
H A DPostgreSQLStore.cpp277 void PostgreSQLStore::incrNextTargetMsgSeqNum() throw ( IOException ) in incrNextTargetMsgSeqNum() function in FIX::PostgreSQLStore
279 m_cache.incrNextTargetMsgSeqNum(); in incrNextTargetMsgSeqNum()
H A DOdbcStore.cpp280 void OdbcStore::incrNextTargetMsgSeqNum() throw ( IOException ) in incrNextTargetMsgSeqNum() function in FIX::OdbcStore
282 m_cache.incrNextTargetMsgSeqNum(); in incrNextTargetMsgSeqNum()
H A DOdbcStore.h96 void incrNextTargetMsgSeqNum() throw ( IOException );
H A DMySQLStore.h124 void incrNextTargetMsgSeqNum() throw ( IOException );
H A DPostgreSQLStore.h123 void incrNextTargetMsgSeqNum() throw ( IOException );
/dports/finance/quickfix/quickfix-1.15.1/src/C++/test/
H A DNullStoreTestCase.cpp108 object.incrNextTargetMsgSeqNum(); in SUITE()
H A DMessageStoreTestCase.h87 object->incrNextTargetMsgSeqNum(); \
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix.py39324 def incrNextTargetMsgSeqNum(self): member in MessageStore
39377 def incrNextTargetMsgSeqNum(self): member in MemoryStore
39457 def incrNextTargetMsgSeqNum(self, arg2, arg3): member in MessageStoreExceptionWrapper
39540 def incrNextTargetMsgSeqNum(self): member in FileStore
H A DQuickfixPython.cpp254917 (arg1)->incrNextTargetMsgSeqNum(); in _wrap_MessageStore_incrNextTargetMsgSeqNum()
255371 (arg1)->incrNextTargetMsgSeqNum(); in _wrap_MemoryStore_incrNextTargetMsgSeqNum()
256230 (arg1)->incrNextTargetMsgSeqNum(*arg2,*arg3); in _wrap_MessageStoreExceptionWrapper_incrNextTargetMsgSeqNum()
256997 (arg1)->incrNextTargetMsgSeqNum(); in _wrap_FileStore_incrNextTargetMsgSeqNum()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix.py39324 def incrNextTargetMsgSeqNum(self): member in MessageStore
39377 def incrNextTargetMsgSeqNum(self): member in MemoryStore
39457 def incrNextTargetMsgSeqNum(self, arg2, arg3): member in MessageStoreExceptionWrapper
39540 def incrNextTargetMsgSeqNum(self): member in FileStore
H A DQuickfixPython.cpp254917 (arg1)->incrNextTargetMsgSeqNum(); in _wrap_MessageStore_incrNextTargetMsgSeqNum()
255371 (arg1)->incrNextTargetMsgSeqNum(); in _wrap_MemoryStore_incrNextTargetMsgSeqNum()
256230 (arg1)->incrNextTargetMsgSeqNum(*arg2,*arg3); in _wrap_MessageStoreExceptionWrapper_incrNextTargetMsgSeqNum()
256997 (arg1)->incrNextTargetMsgSeqNum(); in _wrap_FileStore_incrNextTargetMsgSeqNum()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix.py39324 def incrNextTargetMsgSeqNum(self): member in MessageStore
39377 def incrNextTargetMsgSeqNum(self): member in MemoryStore
39457 def incrNextTargetMsgSeqNum(self, arg2, arg3): member in MessageStoreExceptionWrapper
39540 def incrNextTargetMsgSeqNum(self): member in FileStore
H A DQuickfixPython.cpp254917 (arg1)->incrNextTargetMsgSeqNum(); in _wrap_MessageStore_incrNextTargetMsgSeqNum()
255371 (arg1)->incrNextTargetMsgSeqNum(); in _wrap_MemoryStore_incrNextTargetMsgSeqNum()
256230 (arg1)->incrNextTargetMsgSeqNum(*arg2,*arg3); in _wrap_MessageStoreExceptionWrapper_incrNextTargetMsgSeqNum()
256997 (arg1)->incrNextTargetMsgSeqNum(); in _wrap_FileStore_incrNextTargetMsgSeqNum()
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A DQuickfixRuby.cpp213331 (arg1)->incrNextTargetMsgSeqNum(); in _wrap_MessageStore_incrNextTargetMsgSeqNum()
213746 (arg1)->incrNextTargetMsgSeqNum(); in _wrap_MemoryStore_incrNextTargetMsgSeqNum()
214485 (arg1)->incrNextTargetMsgSeqNum(*arg2,*arg3); in _wrap_MessageStoreExceptionWrapper_incrNextTargetMsgSeqNum()
215159 (arg1)->incrNextTargetMsgSeqNum(); in _wrap_FileStore_incrNextTargetMsgSeqNum()