Firstrade API Node - v1.0.2
    Preparing search index...

    Class SymbolQuote

    Data class representing a stock quote for a given symbol.

    Index

    Properties

    ask: string
    askMmid: string
    askSize: string
    bid: string
    bidMmid: string
    bidSize: string
    change: string
    changeColor: string
    companyName: string
    exchange: string
    ftSession: FTSession
    hasOption: string
    high: string
    isEtf: boolean
    isFractional: boolean
    last: string
    lastMmid: string
    lastSize: number
    lastTradeTime: string
    low: string
    nls: string
    open: string
    quoteTime: string
    realtime: string
    secType: string
    shares: string
    symbol: string
    tick: string
    todayClose: number
    volume: string

    Methods

    • Initialize a new instance of the SymbolQuote class.

      Parameters

      • ftSession: FTSession

        The session object used for making HTTP requests to Firstrade.

      • account: string

        The account number for which the quote information is retrieved.

      • symbol: string

        The symbol for which the quote information is retrieved.

      Returns Promise<SymbolQuote>

      A Promise resolving to a SymbolQuote instance.

      If the quote request fails.

      If the quote response contains an error message.