Enum FinMessageState

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

The FinMessage class is always in one of the following states.

public enum FinMessageState

Fields

Done = 3

The response was processed and added the FinMessage class.

Init = 0

Fresh new message that is currently initialised. In this state orders can be added to the message.

Sent = 2

The message has been built for transmission.

Signed = 1

The message has been signed. No more orders can be added. Additional signatures may be added.