T. Todua

Results 545 comments of T. Todua

``` System.AggregateException: 'One or more errors occurred. (Unable to cast object of type 'DelayPromise' to type 'System.Threading.Tasks.Task`1[System.Object]'.)' ```

1) added docs 2) the c# does not need to be updated as the `fetch2` method is transpiled (i've neither amended any method in py/php) `failedRequestRetries` could have been some...

closing https://github.com/ccxt/ccxt/pull/6235 in favor of this PR

@carlosmiei I think all types are pushed now, did I miss smth? only change i made is that, we probalby need to name the field `marginModes` and not `marginMode` because...

just waiting for travis, it should be successful now

> we can migrate to tick_size but let's not remove `decimal_places` entirely from the lib we can keep the code there and not use it for now yes, you are...

I mean: 1) defaulting to "TICK_SIZE" in base class>describe>precision 2) reversing ternary conditions i.e. from `x = precision === DECIMAL_PLACES ? A : B;` into `x = precision === TICK_SIZE...