Home
last modified time | relevance | path

Searched refs:SOCKET_CONNECT_PORT (Results 1 – 12 of 12) sorted by relevance

/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DThreadedSocketInitiator.cpp253 portStream << SOCKET_CONNECT_PORT << num; in getHost()
277 port = ( short ) d.getInt( SOCKET_CONNECT_PORT ); in getHost()
H A DSocketInitiator.cpp247 portStream << SOCKET_CONNECT_PORT << num; in getHost()
274 port = ( short ) d.getInt( SOCKET_CONNECT_PORT ); in getHost()
H A DThreadedSSLSocketInitiator.cpp440 portStream << SOCKET_CONNECT_PORT << num; in getHost()
452 port = (short)d.getInt(SOCKET_CONNECT_PORT); in getHost()
H A DSSLSocketInitiator.cpp436 portStream << SOCKET_CONNECT_PORT << num; in getHost()
463 port = ( short ) d.getInt( SOCKET_CONNECT_PORT ); in getHost()
H A DSessionSettings.h65 const char SOCKET_CONNECT_PORT[] = "SocketConnectPort"; variable
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix.py38677 SOCKET_CONNECT_PORT = cvar.SOCKET_CONNECT_PORT variable
H A DQuickfixPython.cpp246613 pyobj = SWIG_FromCharPtr(FIX::SOCKET_CONNECT_PORT); in Swig_var_SOCKET_CONNECT_PORT_get()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix.py38677 SOCKET_CONNECT_PORT = cvar.SOCKET_CONNECT_PORT variable
H A DQuickfixPython.cpp246613 pyobj = SWIG_FromCharPtr(FIX::SOCKET_CONNECT_PORT); in Swig_var_SOCKET_CONNECT_PORT_get()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix.py38677 SOCKET_CONNECT_PORT = cvar.SOCKET_CONNECT_PORT variable
H A DQuickfixPython.cpp246613 pyobj = SWIG_FromCharPtr(FIX::SOCKET_CONNECT_PORT); in Swig_var_SOCKET_CONNECT_PORT_get()
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A DQuickfixRuby.cpp206241 _val = SWIG_FromCharPtr(FIX::SOCKET_CONNECT_PORT); in _wrap_SOCKET_CONNECT_PORT_get()