ViewBlock / binance-api-node

:chart: A complete and heavily tested wrapper with typings for the Binance API.
654 stars 495 forks source link

Add the fields trailingDelta & trailingTime to executionReport object #617

Closed barhun closed 1 year ago

barhun commented 1 year ago

This PR adds the missing fields trailingDelta & trailingTime to the transformed websocket message object of type executionReport.

For details, see: https://binance-docs.github.io/apidocs/spot/en/#payload-order-update

balthazar commented 1 year ago

Thanks!