libjmmcg  build_2783
A C++ library containing an eclectic mix of useful, advanced components.
isimud::exchanges::FIX::common::connectivity_policy< LogonT >::gateways_t Struct Reference

#include <connectivity_policy.hpp>

Public Member Functions

 gateways_t (endpoint_t const &primary) noexcept(true)
 
 gateways_t (gateways_t const &gws) noexcept(true)
 

Public Attributes

const endpoint_t primary_gateway
 

Detailed Description

template<class LogonT>
struct isimud::exchanges::FIX::common::connectivity_policy< LogonT >::gateways_t

Definition at line 126 of file connectivity_policy.hpp.

Constructor & Destructor Documentation

◆ gateways_t() [1/2]

template<class LogonT >
isimud::exchanges::FIX::common::connectivity_policy< LogonT >::gateways_t::gateways_t ( endpoint_t const &  primary)
inlineexplicitnoexcept

Definition at line 129 of file connectivity_policy.hpp.

◆ gateways_t() [2/2]

template<class LogonT >
isimud::exchanges::FIX::common::connectivity_policy< LogonT >::gateways_t::gateways_t ( gateways_t const &  gws)
inlinenoexcept

Definition at line 132 of file connectivity_policy.hpp.

Member Data Documentation

◆ primary_gateway

template<class LogonT >
const endpoint_t isimud::exchanges::FIX::common::connectivity_policy< LogonT >::gateways_t::primary_gateway

Definition at line 127 of file connectivity_policy.hpp.


The documentation for this struct was generated from the following file: