Skip to content

Swap OrderType to an enum

Latest
Compare
Choose a tag to compare
@chrisw000 chrisw000 released this 05 Apr 08:07
· 1 commit to master since this release

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