PartialOrderTypeEnum
This enum type defines the values that can be used to describe an order cancellation, either a FULL_ORDER, an PARTIAL_ORDER, or the order type is unknown.
Types that use PartialOrderTypeEnum:
Calls that use one or more values of PartialOrderTypeEnum:
Enumeration Values
Value | Description |
FULL_ORDER | The cancellation is for a full order. |
PARTIAL_ORDER | This option is reserved for future use. |
UNKNOWN | The order cancellation type is not known. |