Enum FinMessageState
The FinMessage class is always in one of the following states.
public enum FinMessageState
Fields
Done = 3The response was processed and added the FinMessage class.
Init = 0Fresh new message that is currently initialised. In this state orders can be added to the message.
Sent = 2The message has been built for transmission.
Signed = 1The message has been signed. No more orders can be added. Additional signatures may be added.