We are trying to implement order submission in C#.
We were able to get limit order working in C#. Everything else equal, if we change PriceType to "Market" and remove price, it retuns false but it doesn't hydrate the error object that gets passed in to the submit method.
(as a side note, if I have the montage opened using the code, it shows me that it's defaulting to limit without price filled in. Simialrly, we are not able to use vwap because it defaults to nightowl without any error msg)
Why is the error var not getting hydrated?