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