Home
last modified time | relevance | path

Searched refs:POSTGRESQL_LOG_INCOMING_TABLE (Results 1 – 9 of 9) sorted by relevance

/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DSessionSettings.h116 const char POSTGRESQL_LOG_INCOMING_TABLE[] = "PostgreSQLLogIncomingTable"; variable
H A DPostgreSQLLog.cpp172 try { log.setIncomingTable( settings.getString( POSTGRESQL_LOG_INCOMING_TABLE ) ); } in initLog()
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix.py38728 POSTGRESQL_LOG_INCOMING_TABLE = cvar.POSTGRESQL_LOG_INCOMING_TABLE variable
H A DQuickfixPython.cpp247327 pyobj = SWIG_FromCharPtr(FIX::POSTGRESQL_LOG_INCOMING_TABLE); in Swig_var_POSTGRESQL_LOG_INCOMING_TABLE_get()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix.py38728 POSTGRESQL_LOG_INCOMING_TABLE = cvar.POSTGRESQL_LOG_INCOMING_TABLE variable
H A DQuickfixPython.cpp247327 pyobj = SWIG_FromCharPtr(FIX::POSTGRESQL_LOG_INCOMING_TABLE); in Swig_var_POSTGRESQL_LOG_INCOMING_TABLE_get()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix.py38728 POSTGRESQL_LOG_INCOMING_TABLE = cvar.POSTGRESQL_LOG_INCOMING_TABLE variable
H A DQuickfixPython.cpp247327 pyobj = SWIG_FromCharPtr(FIX::POSTGRESQL_LOG_INCOMING_TABLE); in Swig_var_POSTGRESQL_LOG_INCOMING_TABLE_get()
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A DQuickfixRuby.cpp206700 _val = SWIG_FromCharPtr(FIX::POSTGRESQL_LOG_INCOMING_TABLE); in _wrap_POSTGRESQL_LOG_INCOMING_TABLE_get()