I looked in documentation, but did'nt find a explanation..
I mean these error code in IOrder:
- ErrorCode.OrderRejected
- ErrorCode.Panic
- ErrorCode.ServerConnectionIsBroken
- ErrorCode.UnableToCancelOrder
- ErrorCode.UnableToChangeOrder
- ErrorCode.UnableToSubmitOrder
- ...others...
I expect, that when any order is Rejected, then Error property is filled with more detailed information about the rejection. Am I right ?
Can these details be used to differentiate between different types
of order rejection ? I mean for example differentiation between rejection of invalid order VS rejection of unsuccessful change VS ... other causes of order-rejection...

Comment