Table of Contents

Class ParticipationCap

Namespace
Si.Srp.Models.Read
Assembly
Si.Srp.Models.Read.dll

The participation cap class

public class ParticipationCap
Inheritance
ParticipationCap
Inherited Members

Constructors

ParticipationCap()

public ParticipationCap()

Properties

Cap

The cap for participation cap

public double? Cap { get; set; }

Property Value

double?

DateUTC

The date of participation

public DateTime? DateUTC { get; set; }

Property Value

DateTime?

Strike

The trigger for participation cap

public double? Strike { get; set; }

Property Value

double?