Represents Channels connectivity for a Runtime connection, providing functions for creating clients and providers.
More...
#include <OpenFinAdapter.h>
Represents Channels connectivity for a Runtime connection, providing functions for creating clients and providers.
◆ createClient()
shared_ptr< ChannelClient > OpenFinAdapterApi::Channels::createClient |
( |
const string & | channelName | ) |
|
Creates a Channel Client for the given channel name.
- Parameters
-
channelName | The name of the channel |
- Returns
- A pointer to the client object
◆ createProvider()
shared_ptr< ChannelProvider > OpenFinAdapterApi::Channels::createProvider |
( |
const string & | channelName | ) |
|
Creates a Channel Provider with the given name.
- Parameters
-
channelName | The name of the channel |
- Returns
- A pointer to the created channel provider
The documentation for this class was generated from the following file: