dbvcode

Results 10 issues of dbvcode

### Steps to reproduce I get this on a regular basis when I try to upload big objects over socket connection. It is if no data hits the API yet...

Documentation

I've just updated to the latest version(**0.13.1**) of the library and the `orderStatus` function for the SPOT market fails. Give the error: > Param 'origClientOrderId' or 'orderId' must be sent,...

I have been running Mida to watch the ticks on a cTrader account for some time. At some point it just stops receiving data. Are the connections to cTrader fault...

bug
documentation
enhancement

I found out that when I call `Mida.login()` twice or multiple times on the cTrader account I get an error like: ``` { payloadType: 'PROTO_OA_ERROR_RES', ctidTraderAccountId: '***', errorCode: 'ALREADY_LOGGED_IN', description:...

bug

Is there a way to get historic data offered by the broker/exchange, let's say the 5m chart from a month back?

enhancement

This is a funny thing I've noticed in different places. Might be the fact that I have your library in Nrwl NX, or maybe have an older node version? ```...

Is there/will there be some event that fires when the balances from cTrader change? I'm thinking of something similar to [https://github.com/binance/binance-spot-api-docs/blob/master/user-data-stream.md#account-update](https://github.com/binance/binance-spot-api-docs/blob/master/user-data-stream.md#account-update)

### Reproduction link [https://stackblitz.com/edit/ng-zorro-antd-ivy-vabq8x](https://stackblitz.com/edit/ng-zorro-antd-ivy-vabq8x) ### Steps to reproduce Create a simple form as the one in the example and add a checkbox to it. ### What is expected? When the...

Component: Checkbox

This is a question and not an issue per say. If `feathers-casl` takes care of the channels: ``` app.publish((data: any, hook: HookContext) => { return channels.getChannelsWithReadAbility(app, data, hook, caslOptions); });...

documentation
question

### Steps to reproduce - Have a service that does not have `authenticate('jwt')` on it. - Have `authorize({ adapter: 'feathers-mongodb' })` - Login with a user(I do it from Angular)...

documentation