Common Order Draft members. See OrderDraft, ModifyOrderDraft
Inheritance Hierarchy
GF.Api.Orders.DraftsBaseOrderDraft
GF.Api.Orders.DraftsModifyOrderDraft
GF.Api.Orders.DraftsOrderDraft
Namespace: GF.Api.Orders.Drafts
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The BaseOrderDraft type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DeltaTicks | 
            The difference between Price of the linked order and the main order in ticks.
              | |
| DeltaTicks2 | 
            The difference between Price2 of the linked order and the main order in ticks.
              | |
| End | 
            Execution end time, UTC
              | |
| ExecInst | 
            Order execution instructions
              | |
| Flags | 
            Order execution flags
              | |
| IcebergData | 
            Iceberg order parameters
              | |
| Price | 
            Limit price or stop price for STP and STPLMT orders
              | |
| Price2 | 
            Limit price for STPLMT orders
              | |
| Quantity | 
            Order quantity
              | |
| SenderLocation | 
            Sender location, only for allowed users.
              | |
| Start | 
            Execution start time, UTC
              | |
| SubmissionType | 
            Is this order being manually executed?
              | |
| Tag50 | 
            Tag50 data
              | |
| TrailingStopData | 
            Trailing Stop order parameters
              | |
| Type | 
            Order type
              | 
See Also