Enum SwiftStatementOfHoldingsContinuationIndicator
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.
Namespace: Subsembly.Swift
Assembly: Subsembly.Sepa.dll
Syntax
public enum SwiftStatementOfHoldingsContinuationIndicator
Fields
Name | Description |
---|---|
IntermediatePage | Indicates that there are pages to follow the current one. |
LastPage | Indicates that the current page is the last one. |
SinglePage | Indicates that there's only one page. |
Undefined | Undefined continuation indicator state. Not allowed for MT-535 messages. |