Interface IWithMaturity
A contract that has a definite maturity (the time-point at which it
settles). Used by MaturitySelectorPredicate to filter messages.
public interface IWithMaturity : IContract, IEquatable<IContract>
- Inherited Members
Properties
Maturity
The time at which the contract settles.
ITimeStamp Maturity { get; }