SharpTrader.SDK - Developer API

CloseSeries..::..Project Method

Overload List


  Name Description
Public method Project(Func<(Of <<'(CloseQuote, Double>)>>), Int32)
Applies projection function to count of newest bars and

Return Value

the result as CloseSeries. Capacity of CloseSeries is determined by bars.
Public method Project(Func<(Of <<'(TValue, Double>)>>), Int32)
Applies projection function to count of newest bars and

Return Value

the result as CloseSeries. Capacity of CloseSeries is determined by bars.
(Inherited from QuoteSeries<(Of <(<'TValue, TSeries>)>)>.)