SockTrader/Binance-local-exchange

View on GitHub
src/endpoints/websocket/eventHandlers/userDataStream.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function createExecutionReports has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  private createExecutionReports(order: InternalFilledOrder, symbol: Symbol) {
    const f = createFixedFormatter(symbol);
    let cumQty = 0;
    let cumQuoteQty = 0;

Severity: Minor
Found in src/endpoints/websocket/eventHandlers/userDataStream.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status