unageanu/jiji2

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

Summary

Maintainability
A
1 hr
Test Coverage

Method initialize has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def initialize(pair, timestamp, open, close = open,
      high = open, low = open, volume = 0, close_timestamp = timestamp) #:nodoc:
Severity: Major
Found in src/jiji/model/trading/rate.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status