DataSource Blotter.NET  6.2.1-295864
 All Classes Namespaces Functions Properties Pages
Public Member Functions | List of all members
Caplin.DataSource.Blotter.IBlotterApplicationListener Interface Reference

Passed into the constructor of BlotterProvider, callbacks are made when requests and discards for blotter channels are received: IBlotterApplicationListener.BlotterChannelOpened and IBlotterApplicationListener.BlotterChannelClosed. More...

Public Member Functions

void BlotterChannelClosed (Caplin.DataSource.Blotter.IBlotterChannel channel)
 Callback invoked when a discard for a blotter is received. More...
 
void BlotterChannelOpened (Caplin.DataSource.Blotter.IBlotterChannel channel)
 Callback invoked when a request for a blotter is received. More...
 

Detailed Description

Passed into the constructor of BlotterProvider, callbacks are made when requests and discards for blotter channels are received: IBlotterApplicationListener.BlotterChannelOpened and IBlotterApplicationListener.BlotterChannelClosed.

Once opened, BlotterItems can be sent on the received IBlotterChannel.

Member Function Documentation

void Caplin.DataSource.Blotter.IBlotterApplicationListener.BlotterChannelClosed ( Caplin.DataSource.Blotter.IBlotterChannel  channel)

Callback invoked when a discard for a blotter is received.

Parameters
channelIBlotterChannel associated with requested subject.
void Caplin.DataSource.Blotter.IBlotterApplicationListener.BlotterChannelOpened ( Caplin.DataSource.Blotter.IBlotterChannel  channel)

Callback invoked when a request for a blotter is received.

Parameters
channelIBlotterChannel associated with requested subject.

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