In the Reference Guide, under Betting Enums the enumerations for OrderProjection are listed as:
OrderProjection
EXECUTABLE: An order that does not have any remaining unmatched portion.
EXECUTION_COMPLETE: An order that has a remaining unmatched portion
Shouldn't that be the other way round? For example, for OrderStatus the enums are:
OrderStatus
EXECUTION_COMPLETE: An order that does not have any remaining unmatched portion.
EXECUTABLE: An order that has a remaining unmatched portion.
OrderProjection
EXECUTABLE: An order that does not have any remaining unmatched portion.
EXECUTION_COMPLETE: An order that has a remaining unmatched portion
Shouldn't that be the other way round? For example, for OrderStatus the enums are:
OrderStatus
EXECUTION_COMPLETE: An order that does not have any remaining unmatched portion.
EXECUTABLE: An order that has a remaining unmatched portion.


Comment