DataSource Blotter.NET  6.2.1-295864
 All Classes Namespaces Functions Properties Pages
Classes
Package Caplin.DataSource.Blotter

Classes

class  BlotterConfiguration
 The type Blotter configuration, which can be used to create a BlotterProvider instance. More...
 
class  BlotterItem
 BlotterItem is the data type representing a single item on the blotter. It is identified by the uniqueId passed into the constructor. It provides methods for setting its fields. More...
 
class  BlotterProvider
 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...
 
interface  IBlotterApplicationListener
 Passed into the constructor of BlotterProvider, callbacks are made when requests and discards for blotter channels are received: IBlotterApplicationListener.BlotterChannelOpened and IBlotterApplicationListener.BlotterChannelClosed. More...
 
interface  IBlotterChannel
 BlotterChannel is the entry point for sending out BlotterItems. It enters your application through the IBlotterApplicationListener.BlotterChannelOpened method and includes methods such as IBlotterChannel.SendBlotterItem for populating the IBlotterChannel with items. More...
 
interface  IBlotterChannelListener
 Register this listener on incoming channels from IBlotterApplicationListener.BlotterChannelOpened More...
 

Generated on Fri Sep 5 2014 16:08:59 for DataSource Blotter.NET