The OrderDraft type exposes the following members.
Properties
Name | Description | |
---|---|---|
AccountID |
Order account
| |
AllocationBlock |
Order Allocation Block
| |
Comments |
Order comments - usually specified a way order was entered
| |
ContractID |
Order contract
| |
CustomCompound |
This property should be used instead of Contract for custom compound orders
| |
DeltaTicks |
The difference between Price of the linked order and the main order in ticks.
(Inherited from BaseOrderDraft.) | |
DeltaTicks2 |
The difference between Price2 of the linked order and the main order in ticks.
(Inherited from BaseOrderDraft.) | |
End |
Execution end time, UTC
(Inherited from BaseOrderDraft.) | |
ExecInst |
Order execution instructions
(Inherited from BaseOrderDraft.) | |
Flags |
Order execution flags
(Inherited from BaseOrderDraft.) | |
IcebergData |
Iceberg order parameters
(Inherited from BaseOrderDraft.) | |
Price |
Limit price or stop price for STP and STPLMT orders
(Inherited from BaseOrderDraft.) | |
Price2 |
Limit price for STPLMT orders
(Inherited from BaseOrderDraft.) | |
Quantity |
Order quantity
(Inherited from BaseOrderDraft.) | |
SenderLocation |
Sender location, only for allowed users.
(Inherited from BaseOrderDraft.) | |
Side |
Order side
| |
Start |
Execution start time, UTC
(Inherited from BaseOrderDraft.) | |
SubmissionType |
Is this order being manually executed?
(Inherited from BaseOrderDraft.) | |
Tag50 |
Tag50 data
(Inherited from BaseOrderDraft.) | |
TrailingStopData |
Trailing Stop order parameters
(Inherited from BaseOrderDraft.) | |
Type |
Order type
(Inherited from BaseOrderDraft.) |
See Also