Interface ICandlesSourceFromProvider
Represents a collection of candles obtained from ICandlesSourceProvider, that can be used as a value for the CandlesSource property of the CandleChart class.
Inherited Members
System.Collections.Generic.IList<FancyCandles.ICandle>.IndexOf(FancyCandles.ICandle)
System.Collections.Generic.IList<FancyCandles.ICandle>.Insert(System.Int32, FancyCandles.ICandle)
System.Collections.Generic.IList<FancyCandles.ICandle>.RemoveAt(System.Int32)
System.Collections.Generic.IList<FancyCandles.ICandle>.Item[System.Int32]
System.Collections.Generic.ICollection<FancyCandles.ICandle>.Add(FancyCandles.ICandle)
System.Collections.Generic.ICollection<FancyCandles.ICandle>.Clear()
System.Collections.Generic.ICollection<FancyCandles.ICandle>.Contains(FancyCandles.ICandle)
System.Collections.Generic.ICollection<FancyCandles.ICandle>.CopyTo(FancyCandles.ICandle[], System.Int32)
System.Collections.Generic.ICollection<FancyCandles.ICandle>.Remove(FancyCandles.ICandle)
System.Collections.Generic.ICollection<FancyCandles.ICandle>.Count
System.Collections.Generic.ICollection<FancyCandles.ICandle>.IsReadOnly
System.Collections.Generic.IEnumerable<FancyCandles.ICandle>.GetEnumerator()
Namespace: FancyCandles
Assembly: FancyCandles.dll
Syntax
public interface ICandlesSourceFromProvider : ICandlesSource, IList<ICandle>, ICollection<ICandle>, IEnumerable<ICandle>, IEnumerable
Properties
| Improve this Doc View SourceSecID
Gets the unique ID of the security, this candle collection relates to.
Declaration
string SecID { get; }
Property Value
Type | Description |
---|---|
System.String | The unique ID of the security, this candle collection relates to. |
Remarks
ICandlesSourceProvider widely operates with the SecID value. SecID allows you to uniquely identify one security among others this ICandlesSourceProvider provide you access to.