ATAS
Loading...
Searching...
No Matches
ATAS.Indicators.ITimeMarketDataCache< out T > Interface Template Reference

Cache that holds recent items based on a specified amount of time. More...

Properties

IEnumerable< T > CachedItems [get]
 Returns a last items for a period of time specified by CachePeriod.
 
TimeSpan CachePeriod [get]
 Returns the time period for which items are returned by CachedItems.
 

Detailed Description

Cache that holds recent items based on a specified amount of time.

Property Documentation

◆ CachedItems

IEnumerable<T> ATAS.Indicators.ITimeMarketDataCache< out T >.CachedItems
get

Returns a last items for a period of time specified by CachePeriod.

◆ CachePeriod

Returns the time period for which items are returned by CachedItems.


The documentation for this interface was generated from the following file: