OrderDraft Class

GF API Documentation
The description of a desired IOrder. Will be turned into an IOrder if valid.
Inheritance Hierarchy

SystemObject
  GF.Api.Orders.DraftsBaseOrderDraft
    GF.Api.Orders.DraftsOrderDraft

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

public sealed class OrderDraft : BaseOrderDraft

The OrderDraft type exposes the following members.

Constructors

  NameDescription
Public methodOrderDraft
Constructor
Top
Properties

  NameDescription
Public propertyAccountID
Order account
Public propertyAllocationBlock
Order Allocation Block
Public propertyComments
Order comments - usually specified a way order was entered
Public propertyContractID
Order contract
Public propertyCustomCompound
This property should be used instead of Contract for custom compound orders
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 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 propertySide
Order side
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
See Also

Reference