Class SwiftGenericISO15022
A generic ISO 15022 conforming SWIFT message.
Inheritance
System.Object
SwiftGenericISO15022
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)
System.Object.ToString()
Namespace: Subsembly.Swift
Assembly: Subsembly.Sepa.dll
Syntax
public class SwiftGenericISO15022
Constructors
SwiftGenericISO15022(Int32)
Declaration
public SwiftGenericISO15022(int nMT)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | nMT |
Properties
MessageType
Declaration
public int MessageType { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Sequence
Declaration
public SwiftFieldSequence Sequence { get; }
Property Value
Type | Description |
---|---|
SwiftFieldSequence |
Methods
Read(Int32, SwiftReader)
Reads a single ISO 15022 conforming SWIFT message.
Declaration
public static SwiftGenericISO15022 Read(int nMT, SwiftReader aSwiftReader)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | nMT | The SWIFT Message Type to read. This is largely ignored by now. |
SwiftReader | aSwiftReader | The SwiftReader that provides the SWIFT Text Block data to be parsed. |
Returns
Type | Description |
---|---|
SwiftGenericISO15022 |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | The parameter aSwiftReader was |