DataSource Blotter.NET  6.2.4-655-b2b2991
 All Classes Namespaces Functions Properties Pages
Classes | Public Member Functions | Properties | List of all members
Caplin.DataSource.Blotter.BlotterProvider Class Reference

This is the entry point into the BlotterAPI. The provider creates active publishers on the namespaces provided in the BlotterConfiguration. Incoming requests on the blotter channel namespace are delegated to your application as IBlotterApplicationListener::BlotterChannelOpened calls. For details of how to send BlotterItems, see IBlotterChannel. More...

Classes

class  BlotterContainerDataProvider
 
class  BlotterRecordDataProvider
 

Public Member Functions

 BlotterProvider (IDataSource dataSource, BlotterConfiguration blotterConfiguration, IBlotterApplicationListener listener)
 Create a BlotterProvider registering your application. More...
 

Properties

string Version [get]
 

Detailed Description

This is the entry point into the BlotterAPI. The provider creates active publishers on the namespaces provided in the BlotterConfiguration. Incoming requests on the blotter channel namespace are delegated to your application as IBlotterApplicationListener::BlotterChannelOpened calls. For details of how to send BlotterItems, see IBlotterChannel.

Constructor & Destructor Documentation

Caplin.DataSource.Blotter.BlotterProvider.BlotterProvider ( IDataSource  dataSource,
BlotterConfiguration  blotterConfiguration,
IBlotterApplicationListener  listener 
)
inline

Create a BlotterProvider registering your application.

Parameters
dataSourceAn unstarted DataSource
listenerCallback to your application on blotter channel and blotter
blotterConfigurationBlotterConfiguration for your application item requests are recevied on this

References Caplin.DataSource.Blotter.BlotterConfiguration.ChannelNamespace, Caplin.DataSource.Blotter.BlotterConfiguration.IsAutoPermit, Caplin.DataSource.Blotter.BlotterConfiguration.ItemNamespace, and Caplin.DataSource.Blotter.BlotterConfiguration.SubContainerNamespace.


Generated on Tue Jun 14 2016 20:02:59 for DataSource Blotter.NET