Class SecuritiesNarrativeSubFieldBuilder
Helper class for building the structured content of a Narrative field.
Inheritance
System.Object
SecuritiesNarrativeSubFieldBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Subsembly.Swift.SecuritiesMarkets
Assembly: Subsembly.Sepa.dll
Syntax
public class SecuritiesNarrativeSubFieldBuilder
Methods
AppendLine()
Declaration
public void AppendLine()
AppendSubField(String)
Declaration
public void AppendSubField(string sSubFieldValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | sSubFieldValue |
AppendSubFieldAmount(Decimal)
Appends a sub field amount value, unless the amount is zero.
Declaration
public void AppendSubFieldAmount(decimal nAmount)
Parameters
Type | Name | Description |
---|---|---|
System.Decimal | nAmount |
AppendSubFieldDate(DateTime)
Appends a sub field date value in the format JJJJMMTT, unless the value is DateTime.MinValue.
Declaration
public void AppendSubFieldDate(DateTime tDate)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | tDate |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()