FunctionTradeAlertModal({
code,
stockName,
price,
count,
type,
}: TradeAlertModalProps)
FE/src/components/StocksDetail/TradeSection/TradeAlertModal.tsx:14
Methodconstructor(
name: string,
code: string,
stck_prpr: string,
prdy_vrss: string,
prdy_vrss_sign: string
BE/src/stock/bookmark/dto/stock-bookmark-response,dto.ts:4
Methodconstructor(
id: number,
stock_code: string,
stock_name: string,
amount: number,
price: number,
t
BE/src/stock/order/dto/stock-order-element-response.dto.ts:5
Methodconstructor(
name: string,
code: string,
quantity: number,
avg_price: number,
stck_prpr: string,
BE/src/asset/dto/stock-element-response.dto.ts:4
Methodconstructor(
cash_balance,
stock_balance,
total_asset,
total_profit,
total_profit_rate,
is_positi
BE/src/asset/dto/asset-response.dto.ts:4