MCPcopy Create free account

hub / github.com/bitrinjani/r2 / functions

Functions375 in github.com/bitrinjani/r2

Methodconnect
()
webui/src/app/log.service.ts:17
Methodconstructor
( @inject(symbols.ConfigStore) private readonly configStore: ConfigStore, private readonly brokerAdapt
src/PairTrader.ts:29
Methodconstructor
(public readonly baseUrl: string)
src/WebClient.ts:8
Methodconstructor
( @inject(symbols.ConfigStore) private readonly configStore: ConfigStore, private readonly brokerAdapt
src/QuoteAggregator.ts:17
Methodconstructor
( @inject(symbols.ConfigStore) private readonly configStore: ConfigStore, private readonly positionSer
src/OpportunitySearcher.ts:30
Methodconstructor
(@inject(symbols.ConfigStore) private readonly configStore: ConfigStore)
src/SpreadAnalyzer.ts:27
Methodconstructor
( @inject(symbols.ConfigStore) private readonly configStore: ConfigStore, private readonly positionSer
src/LimitCheckerFactory.ts:9
Methodconstructor
( configStore: ConfigStore, positionService: PositionService, spreadAnalysisResult: SpreadAnalysis
src/MainLimitChecker.ts:18
Methodconstructor
( private readonly configStore: ConfigStore, private readonly spreadAnalysisResult: SpreadAnalysisResu
src/MainLimitChecker.ts:59
Methodconstructor
(private readonly configStore: ConfigStore, private readonly positionService: PositionService)
src/MainLimitChecker.ts:98
Methodconstructor
(private readonly spreadAnalysisResult: SpreadAnalysisResult)
src/MainLimitChecker.ts:112
Methodconstructor
(private readonly configStore: ConfigStore, private readonly spreadAnalysisResult: SpreadAnalysisResult)
src/MainLimitChecker.ts:126
Methodconstructor
(private readonly configStore: ConfigStore, private readonly spreadAnalysisResult: SpreadAnalysisResult)
src/MainLimitChecker.ts:153
Methodconstructor
(private readonly configStore: ConfigStore, private readonly spreadAnalysisResult: SpreadAnalysisResult)
src/MainLimitChecker.ts:179
Methodconstructor
(private readonly configStore: ConfigStore)
src/MainLimitChecker.ts:204
Methodconstructor
( @multiInject(symbols.BrokerAdapter) brokerAdapters: BrokerAdapter[], private readonly brokerStabilit
src/BrokerAdapterRouter.ts:15
Methodconstructor
( private readonly quoteAggregator: QuoteAggregator, @inject(symbols.ConfigStore) private readonly con
src/Arbitrager.ts:21
Methodconstructor
(@inject(symbols.HistoricalOrderStore) private readonly historicalOrderStore: HistoricalOrderStore)
src/OrderService.ts:12
Methodconstructor
( private readonly quoteAggregator: QuoteAggregator, private readonly spreadAnalyzer: SpreadAnalyzer,
src/ReportService.ts:32
Methodconstructor
(chronoDB: ChronoDB)
src/ActivePairLevelStore.ts:9
Methodconstructor
( private readonly quoteAggregator: QuoteAggregator, @inject(symbols.ConfigStore) private readonly con
src/WebGateway.ts:37
Methodconstructor
(private readonly configValidator: ConfigValidator)
src/JsonConfigStore.ts:24
Methodconstructor
( @inject(symbols.ConfigStore) private readonly configStore: ConfigStore, private readonly brokerAdapt
src/PositionService.ts:20
Methodconstructor
(private readonly ioc: Container)
src/AppRoot.ts:19
Methodconstructor
(chronoDB: ChronoDB)
src/HistoricalOrderStore.ts:9
Methodconstructor
(@inject(symbols.ConfigStore) private readonly configStore: ConfigStore)
src/BrokerStabilityTracker.ts:14
Methodconstructor
( private readonly brokerAdapterRouter: BrokerAdapterRouter, @inject(symbols.ConfigStore) configStore:
src/SingleLegHandler.ts:19
Methodconstructor
(init: OrderInit)
src/OrderImpl.ts:18
Methodconstructor
(private readonly key: string, private readonly secret: string)
src/Bitflyer/BrokerApi.ts:23
Methodconstructor
(private readonly config: BrokerConfigType)
src/Bitflyer/BrokerAdapterImpl.ts:25
Methodconstructor
(private readonly key: string, private readonly secret: string)
src/Coincheck/BrokerApi.ts:27
Methodconstructor
(private readonly config: BrokerConfigType)
src/Coincheck/BrokerAdapterImpl.ts:27
Methodconstructor
(private readonly brokerApi: BrokerApi)
src/Coincheck/CashStrategy.ts:6
Methodconstructor
(private readonly brokerApi: BrokerApi)
src/Coincheck/NetOutStrategy.ts:8
Methodconstructor
(private readonly brokerApi: BrokerApi)
src/Coincheck/MarginOpenStrategy.ts:8
Methodconstructor
(private readonly config: LineConfig)
src/transport/LineIntegration.ts:9
Methodconstructor
(private readonly config: SlackConfig)
src/transport/SlackIntegration.ts:7
Methodconstructor
()
src/analytics/AnalyticsService.ts:21
Methodconstructor
(private readonly key: string, private readonly secret: string)
src/Quoine/BrokerApi.ts:22
Methodconstructor
(private readonly config: BrokerConfigType)
src/Quoine/BrokerAdapterImpl.ts:26
Methodconstructor
(private readonly brokerApi: BrokerApi)
src/Quoine/CashStrategy.ts:5
Methodconstructor
(private readonly brokerApi: BrokerApi)
src/Quoine/NetOutStrategy.ts:6
Methodconstructor
(history)
src/__tests__/DummyPlugin.ts:8
Methodconstructor
(history)
plugins/SimpleSpreadStatHandler.js:9
Methodconstructor
()
webui/src/app/app.component.ts:9
Methodconstructor
(init: OrderInit)
webui/src/app/OrderImpl.ts:18
Methodconstructor
(private readonly wsService: WsService)
webui/src/app/depth.service.ts:12
Methodconstructor
(private readonly wsService: WsService)
webui/src/app/config-form/config-form.component.ts:15
Methodconstructor
(private readonly wsService: WsService)
webui/src/app/main-view/main-view.component.ts:17
Methodconstructor
(private readonly wsService: WsService)
webui/src/app/main-view/active-pair/active-pair.component.ts:16
Methodconstructor
(private readonly wsService: WsService)
webui/src/app/main-view/spread-analysis/spread-analysis.component.ts:15
Methodconstructor
(private readonly wsService: WsService)
webui/src/app/main-view/position/position.component.ts:15
Methodconstructor
(private readonly depthService: DepthService)
webui/src/app/main-view/depth/depth.component.ts:19
Methodconstructor
()
webui/src/app/main-view/depth/depth-size-cell/depth-size-cell.component.ts:16
Methodconstructor
()
webui/src/app/main-view/depth/depth-price-cell/depth-price-cell.component.ts:14
Methodconstructor
(private readonly logService: LogService)
webui/src/app/main-view/log-view/log-view.component.ts:19
Methodconstructor
( private readonly quotes: Quote[], private readonly positionMap: BrokerMap<BrokerPosition>, priva
webui/src/app/shared/buildDepthTable.ts:9
Methodconstructor
()
webui/src/app/shared/loading/loading.component.ts:8
Functioncreate
(config: BrokerConfigType)
src/Bitflyer/index.ts:4
Functioncreate
(config: BrokerConfigType)
src/Coincheck/index.ts:4
Functioncreate
(config: BrokerConfigType)
src/Quoine/index.ts:4
Methoddel
(key: string)
src/ActivePairLevelStore.ts:30
Methoddel
(key: string)
src/HistoricalOrderStore.ts:27
Methoddel
(key: string)
src/types/components.ts:96
MethoddelAll
()
src/ActivePairLevelStore.ts:35
MethoddelAll
()
src/HistoricalOrderStore.ts:32
MethoddelAll
()
src/types/components.ts:97
MethoddepthReducer
(depthLine: DepthLine, q: Quote)
webui/src/app/shared/buildDepthTable.ts:66
MethodfetchQuotes
(broker: Broker)
src/BrokerAdapterRouter.ts:64
MethodfetchQuotes
()
src/Bitflyer/BrokerAdapterImpl.ts:89
MethodfetchQuotes
()
src/Coincheck/BrokerAdapterImpl.ts:44
MethodfetchQuotes
()
src/Quoine/BrokerAdapterImpl.ts:65
FunctionfillBuy
src/__tests__/ArbitragerImpl.test.ts:913
Methodfilled
()
src/OrderImpl.ts:50
Methodfilled
()
webui/src/app/OrderImpl.ts:50
MethodfilledNotional
()
src/OrderImpl.ts:54
MethodfilledNotional
()
webui/src/app/OrderImpl.ts:54
MethodformatBrokerPosition
(brokerPosition: BrokerPosition)
src/PositionService.ts:46
Methodget
(key: string)
src/ActivePairLevelStore.ts:17
Methodget
(key: string)
src/HistoricalOrderStore.ts:14
Methodget
(path: string, requestParam?: T)
src/Bitflyer/BrokerApi.ts:78
Methodget
(key: string)
src/types/components.ts:93
Methodget
(path: string, requestParam?: T)
src/Coincheck/BrokerApi.ts:130
Methodget
(path: string, requestParam?: T)
src/Quoine/BrokerApi.ts:85
MethodgetAll
()
src/ActivePairLevelStore.ts:21
MethodgetAll
()
src/HistoricalOrderStore.ts:18
MethodgetAll
()
src/types/components.ts:94
FunctiongetAverageFilledPrice
(order: Order)
webui/src/app/util.ts:5
MethodgetBtcPosition
()
src/Bitflyer/BrokerAdapterImpl.ts:80
MethodgetBtcPosition
()
src/Coincheck/BrokerAdapterImpl.ts:36
MethodgetBtcPosition
()
src/Coincheck/CashStrategy.ts:28
MethodgetBtcPosition
()
src/Coincheck/NetOutStrategy.ts:25
MethodgetBtcPosition
()
src/Coincheck/MarginOpenStrategy.ts:30
MethodgetBtcPosition
()
src/Coincheck/types.ts:248
MethodgetBtcPosition
()
src/Quoine/BrokerAdapterImpl.ts:57
MethodgetBtcPosition
()
src/Quoine/CashStrategy.ts:7
MethodgetBtcPosition
()
src/Quoine/NetOutStrategy.ts:8
MethodgetCssClass
(s: DepthSizeCell)
webui/src/app/main-view/depth/depth-size-cell/depth-size-cell.component.ts:27
MethodgetCssClass
(b: DepthBrokerCell)
webui/src/app/main-view/depth/depth-broker-cell/depth-broker-cell.component.ts:14
MethodgetCssClass
()
webui/src/app/main-view/depth/depth-price-cell/depth-price-cell.component.ts:26
← previousnext →201–300 of 375, ranked by callers