ezyquant_execution.entity.PriceInfo#
- class ezyquant_execution.entity.PriceInfo(symbol: str, projected_open_price: float | NoneType, high: float | NoneType, low: float | NoneType, last: float | NoneType, change: float, total_volume: float, total_value: float, market_status: Literal['CLOSE_E', 'STARTUP_E', 'PRE_OPEN1_E', 'PRE_OPEN_E', 'FREEZE1_E', 'OPEN1_E', 'OPEN_E', 'INTERMISSION_E', 'PRE_OPEN2_E', 'FREEZE2_E', 'OPEN2_E', 'PRE_CLOSE_E', 'FREEZE3_E', 'OFF_HOUR_E', 'MARKETCLOSE_E', 'SAVECLOSING_E', 'RESET_STAT_E', 'PRE_OPEN_CB_E', 'CIRCUIT_BREAKER_E', 'FULLHALT_E'])#