ModifyOrderDraft Class

GF API Documentation
IOrder draft for modify requests
Inheritance Hierarchy

SystemObject
  GF.Api.Orders.DraftsBaseOrderDraft
    GF.Api.Orders.DraftsModifyOrderDraft

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

public sealed class ModifyOrderDraft : BaseOrderDraft

The ModifyOrderDraft type exposes the following members.

Constructors

  NameDescription
Public methodModifyOrderDraft
Constructor
Top
Properties

  NameDescription
Public propertyDeltaTicks
The difference between Price of the linked order and the main order in ticks.
(Inherited from BaseOrderDraft.)
Public propertyDeltaTicks2
The difference between Price2 of the linked order and the main order in ticks.
(Inherited from BaseOrderDraft.)
Public propertyEnd
Execution end time, UTC
(Inherited from BaseOrderDraft.)
Public propertyExecInst
Order execution instructions
(Inherited from BaseOrderDraft.)
Public propertyFlags
Order execution flags
(Inherited from BaseOrderDraft.)
Public propertyIcebergData
Iceberg order parameters
(Inherited from BaseOrderDraft.)
Public propertyOriginalOrderID
OrderID of the IOrder being modified
Public propertyPrice
Limit price or stop price for STP and STPLMT orders
(Inherited from BaseOrderDraft.)
Public propertyPrice2
Limit price for STPLMT orders
(Inherited from BaseOrderDraft.)
Public propertyQuantity
Order quantity
(Inherited from BaseOrderDraft.)
Public propertySenderLocation
Sender location, only for allowed users.
(Inherited from BaseOrderDraft.)
Public propertyStart
Execution start time, UTC
(Inherited from BaseOrderDraft.)
Public propertySubmissionType
Is this order being manually executed?
(Inherited from BaseOrderDraft.)
Public propertyTag50
Tag50 data
(Inherited from BaseOrderDraft.)
Public propertyTrailingStopData
Trailing Stop order parameters
(Inherited from BaseOrderDraft.)
Public propertyType
Order type
(Inherited from BaseOrderDraft.)
Top
Remarks

This order draft is intended to set variable orders parameters (qty, type, prices, flags) for modification of an existing order.
See Also

Reference