com.dukascopy.api.indicators
Interface IIndicatorContext


public interface IIndicatorContext

Provides access to system services

Author:
Dmitry Shohov

Method Summary
 IConsole getConsole()
          Returns interface that allows to write messages into the Messages table
 IIndicatorsProvider getIndicatorsProvider()
          Returns interface that can be used to get indicators registered in the system
 

Method Detail

getConsole

IConsole getConsole()
Returns interface that allows to write messages into the Messages table

Returns:
interface for messages sending

getIndicatorsProvider

IIndicatorsProvider getIndicatorsProvider()
Returns interface that can be used to get indicators registered in the system

Returns:
interface to work with indicators


Copyright © 2009. All Rights Reserved.