Click or drag to resize

Order Template

While submitting an order user can assign a template which will automatically place a stop and/or target order. ArthaChitra provides an array of order templates depending on with which connectivity providre you are connected with. If the connectivity provider supports server side OCO (One Cancels Other) functionality then ArthaChitra will support it else the OCO functionality will be simulated locally (at users PC).

Order Template

The Order Templates are exposed in almost all the views which support order submission. The screenshot on the left for example, shows the Order Template in the Default Chart Trader template.

One can also add the Order Template userControl in their custom designed Xaml templates. The OrderHelper class exposes the OrderTemplates and the selected OrderTemplate item.

XAML
<bControls:OrderTemplateUserControl Grid.Row="9" Grid.Column="1" ItemsView="{Binding OrderHelper.OrderTemplates}" SelectedItem="{Binding OrderHelper.OrderTemplate}" Margin="5" />
Available Order Templates

Please click on the below links to know more about the different Order Templates available in ArthaChitra

Order Template

Stop/Target orders resides at

OCO simulation

Bracket Order (Interactive Brokers)

Exchange

Server

Multi-level Bracket Order

Exchange

Locally

One Cancels Order / Bracket Order

Exchange

Server

Cover Order

Exchange

Not applicable

Simulated Bracket Order

Locally

Locally

OCO Orders - Bolt+ On Web

Exchange

Server

See Also

Other Resources