Class SecuritiesPeriodField
Generic field Period (Field 69A or 69B)
Inheritance
SecuritiesPeriodField
Assembly: Subsembly.Sepa.dll
Syntax
public class SecuritiesPeriodField : SecuritiesGenericField, ISecuritiesSequence
Constructors
SecuritiesPeriodField(string, string)
Declaration
public SecuritiesPeriodField(string sTag, string sQualifier)
Parameters
Properties
FromDate
The starting date of the period.
Declaration
public DateTime FromDate { get; set; }
Property Value
Type |
Description |
DateTime |
This must be set to a date before or equal to ToDate. If the time
portion of both FromDate and ToDate is zero, then no
time will be included when generating this period.
|
IsEmpty
Declaration
public override bool IsEmpty { get; }
Property Value
Overrides
ToDate
The ending date of the period.
Declaration
public DateTime ToDate { get; set; }
Property Value
Type |
Description |
DateTime |
The value must be bigger than FromDate and must not be
DateTime.MinValue .
|
Methods
OnChooseFieldTag()
Declaration
protected override string OnChooseFieldTag()
Returns
Overrides
OnClear()
Declaration
protected override void OnClear()
Overrides
OnGenerateFieldContent(string, string)
Declaration
protected override string OnGenerateFieldContent(string sTag, string sQualifier)
Parameters
Returns
Overrides
Exceptions
OnParseFieldContent(SwiftField)
Declaration
protected override void OnParseFieldContent(SwiftField aField)
Parameters
Overrides
OnValidate()
Declaration
protected override string OnValidate()
Returns
Overrides
Implements