Table of Contents

Interface IWithMaturity

Namespace
Virtufin.Core.Contracts
Assembly
Virtufin.Core.dll

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; }

Property Value

ITimeStamp