Home
last modified time | relevance | path

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

/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DMySQLStore.cpp78 << "targetcompid=" << "\"" << m_sessionID.getTargetCompID().getValue() << "\" and " in populateCache()
112 << "\"" << m_sessionID.getTargetCompID().getValue() << "\"," in populateCache()
181 << "\"" << m_sessionID.getTargetCompID().getValue() << "\"," in set()
195 << "targetcompid=" << "\"" << m_sessionID.getTargetCompID().getValue() << "\" and " in set()
214 << "targetcompid=" << "\"" << m_sessionID.getTargetCompID().getValue() << "\" and " in get()
244 << "targetcompid=" << "\"" << m_sessionID.getTargetCompID().getValue() << "\" and " in setNextSenderMsgSeqNum()
258 << "targetcompid=" << "\"" << m_sessionID.getTargetCompID().getValue() << "\" and " in setNextTargetMsgSeqNum()
291 << "targetcompid=" << "\"" << m_sessionID.getTargetCompID().getValue() << "\" and " in reset()
315 << "targetcompid=" << "\"" << m_sessionID.getTargetCompID().getValue() << "\" and " in reset()
H A DPostgreSQLStore.cpp78 << "targetcompid=" << "'" << m_sessionID.getTargetCompID().getValue() << "' and " in populateCache()
112 << "'" << m_sessionID.getTargetCompID().getValue() << "'," in populateCache()
181 << "'" << m_sessionID.getTargetCompID().getValue() << "'," in set()
195 << "targetcompid=" << "'" << m_sessionID.getTargetCompID().getValue() << "' and " in set()
215 << "targetcompid=" << "'" << m_sessionID.getTargetCompID().getValue() << "' and " in get()
245 << "targetcompid=" << "'" << m_sessionID.getTargetCompID().getValue() << "' and " in setNextSenderMsgSeqNum()
261 << "targetcompid=" << "'" << m_sessionID.getTargetCompID().getValue() << "' and " in setNextTargetMsgSeqNum()
294 << "targetcompid=" << "'" << m_sessionID.getTargetCompID().getValue() << "' and " in reset()
318 << "targetcompid=" << "'" << m_sessionID.getTargetCompID().getValue() << "' and " in reset()
H A DOdbcStore.cpp70 << "targetcompid=" << "'" << m_sessionID.getTargetCompID().getValue() << "' and " in populateCache()
119 << "'" << m_sessionID.getTargetCompID().getValue() << "'," in populateCache()
176 << "'" << m_sessionID.getTargetCompID().getValue() << "'," in set()
189 << "targetcompid=" << "'" << m_sessionID.getTargetCompID().getValue() << "' and " in set()
208 << "targetcompid=" << "'" << m_sessionID.getTargetCompID().getValue() << "' and " in get()
250 << "targetcompid=" << "'" << m_sessionID.getTargetCompID().getValue() << "' and " in setNextSenderMsgSeqNum()
264 << "targetcompid=" << "'" << m_sessionID.getTargetCompID().getValue() << "' and " in setNextTargetMsgSeqNum()
297 << "targetcompid=" << "'" << m_sessionID.getTargetCompID().getValue() << "' and " in reset()
322 << "targetcompid=" << "'" << m_sessionID.getTargetCompID().getValue() << "' and " in reset()
H A DSessionID.h57 const TargetCompID& getTargetCompID() const in getTargetCompID() function
109 getTargetCompID().getValue(); in toString()
H A DOdbcLog.cpp175 << "AND TargetCompID = '" << m_pSessionID->getTargetCompID().getValue() << "' "; in clear()
233 << "'" << m_pSessionID->getTargetCompID().getValue() << "',"; in insert()
H A DMySQLLog.cpp197 << "AND TargetCompID = \"" << m_pSessionID->getTargetCompID().getValue() << "\" "; in clear()
255 << "\"" << m_pSessionID->getTargetCompID().getValue() << "\","; in insert()
H A DPostgreSQLLog.cpp198 << "AND TargetCompID = '" << m_pSessionID->getTargetCompID().getValue() << "' "; in clear()
256 << "'" << m_pSessionID->getTargetCompID().getValue() << "',"; in insert()
H A DSessionSettings.cpp145 settings.setString( TARGETCOMPID, sessionID.getTargetCompID() ); in set()
H A DFileLog.cpp118 s.getTargetCompID().getString(); in generatePrefix()
H A DSession.h269 && m_sessionID.getTargetCompID().getValue() == senderCompID.getValue(); in isCorrectCompID()
H A DFileStore.cpp45 s.getTargetCompID().getString(); in FileStore()
H A DMessage.cpp594 getHeader().setField( sessionID.getTargetCompID() ); in setSessionID()
H A DHttpConnection.cpp217 "&TargetCompID=" + i->getTargetCompID().getValue(); in processRoot()
H A DSession.cpp120 header.setField( m_sessionID.getTargetCompID() ); in fill()
/dports/finance/quickfix/quickfix-1.15.1/examples/tradeclientgui/banzai/src/quickfix/banzai/
H A DOrderTableModel.java156 return order.getSessionID().getTargetCompID(); in getValueAt()
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix.py35205 def getTargetCompID(self): member in SessionID
H A DQuickfixPython.cpp244333 result = (FIX::TargetCompID *) &((FIX::SessionID const *)arg1)->getTargetCompID(); in _wrap_SessionID_getTargetCompID()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix.py35205 def getTargetCompID(self): member in SessionID
H A DQuickfixPython.cpp244333 result = (FIX::TargetCompID *) &((FIX::SessionID const *)arg1)->getTargetCompID(); in _wrap_SessionID_getTargetCompID()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix.py35205 def getTargetCompID(self): member in SessionID
H A DQuickfixPython.cpp244333 result = (FIX::TargetCompID *) &((FIX::SessionID const *)arg1)->getTargetCompID(); in _wrap_SessionID_getTargetCompID()
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A DQuickfixRuby.cpp204358 result = (FIX::TargetCompID *) &((FIX::SessionID const *)arg1)->getTargetCompID(); in _wrap_SessionID_getTargetCompID()