melphi/algobox

View on GitHub
java/algobox/algobox-core/src/main/java/io/algobox/order/OrderFactory.java

Summary

Maintainability
A
50 mins
Test Coverage

Method createOrderAtMarket has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

  public static OrderRequest createOrderAtMarket(PriceTick priceTick, String orderConnectorId,
      String orderInstrumentId, OrderDirection orderDirection, double takeProfit, double stopLoss,
      double worstAcceptedPrice) {

    There are no issues that match your filters.

    Category
    Status