C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
YLTSimulationResult.cs
Go to the documentation of this file.
2
4{
7 public class YLTSimulationResult : SimulationResult<MetricsOptions>
8 {
11
14 public YLTSimulationResult(IAPIResourceView owner) : base(owner, "ylt") { }
15 }
16}
Defines a new SimulationResult endpoint off the current resource.
A pass-through to the ylt endpoint for configuring and downloading a per-trial simulation result from...
YLTSimulationResult(IAPIResourceView owner)
Defines a new YLT SimulationResult.
Optional parameters which can be specified for all metrics requests.
static new MetricsOptions Default
The default metrics request options used when none are specified.
PortfolioView and LayerView interface.