Administrator
2023-11-21 d1c9590a5ff8c033aeb851d8a484364a57c43f53
l2/cancel_buy_strategy.py
@@ -30,7 +30,7 @@
def set_real_place_position(code, index, buy_single_index=None):
    DCancelBigNumComputer().set_real_order_index(code, index)
    # DCancelBigNumComputer().set_real_order_index(code, index)
    SecondCancelBigNumComputer().set_real_place_order_index(code, index)
    LCancelBigNumComputer().set_real_place_order_index(code, index, buy_single_index=buy_single_index)
    HourCancelBigNumComputer().set_real_place_order_index(code, index, buy_single_index)