• Version 4.1.0
Show / Hide Table of Contents

Class FinancingDetails

Information about financing details.

Inheritance
object
FinancingDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
  • Constructors
    • FinancingDetails()
  • Properties
    • EndDate
    • StartDate
Back to top Copyright © Onix Solutions.
Generated by DocFX