Skip to main content

6 docs tagged with "state machine"

View All Tags

State Machine - configuring runtime

State Machines are defined as Event Handlers in your application's eventhandler.kts file. Ensure that your Event Handler is correctly configured for runtime.

State Machine - examples

The following example of a State Machine defines five events that control the transition of trades from one state to another.

State Machine - introduction

One of the key things you need to define in your data model is the various states that your financial entities (such as orders or trades) can go through - for example, new, amended, completed or cancelled.