Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "types/standard_ohlc"

Index

Type aliases

Type aliases

StandardOHLC

StandardOHLC: { close: string; exchange: "kraken" | "binance" | "hitbtc"; high: string; low: string; open: string; pair: string; utcTimestamp: number; volume: string }

Type declaration

  • close: string
  • exchange: "kraken" | "binance" | "hitbtc"
  • high: string
  • low: string
  • open: string
  • pair: string
  • utcTimestamp: number
  • volume: string

Generated using TypeDoc