BaseOrderDraftDeltaTicks Property

GF API Documentation
The difference between Price of the linked order and the main order in ticks.

Namespace:  GF.Api.Orders.Drafts
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public Nullable<int> DeltaTicks { get; }

Property Value

Type: NullableInt32
Remarks

If a value is null, then Price is constant and does not depend on the price changes of the main order. Also all sub orders will have the same price.

When value is specified price changes of the main order will affect Price. Sub orders will have price according to OSOGroupingMethod specified in SendOSOOrders(OrderDraft, OrderDraft, OrderDraft, OSOGroupingMethod).

See Also

Reference