Class SwiftGenericISO15022

Namespace
Subsembly.Swift
Assembly
Subsembly.Sepa.dll

A generic ISO 15022 conforming SWIFT message.

public class SwiftGenericISO15022
Inheritance
SwiftGenericISO15022
Inherited Members

Constructors

SwiftGenericISO15022(int)

public SwiftGenericISO15022(int nMT)

Parameters

nMT int

Properties

MessageType

public int MessageType { get; }

Property Value

int

Sequence

public SwiftFieldSequence Sequence { get; }

Property Value

SwiftFieldSequence

Methods

Read(int, SwiftReader)

Reads a single ISO 15022 conforming SWIFT message.

public static SwiftGenericISO15022 Read(int nMT, SwiftReader aSwiftReader)

Parameters

nMT int

The SWIFT Message Type to read. This is largely ignored by now.

aSwiftReader SwiftReader

The SwiftReader that provides the SWIFT Text Block data to be parsed.

Returns

SwiftGenericISO15022

Exceptions

ArgumentNullException

The parameter aSwiftReader was null.