unageanu/jiji2

View on GitHub
src/jiji/model/trading/position_repository.rb

Summary

Maintainability
A
35 mins
Test Coverage

Method retrieve_positions has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def retrieve_positions(backtest_id = nil,
      sort_order = { entered_at: :asc, id: :asc },
      offset = 0, limit = 20, filter_conditions = {})
Severity: Minor
Found in src/jiji/model/trading/position_repository.rb - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status