Hi guys,

I'm trying to work with the RestAPI,

I have one issue when i tried to read the backtest results and deserialize the Order class,

it throws json serialization exception. this is the only issue, if i comment the orders it successfully deserialize it.

in the Order class the Value property mark with [Obsolete], but i can see the content of the IRestResponse,

there is a "Value" property that returns from the results.

any help would be appreciated.