Class SwiftGenericISO15022
A generic ISO 15022 conforming SWIFT message.
Inheritance
SwiftGenericISO15022
Assembly: Subsembly.Sepa.dll
Syntax
public class SwiftGenericISO15022
Constructors
SwiftGenericISO15022(int)
Declaration
public SwiftGenericISO15022(int nMT)
Parameters
Type |
Name |
Description |
int |
nMT |
|
Properties
MessageType
Declaration
public int MessageType { get; }
Property Value
Sequence
Declaration
public SwiftFieldSequence Sequence { get; }
Property Value
Methods
Read(int, SwiftReader)
Reads a single ISO 15022 conforming SWIFT message.
Declaration
public static SwiftGenericISO15022 Read(int nMT, SwiftReader aSwiftReader)
Parameters
Type |
Name |
Description |
int |
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
Exceptions