Enum SwiftStatementOfHoldingsMT571ReaderState

Namespace
Subsembly.Swift
Assembly
Subsembly.Sepa.dll

The SwiftStatementOfHoldingsMT571Reader reads a MT-571 SWIFT message through a finite state machine, following the states defined by this enumeration.

public enum SwiftStatementOfHoldingsMT571ReaderState

Fields

A_20 = 2

Field 20 (Transaction reference number) was read, its content is available through the Field property.

A_21 = 3

Field 21 (Related reference) was read, its content is available through the Field property.

A_28 = 1

Field 28 (Page number/continuation indicator) was read, its content is available through the Field property.

A_30 = 6

Field 30 (Date prepared) was read, its content is available through the Field property.

A_67A = 5

Field 67A (Date of the statement) was read, its content is available through the Field property.

A_83C = 4

Field 83C (Safekeeping account) was read, its content is available through the Field property.

B_32H = 12

Field 32H (Value) was read, its content is available through the Field property.

B_33B = 9

Field 33B (Price per unit) was read, its content is available through the Field property.

B_34a = 10

Field 34a (34G or 34H) (Accrued interest) was read, its content is available through the Field property.

B_35B = 8

Field 35B (Identification of securities) was read, its content is available through the Field property.

B_35H = 7

Field 35H (Quantity of financial instrument) was read, its content is available through the Field property.

B_36 = 11

Field 36 (Exchange rate) was read, its content is available through the Field property.

B_72 = 13

Field 72 (Sender to receiver information) was read, its content is available through the Field property.

C_18A = 14

Field 18A (Number of repetitive parts) was read, its content is available through the Field property.

C_34E = 15

Field 34E (Final value) was read, its content is available through the Field property.

C_72 = 16

Field 72 (Sender to receiver information) was read, its content is available through the Field property.

EndOfStream = 18

The end of the input stream was reached.

EndOfText = 17

Final state.

Start = 0

Initial state of the SwiftStatementOfHoldingsMT571Reader. Field 28 is expected as the first field.