Class SecuritiesAccountField
Represents an account specification (Field 97A)
Implements
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 SecuritiesAccountField : SecuritiesGenericField, ISecuritiesSequence
Remarks
This may be a German account specification with bank code and account number, or a single 35 character account number.
Constructors
SecuritiesAccountField(String, String)
Declaration
public SecuritiesAccountField(string sTag, string sQualifier)
Parameters
Type | Name | Description |
---|---|---|
System.String | sTag | |
System.String | sQualifier |
Properties
AccountNumber
The account number of account.
Declaration
public string AccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BankCode
Optional bank code of the account.
Declaration
public string BankCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsEmpty
Declaration
public override bool IsEmpty { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
IsValid
Declaration
public override bool IsValid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
OnClear()
Declaration
protected override void OnClear()
Overrides
OnGenerateFieldContent(String, String)
Declaration
protected override string OnGenerateFieldContent(string sTag, string sQualifier)
Parameters
Type | Name | Description |
---|---|---|
System.String | sTag | |
System.String | sQualifier |
Returns
Type | Description |
---|---|
System.String |
Overrides
OnParseFieldContent(SwiftField)
Declaration
protected override void OnParseFieldContent(SwiftField aField)
Parameters
Type | Name | Description |
---|---|---|
SwiftField | aField |