Administrator
2025-07-16 e3d9dbe4d2fbb02f42d82f0b5ca60847c61a93c1
code_attribute/code_volumn_manager.py
@@ -101,7 +101,7 @@
        if k_format and not k_format[13]:
            has_limit_up_in_60 = False
        volume = self.get_max_volume_in_5days(code)
        if volume * limit_up_price >= 9e8 and has_limit_up_in_60:
        if volume and volume * limit_up_price >= 9e8 and has_limit_up_in_60:
            return volume
        return int(self.get_reference_volume_as_money_y(code) * 1e8 / limit_up_price)