Previously OrderType was the same as coming from the java project.
Have swapped it over to an enum
OrderType.Buy
OrderType.Sell
and extension .ComplementType() still provides the ability to get the opposite order type
Previously OrderType was the same as coming from the java project.
Have swapped it over to an enum
OrderType.Buy
OrderType.Sell
and extension .ComplementType() still provides the ability to get the opposite order type