Enum SwiftStatementOfHoldingsContinuationIndicator

Namespace
Subsembly.Swift
Assembly
Subsembly.Sepa.dll

Enumerates all the continuation indicator states. A continuation indicator is part of field 28 (MT 571) / field 28E (MT 535) of a SWIFT Statement of Holdings message. The continuation indicator of a SwiftStatementOfHoldings message can be accessed via its ContinuationIndicator property. A (defined) continuation indicator is mandatory in MT-535 SWIFT Statement of Holdings messages and optional in MT-571 SWIFT Statement of Holdings messages.

public enum SwiftStatementOfHoldingsContinuationIndicator

Fields

IntermediatePage = 2

Indicates that there are pages to follow the current one.

LastPage = 99

Indicates that the current page is the last one.

SinglePage = 1

Indicates that there's only one page.

Undefined = 0

Undefined continuation indicator state. Not allowed for MT-535 messages.