/
Auto Allocation

Auto Allocation

Kodiak OMS supports auto allocation of client orders when filled, partially filled client orders will be allocated after trading hours.

Client settings:

To enable auto allocation client side mark the checkbox "Set allocate when filled as default" in Settings → Client Orders.

Admin settings:

To enable auto allocation it must first be enabled server side.

The auto allocation processor runs at a given interval and delay.

The interval and delay values for the auto allocation processor can be changed in ..\KodiakOrderEntryServer\Spring\Kodi.Kodiak.Allocations.config

<object id="AllocationProcessor" type="Kodi.Kodiak.DomainServices.Implementation.AllocationProcessor, Kodi.Kodiak.Allocations">
<property name="OrderInstructionRepository" ref="OrderInstructionRepository"/>
<property name="AllocationEntry" ref="AllocationEntry"/>
<property name="Interval" value="30000"/>
<property name="DelaySeconds" value="300"/>

Related content

Strategy Orders
Strategy Orders
More like this
Orders Management - Trading
Orders Management - Trading
More like this
Orders Management - Trading
Orders Management - Trading
More like this
Allocations
More like this
Client Order Management - Sales
Client Order Management - Sales
More like this
Client Order Life cycle
Client Order Life cycle
More like this