The ICommand type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AppSoftware |
Name of 3rd party application that placed this command
| |
| ExchangeOrderID |
Exchange Order ID or null for cancel commands
| |
| ID |
Command identifier
| |
| Order |
Owning order
| |
| ResultComments |
Comments of (unsuccessful) execution
| |
| ResultTimestamp |
Timestamp of execution, UTC
| |
| State |
Current command state
| |
| SubmissionType |
Was this order manually executed?
| |
| Timestamp |
Command creation timestamp, UTC
| |
| Type |
Current command state
| |
| TypeState |
Gets the verbal interpretation of state depending of type
for example "Created", "Modified", "Cancelling", "Cancel failed" etc
| |
| Version |
Associated version (for create/modify command) or null - for cancel commands
|
See Also