C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
ExchangeRateDateRule.cs
Go to the documentation of this file.
1using System;
2using System.Runtime.Serialization;
4
6{
10 {
11 #region Public Properties
13 [DataMember(Order = 3)]
14 [NotNull]
15 public DateTime date { get; set; }
16 #endregion Public Properties
17 }
18}
A rule indicating that the exchange rate from the specified date should be used.
DateTime date
The date and time when the contract takes effect.
A rule indicating how exchange rates should be chosen.