CompleteView

fun CompleteView(priceAdjustedFlag: Boolean?, price: Float?, adjPrice: Float?, change: Float?, changePct: Float?, prevClose: Float?, adjPrevClose: Float?, volume: Float?, lastTrade: Float?, lastTradeTime: Int?, adjLastTrade: Float?, symbolDescription: String?, perform1Month: Float?, perform3Month: Float?, perform6Month: Float?, perform12Month: Float?, prevDayVolume: Int?, tenDayVolume: Int?, beta: Float?, sv10DaysAvg: Float?, sv20DaysAvg: Float?, sv1MonAvg: Float?, sv2MonAvg: Float?, sv3MonAvg: Float?, sv4MonAvg: Float?, sv6MonAvg: Float?, week52High: Float?, week52Low: Float?, week52Range: String?, marketCap: Float?, daysRange: String?, delta52WkHigh: Float?, delta52WkLow: Float?, currency: String?, exchange: String?, marginable: Boolean?, bid: Float?, ask: Float?, bidAskSpread: Float?, bidSize: Int?, askSize: Int?, open: Float?, delta: Float?, gamma: Float?, ivPct: Float?, rho: Float?, theta: Float?, vega: Float?, premium: Float?, daysToExpiration: Int?, intrinsicValue: Float?, openInterest: Float?, optionsAdjustedFlag: Boolean?, deliverablesStr: String?, optionMultiplier: Float?, baseSymbolAndPrice: String?, estEarnings: Float?, eps: Float?, peRatio: Float?, annualDividend: Float?, dividend: Float?, divYield: Float?, divPayDate: Int?, exDividendDate: Int?, cusip: String?, quoteStatus: QuoteMode?)

Parameters

priceAdjustedFlag

The price adjusted flag

price

The current market price

adjPrice

The adjusted price

change

The change

changePct

The change percentage

prevClose

The previous close

adjPrevClose

The adjusted previous close

volume

The volume

lastTrade

The last trade

lastTradeTime

The time of the last trade

adjLastTrade

The adjusted last trade

symbolDescription

The symbol description

perform1Month

The one-month performance

perform3Month

The three-month performance

perform6Month

The six-month performance

perform12Month

The 12-month performance

prevDayVolume

The previous day's volume

tenDayVolume

The 10 day average volume

beta

The beta

sv10DaysAvg

The 10 day average stochastic volatility

sv20DaysAvg

The 20 day average stochastic volatility

sv1MonAvg

The one month average stochastic volatility

sv2MonAvg

The two month average stochastic volatility

sv3MonAvg

The three month average stochastic volatility

sv4MonAvg

The four month average stochastic volatility

sv6MonAvg

The six month average stochastic volatility

week52High

The 52 week high

week52Low

The 52 week low

week52Range

The 52 week range

marketCap

The market cap

daysRange

The day's range

delta52WkHigh

The high for the 52 week high/low delta calculation

delta52WkLow

The low for the 52 week high/low delta calculation

currency

The currency

exchange

The exchange

marginable

The sum available for margin

bid

The bid

ask

The ask

bidAskSpread

The bid ask spread

bidSize

The size of the bid

askSize

The size of the ask

open

The open

delta

The delta

gamma

The gamma

ivPct

The Implied Volatility (IV) percentage

rho

The rho

theta

The theta

vega

The vega

premium

The premium

daysToExpiration

The days remaining until expiration

intrinsicValue

The intrinsic value

openInterest

The open interest

optionsAdjustedFlag

The options adjusted flag

deliverablesStr

The deliverables

optionMultiplier

The option multiplier

baseSymbolAndPrice

The price of the underlying or base symbol

estEarnings

The estimated earnings

eps

The earnings per share

peRatio

The Price to Earnings (P/E) ratio

annualDividend

The annual dividend

dividend

The dividend

divYield

The dividend yield

divPayDate

The date of the dividend pay

exDividendDate

The extended dividend date

cusip

The CUSIP number

quoteStatus

REALTIME, DELAYED, CLOSING, EH_REALTIME, EH_BEFORE_OPEN, EH_CLOSED

Sources

jvm source
Link copied to clipboard