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.
public enum SwiftStatementOfHoldingsContinuationIndicator
Fields
IntermediatePage = 2Indicates that there are pages to follow the current one.
LastPage = 99Indicates that the current page is the last one.
SinglePage = 1Indicates that there's only one page.
Undefined = 0Undefined continuation indicator state. Not allowed for MT-535 messages.