Class FinancingDetails
Information about financing details.
Inherited Members
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
[Serializable]
public class FinancingDetails
Constructors
FinancingDetails()
Default constructor.
Declaration
public FinancingDetails()
Properties
EndDate
End date of a financing deal, i.e. the date the seller reimburses the buyer and takes back control of the collateral.
Declaration
public DateTimeOffset EndDate { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
StartDate
Start date of a financing deal, i.e. the date the buyer pays the seller cash and takes control of the collateral.
Declaration
public DateTimeOffset StartDate { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |