Skip to content

Latest commit

 

History

History
597 lines (221 loc) · 13.6 KB

README.md

File metadata and controls

597 lines (221 loc) · 13.6 KB

cryptobot-interface

Index

Classes

Variables

Object literals


Variables

«Const» DATA_URL

● DATA_URL: "http://167.99.149.6:3000/" = "http://167.99.149.6:3000/"

Defined in app/services/gdax-data.service.ts:9


«Const» INTERFACE_URL

● INTERFACE_URL: "http://www.williamrobertfunk.com" = "http://www.williamrobertfunk.com"

Defined in app/services/gdax-data.service.ts:8


«Const» MONTH_NAMES

● MONTH_NAMES: string[] = [ 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December' ]

Defined in app/services/gdax-data.service.ts:11


«Let» activatedRouter

● activatedRouter: any

Defined in app/components/filter-controls/filter-controls.component.spec.ts:15 Defined in app/components/trading-history/trading-history.component.spec.ts:14


«Const» appRoutes

● appRoutes: Routes = [ { path: '', redirectTo: '/live-view/BTC-USD', pathMatch: 'full' }, { path: 'live-view', children: [ { path: '', redirectTo: '/live-view/BTC-USD', pathMatch: 'full' }, { path: 'BTC-USD', component: LiveViewComponent }, { path: 'LTC-USD', component: LiveViewComponent }, { path: 'ETH-USD', component: LiveViewComponent }, { path: 'ALL', component: LiveViewComponent } ] }, { path: 'trading-history', children: [ { path: '', redirectTo: '/trading-history/BTC-USD', pathMatch: 'full' }, { path: 'BTC-USD', component: TradingHistoryComponent }, { path: 'LTC-USD', component: TradingHistoryComponent }, { path: 'ETH-USD', component: TradingHistoryComponent }, { path: 'ALL', component: TradingHistoryComponent } ] }, { path: 'profit-portfolio', children: [ { path: '', redirectTo: '/profit-portfolio/BTC-USD', pathMatch: 'full' }, { path: 'BTC-USD', component: ProfitPortfolioComponent }, { path: 'LTC-USD', component: ProfitPortfolioComponent }, { path: 'ETH-USD', component: ProfitPortfolioComponent }, { path: 'ALL', component: ProfitPortfolioComponent } ] }, { path: 'cryptobot-controls', children: [ { path: '', redirectTo: '/cryptobot-controls/BTC-USD', pathMatch: 'full' }, { path: 'BTC-USD', component: CryptobotControlsComponent }, { path: 'LTC-USD', component: CryptobotControlsComponent }, { path: 'ETH-USD', component: CryptobotControlsComponent }, { path: 'ALL', component: CryptobotControlsComponent } ] } ]

Defined in app/app-routing.module.ts:9


«Const» context

● context: any = require.context('./', true, /.spec.ts$/)

Defined in test.ts:18


«Const» date

● date: Date = new Date('2018-03-25T03:55:19.336Z')

Defined in app/services/gdax-data.service.spec.ts:6


«Const» date1

● date1: Date = new Date('2018-03-25T03:55:00.000Z')

Defined in app/components/filter-controls/filter-controls.component.spec.ts:16


«Const» date2

● date2: Date = new Date('2018-03-26T03:55:00.000Z')

Defined in app/components/filter-controls/filter-controls.component.spec.ts:17


«Let» gdaxDataService

● gdaxDataService: any

Defined in app/components/cryptobot-controls/cryptobot-controls.component.spec.ts:11 Defined in app/components/filter-controls/filter-controls.component.spec.ts:14 Defined in app/components/live-view/live-view.component.spec.ts:11 Defined in app/components/profit-portfolio/profit-portfolio.component.spec.ts:11 Defined in app/components/trading-history/trading-history.component.spec.ts:13


«Let» httpClient

● httpClient: any

Defined in app/services/gdax-data.service.spec.ts:22


«Const» reallyOldDate

● reallyOldDate: Date = new Date( new Date('2018-03-26T03:55:00.000Z').getTime()

  • 25833600000)

Defined in app/components/filter-controls/filter-controls.component.spec.ts:18


«Const» require

● require: any

Defined in test.ts:10


Object literal: environment

production

● production: boolean = false

Defined in environments/environment.prod.ts:2 Defined in environments/environment.ts:7


Object literal: shortDate1

day

● day: null = null

Defined in app/components/filter-controls/filter-controls.component.spec.ts:24


month

● month: null = null

Defined in app/components/filter-controls/filter-controls.component.spec.ts:23


year

● year: null = null

Defined in app/components/filter-controls/filter-controls.component.spec.ts:22


Object literal: shortDate2

day

● day: null = null

Defined in app/components/filter-controls/filter-controls.component.spec.ts:42


month

● month: null = null

Defined in app/components/filter-controls/filter-controls.component.spec.ts:41


year

● year: null = null

Defined in app/components/filter-controls/filter-controls.component.spec.ts:40


Object literal: shortDate3

day

● day: number = reallyOldDate.getDate()

Defined in app/components/filter-controls/filter-controls.component.spec.ts:60


month

● month: number = reallyOldDate.getMonth() + 1

Defined in app/components/filter-controls/filter-controls.component.spec.ts:59


year

● year: number = reallyOldDate.getFullYear()

Defined in app/components/filter-controls/filter-controls.component.spec.ts:58


Object literal: shortTime1

hour

● hour: null = null

Defined in app/components/filter-controls/filter-controls.component.spec.ts:32


minute

● minute: null = null

Defined in app/components/filter-controls/filter-controls.component.spec.ts:33


Object literal: shortTime2

hour

● hour: null = null

Defined in app/components/filter-controls/filter-controls.component.spec.ts:50


minute

● minute: null = null

Defined in app/components/filter-controls/filter-controls.component.spec.ts:51


Object literal: shortTime3

hour

● hour: number = reallyOldDate.getHours()

Defined in app/components/filter-controls/filter-controls.component.spec.ts:63


minute

● minute: number = reallyOldDate.getMinutes()

Defined in app/components/filter-controls/filter-controls.component.spec.ts:64


Object literal: subscribeReturn1

subscribe

subscribe(fn: any): void

Defined in app/services/gdax-data.service.spec.ts:8

Parameters:

Param Type Description
fn any -

Returns: void


Object literal: subscribeReturn2

subscribe

subscribe(fn: any): void

Defined in app/services/gdax-data.service.spec.ts:13

Parameters:

Param Type Description
fn any -

Returns: void