Class SwiftGenericISO15022
A generic ISO 15022 conforming SWIFT message.
public class SwiftGenericISO15022
- Inheritance
-
SwiftGenericISO15022
- Inherited Members
Constructors
SwiftGenericISO15022(int)
public SwiftGenericISO15022(int nMT)
Parameters
nMTint
Properties
MessageType
public int MessageType { get; }
Property Value
Sequence
public SwiftFieldSequence Sequence { get; }
Property Value
Methods
Read(int, SwiftReader)
Reads a single ISO 15022 conforming SWIFT message.
public static SwiftGenericISO15022 Read(int nMT, SwiftReader aSwiftReader)
Parameters
nMTintThe SWIFT Message Type to read. This is largely ignored by now.
aSwiftReaderSwiftReaderThe SwiftReader that provides the SWIFT Text Block data to be parsed.
Returns
Exceptions
- ArgumentNullException
The parameter aSwiftReader was
null.