Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a single latest price for a particular symbol.

Hierarchy

  • LatestPrice

Index

Constructors

Properties

Accessors

Constructors

constructor

Properties

Private _price

_price: number

Private _symbol

_symbol: string

Accessors

price

  • get price(): number
  • set price(value: number): void

symbol

  • get symbol(): string
  • set symbol(value: string): void

Generated using TypeDoc