performanceSamples property

List<PerformanceSample>? performanceSamples
getter/setter pair

Asset performance data samples.

Samples that are from more than 40 days ago or after tomorrow are ignored.

Implementation

core.List<PerformanceSample>? performanceSamples;