Helps construct ModifyOrderDraft
Inheritance Hierarchy
GF.Api.Orders.DraftsModifyOrderDraftBuilder
Namespace: GF.Api.Orders.Drafts
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The ModifyOrderDraftBuilder type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
AsAutomatic |
Set Automatic | |
AsManual |
Set Manual | |
Build |
Create a ModifyOrderDraft | |
FromOrder |
Set data based on existing IOrder | |
Validate |
Returns any errors that would prevent construction
| |
WithDeltaTicks |
Set delta ticks
| |
WithDeltaTicks2 |
Set delta ticks 2
| |
WithEnd |
Set end time
| |
WithExecutionInstruction |
Set ExecInst | |
WithFlags |
Set OrderFlags | |
WithIceberg |
Set IcebergData | |
WithOrderType |
Set OrderType | |
WithOriginalOrderID |
Set original IOrder ID
| |
WithPrice |
Set price
| |
WithPrice2 |
Set price2
| |
WithQuantity |
Set quantity
| |
WithSenderLocation |
Set Location | |
WithStart |
Set start time
| |
WithSubmissionType |
Set SubmissionType | |
WithTag50 |
Set Tag50 | |
WithTrailingStop |
Set TrailingStopData |
See Also