IOrder version - contains variable parameters of an order.
Namespace: GF.Api.Orders.Versions
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The IVersion type exposes the following members.
Properties
Name | Description | |
---|---|---|
Command |
associated create or modify command
| |
Comments |
Version comments (not used)
| |
DeltaTicks |
Defines the difference between Price of the linked order and the main order in ticks.
| |
DeltaTicks2 |
Defines the difference between Price2 of the linked order and the main order in ticks.
| |
End |
Execution stop time, UTC
| |
ExecInst |
ExecInst: All Or Nothing
| |
Flags |
Order execution flags
| |
IcebergData |
Iceberg order parameters
| |
ID |
Server identifier
| |
Price |
Order limit/stop price
| |
Price2 |
Current order limit price for STPLMT orders
| |
Quantity |
Order quantity
| |
Start |
Execution start time, UTC
| |
TrailingStopData |
Trailing Stop order parameters
| |
Type |
Order type
|
Methods
Name | Description | |
---|---|---|
GetTypePriceString |
Get order type, price and flags as string. e.g. "STP 1 LMT 2 GTC"
|
Remarks
Version of last successful modify command, or initial version is an order current version.
All the variable order properties are retrieved from order current version, so Quantity has the same value as Order.Versions.Quantity.
See Also