IPortfolioTwoSetsIndicator Interface |
Namespace: FinAnalysis.Base
public interface IPortfolioTwoSetsIndicator : IBaseIndicator
The IPortfolioTwoSetsIndicator type exposes the following members.
Name | Description | |
---|---|---|
![]() | FirstSetSize |
Returns number of series in first set.
|
![]() | Ready |
Ready flag is seted if and only if queue contain something.
(Inherited from IBaseIndicator.) |
![]() | SecondSetSize |
Returns number of series in second set.
|
Name | Description | |
---|---|---|
![]() | AddIntoFirst |
Add single value of specific time series (from first set) to indicator.
|
![]() | AddIntoSecond |
Add single value of specific time series (from second set) to indicator.
|
![]() | FixTime |
Notify indicator that all data for specifed time was added.
|