Enum SwiftStatementOfHoldingsMT571ReaderState
The SwiftStatementOfHoldingsMT571Reader reads a MT-571 SWIFT message through a finite state machine, following the states defined by this enumeration.
Namespace: Subsembly.Swift
Assembly: Subsembly.Sepa.dll
Syntax
public enum SwiftStatementOfHoldingsMT571ReaderState
Fields
Name | Description |
---|---|
A_20 | Field 20 (Transaction reference number) was read, its content is available through the Field property. |
A_21 | Field 21 (Related reference) was read, its content is available through the Field property. |
A_28 | Field 28 (Page number/continuation indicator) was read, its content is available through the Field property. |
A_30 | Field 30 (Date prepared) was read, its content is available through the Field property. |
A_67A | Field 67A (Date of the statement) was read, its content is available through the Field property. |
A_83C | Field 83C (Safekeeping account) was read, its content is available through the Field property. |
B_32H | Field 32H (Value) was read, its content is available through the Field property. |
B_33B | Field 33B (Price per unit) was read, its content is available through the Field property. |
B_34a | Field 34a (34G or 34H) (Accrued interest) was read, its content is available through the Field property. |
B_35B | Field 35B (Identification of securities) was read, its content is available through the Field property. |
B_35H | Field 35H (Quantity of financial instrument) was read, its content is available through the Field property. |
B_36 | Field 36 (Exchange rate) was read, its content is available through the Field property. |
B_72 | Field 72 (Sender to receiver information) was read, its content is available through the Field property. |
C_18A | Field 18A (Number of repetitive parts) was read, its content is available through the Field property. |
C_34E | Field 34E (Final value) was read, its content is available through the Field property. |
C_72 | Field 72 (Sender to receiver information) was read, its content is available through the Field property. |
EndOfStream | The end of the input stream was reached. |
EndOfText | Final state. |
Start | Initial state of the SwiftStatementOfHoldingsMT571Reader. Field 28 is expected as the first field. |