#include <B2BITS_PubEngineDefines.h>
|
| bool | isAdmin () const |
| | Returns true if port accepts admin FIX sessions.
|
| |
| bool | isCommon () const |
| | Returns true if port accepts common FIX sessions.
|
| |
| bool | isSecured () const |
| | Returns true if port uses SSL encryption.
|
| |
| | ListenPort () |
| | Constructor.
|
| |
| | ListenPort (int portNumber, int roles) |
| | Constructor.
|
| |
| int | port () const |
| | Returns port value.
|
| |
◆ ListenPort() [1/2]
| Engine::ListenPort::ListenPort |
( |
| ) |
|
|
inline |
◆ ListenPort() [2/2]
| Engine::ListenPort::ListenPort |
( |
int | portNumber, |
|
|
int | roles ) |
|
inline |
◆ isAdmin()
| bool Engine::ListenPort::isAdmin |
( |
| ) |
const |
|
inline |
◆ isCommon()
| bool Engine::ListenPort::isCommon |
( |
| ) |
const |
|
inline |
◆ isSecured()
| bool Engine::ListenPort::isSecured |
( |
| ) |
const |
|
inline |
◆ port()
| int Engine::ListenPort::port |
( |
| ) |
const |
|
inline |