Administrator
2023-12-22 f0248f54f90a12f491245f0ee3ccfbe8f477a76b
code_attribute/gpcode_manager.py
@@ -763,6 +763,12 @@
    return tool.to_price(decimal.Decimal(str(price)) * decimal.Decimal("1.1"))
def get_limit_down_price_by_preprice(price):
    if price is None:
        return None
    return tool.to_price(decimal.Decimal(str(price)) * decimal.Decimal("0.9"))
# 获取跌停价
def get_limit_down_price(code):
    price = CodePrePriceManager.get_price_pre_cache(code)