Enum SwiftStatementOfHoldingsMT571ReaderState
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 = 2Field 20 (Transaction reference number) was read, its content is available through the Field property.
A_21 = 3Field 21 (Related reference) was read, its content is available through the Field property.
A_28 = 1Field 28 (Page number/continuation indicator) was read, its content is available through the Field property.
A_30 = 6Field 30 (Date prepared) was read, its content is available through the Field property.
A_67A = 5Field 67A (Date of the statement) was read, its content is available through the Field property.
A_83C = 4Field 83C (Safekeeping account) was read, its content is available through the Field property.
B_32H = 12Field 32H (Value) was read, its content is available through the Field property.
B_33B = 9Field 33B (Price per unit) was read, its content is available through the Field property.
B_34a = 10Field 34a (34G or 34H) (Accrued interest) was read, its content is available through the Field property.
B_35B = 8Field 35B (Identification of securities) was read, its content is available through the Field property.
B_35H = 7Field 35H (Quantity of financial instrument) was read, its content is available through the Field property.
B_36 = 11Field 36 (Exchange rate) was read, its content is available through the Field property.
B_72 = 13Field 72 (Sender to receiver information) was read, its content is available through the Field property.
C_18A = 14Field 18A (Number of repetitive parts) was read, its content is available through the Field property.
C_34E = 15Field 34E (Final value) was read, its content is available through the Field property.
C_72 = 16Field 72 (Sender to receiver information) was read, its content is available through the Field property.
EndOfStream = 18The end of the input stream was reached.
EndOfText = 17Final state.
Start = 0Initial state of the SwiftStatementOfHoldingsMT571Reader. Field 28 is expected as the first field.