Enum FinMessageState
The FinMessage class is always in one of the following states.
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public enum FinMessageState
Fields
Name | Description |
---|---|
Done | The response was processed and added the FinMessage class. |
Init | Fresh new message that is currently initialised. In this state orders can be added to the message. |
Sent | The message has been built for transmission. |
Signed | The message has been signed. No more orders can be added. Additional signatures may be added. |