ezyquant_execution.entity.StockQuoteResponse#

class ezyquant_execution.entity.StockQuoteResponse(instrument_type: str, symbol: str, high: float, low: float, last: float, average: float, change: float, percent_change: float, market_status: Literal['Close', 'Pre-Open1', 'Pre-Open', 'Freeze1', 'Open1', 'Open', 'Intermission1', 'Pre-Open2', 'Freeze2', 'Open2', 'Pre-Close', 'Freeze3', 'OffHour', 'Circuit Breaker', 'Full Halt'], total_volume: int, security_type: str, eps: float, pe: float, pbv: float, percent_yield: float, maturity_date: str, exercise_price: float, underlying: str, underlying_price: float, intrinsic_value: float, theoretical: float, moneyness: str, last_trading_date: str, to_last_trade: int, exercise_ratio: float, implied_volatility: float, exchange: str, aum_size: float, inav: float)#

StockQuoteResponse.from_camel_dict(dct)

StockQuoteResponse.instrument_type

StockQuoteResponse.symbol

StockQuoteResponse.high

StockQuoteResponse.low

StockQuoteResponse.last

StockQuoteResponse.average

StockQuoteResponse.change

StockQuoteResponse.percent_change

StockQuoteResponse.market_status

StockQuoteResponse.total_volume

StockQuoteResponse.security_type

StockQuoteResponse.eps

StockQuoteResponse.pe

StockQuoteResponse.pbv

StockQuoteResponse.percent_yield

StockQuoteResponse.maturity_date

StockQuoteResponse.exercise_price

StockQuoteResponse.underlying

StockQuoteResponse.underlying_price

StockQuoteResponse.intrinsic_value

StockQuoteResponse.theoretical

StockQuoteResponse.moneyness

StockQuoteResponse.last_trading_date

StockQuoteResponse.to_last_trade

StockQuoteResponse.exercise_ratio

StockQuoteResponse.implied_volatility

StockQuoteResponse.exchange

StockQuoteResponse.aum_size

StockQuoteResponse.inav