Click or drag to resize
All Class

Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.

Container for complete information.
Inheritance Hierarchy
SystemObject
  ETradeNet.Market.Quote.DataAll

Namespace: ETradeNet.Market.Quote.Data
Assembly: ETradeNet.Market (in ETradeNet.Market.dll) Version: 1.0.5793.41727
Syntax
public class All

The All type exposes the following members.

Constructors
  NameDescription
Public methodAll
Initializes a new instance of the All class
Top
Properties
  NameDescription
Public propertyAdjNonAdjFlag
Gets or sets the value indicating whether an option has been adjusted due to a corporate action (e.g. a dividend or stock split).
Public propertyAnnualDividend
Gets or sets the cash dividend paid per share over the past year.
Public propertyAsk
Gets or sets the current ask price for a security.
Public propertyAskDateTime
Gets the time of the ask.
Public propertyAskExchange
Gets or sets the code for the exchange reporting the ask price.
Public propertyAskSize
Gets or sets the number of shares or contracts offered by a broker/dealer at the ask price.
Public propertyAskTime
Gets or sets the time of the ask.
Public propertyBeta
Gets or sets the measure of a stock's volatility relative to the primary market index.
Public propertyBid
Gets or sets the current bid price for a security.
Public propertyBidDateTime
Gets the time of the bid.
Public propertyBidExchange
Gets or sets the code for the exchange reporting the bid price.
Public propertyBidSize
Gets or sets the number of shares or contracts offered at the bid price.
Public propertyBidTime
Gets or sets the time of the bid.
Public propertyChgClose
Gets or sets the dollar change of the last price from the previous close.
Public propertyChgClosePrcn
Gets or sets the percentage change of the last price from the previous close.
Public propertyCompanyName
Gets or sets the name of the company or mutual fund (Shows up to 40 characters).
Public propertyDaysToExpiration
Gets or sets the number of days before the option expires.
Public propertyDirLast
Gets or sets the direction of movement, i.e., whether the current price is higher or lower than the price of the most recent trade.
Public propertyDividend
Gets or sets the cash amount per share of the latest dividend.
Public propertyEps
Gets or sets the earnings per share on a rolling basis (Applies to stocks only).
Public propertyEstEarnings
Gets or sets the projected earnings per share for the next fiscal year (Applies to stocks only).
Public propertyExchgLastTrade
Gets or sets the code for the exchange of the last trade. Exchange codes are listed in a separate table below.
Public propertyExDivDate
Gets or sets the date on which shareholders were entitled to receive the latest dividend, in epoch time.
Public propertyExDivDateTime
Gets the date on which shareholders were entitled to receive the latest dividend.
Public propertyFsi
Gets or sets the financial Status Indicator. Indicates whether a NASDAQ-listed issuer has failed to submit its regulatory filings on a timely basis, failed to meet continuing listing standards, and/or filed for bankruptcy.
Public propertyHigh
Gets or sets the highest price at which a security has traded during the current day.
Public propertyHigh52
Gets or sets the highest price at which a security has traded during the past year (52 weeks). For options, this value is the lifetime high.
Public propertyHighAsk
Gets or sets the highest ask price for the current trading day.
Public propertyHighBid
Gets or sets the highest bid price for the current trading day.
Public propertyLastTrade
Gets or sets the price of the most recent trade in a security.
Public propertyLow
Gets or sets the lowest price at which a security has traded during the current day.
Public propertyLow52
Gets or sets the lowest price at which a security has traded during the past year (52 weeks). For options, this value is the lifetime low.
Public propertyLowAsk
Gets or sets the lowest ask price for the current trading day.
Public propertyLowBid
Gets or sets the lowest bid price for the current trading day.
Public propertyNumTrades
Gets or sets the number of transactions that involve buying a security from another entity.
Public propertyOpen
Gets or sets the price of a security at the current day's market open.
Public propertyOpenInterest
Gets or sets the total number of options or futures contracts that are not closed or delivered on a particular day.
Public propertyOptionStyle
Gets or sets the specifies how the contract treats the expiration date.
Public propertyOptionUnderlier
Gets or sets the symbol for the underlier (Options only).
Public propertyPrevClose
Gets or sets the official price at the close on the previous trading day.
Public propertyPrevDayVolume
Gets or sets the final volume from the previous market session.
Public propertyPrimaryExchange
Gets or sets the code of the primary listing exchange for this instrument.
Public propertySymbolDesc
Gets or sets the description of the security, such as company name or option description.
Public propertyTodayClosed
Gets or sets the price at the close of the regular trading session for the current day.
Public propertyTotalVolume
Gets or sets the total number of shares or contracts exchanging hands.
Public propertyUpc
Gets or sets the uniform Practice Code. Identifies specific FINRA advisories detailing unusual circumstances.
Public propertyVolume10Day
Gets or sets the ten-day average trading volume for the security.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also