Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitrinjani/r2
/ functions
Functions
375 in github.com/bitrinjani/r2
⨍
Functions
375
◇
Types & classes
321
Method
connect
()
webui/src/app/log.service.ts:17
Method
constructor
( @inject(symbols.ConfigStore) private readonly configStore: ConfigStore, private readonly brokerAdapt
src/PairTrader.ts:29
Method
constructor
(public readonly baseUrl: string)
src/WebClient.ts:8
Method
constructor
( @inject(symbols.ConfigStore) private readonly configStore: ConfigStore, private readonly brokerAdapt
src/QuoteAggregator.ts:17
Method
constructor
( @inject(symbols.ConfigStore) private readonly configStore: ConfigStore, private readonly positionSer
src/OpportunitySearcher.ts:30
Method
constructor
(@inject(symbols.ConfigStore) private readonly configStore: ConfigStore)
src/SpreadAnalyzer.ts:27
Method
constructor
( @inject(symbols.ConfigStore) private readonly configStore: ConfigStore, private readonly positionSer
src/LimitCheckerFactory.ts:9
Method
constructor
( configStore: ConfigStore, positionService: PositionService, spreadAnalysisResult: SpreadAnalysis
src/MainLimitChecker.ts:18
Method
constructor
( private readonly configStore: ConfigStore, private readonly spreadAnalysisResult: SpreadAnalysisResu
src/MainLimitChecker.ts:59
Method
constructor
(private readonly configStore: ConfigStore, private readonly positionService: PositionService)
src/MainLimitChecker.ts:98
Method
constructor
(private readonly spreadAnalysisResult: SpreadAnalysisResult)
src/MainLimitChecker.ts:112
Method
constructor
(private readonly configStore: ConfigStore, private readonly spreadAnalysisResult: SpreadAnalysisResult)
src/MainLimitChecker.ts:126
Method
constructor
(private readonly configStore: ConfigStore, private readonly spreadAnalysisResult: SpreadAnalysisResult)
src/MainLimitChecker.ts:153
Method
constructor
(private readonly configStore: ConfigStore, private readonly spreadAnalysisResult: SpreadAnalysisResult)
src/MainLimitChecker.ts:179
Method
constructor
(private readonly configStore: ConfigStore)
src/MainLimitChecker.ts:204
Method
constructor
( @multiInject(symbols.BrokerAdapter) brokerAdapters: BrokerAdapter[], private readonly brokerStabilit
src/BrokerAdapterRouter.ts:15
Method
constructor
( private readonly quoteAggregator: QuoteAggregator, @inject(symbols.ConfigStore) private readonly con
src/Arbitrager.ts:21
Method
constructor
(@inject(symbols.HistoricalOrderStore) private readonly historicalOrderStore: HistoricalOrderStore)
src/OrderService.ts:12
Method
constructor
( private readonly quoteAggregator: QuoteAggregator, private readonly spreadAnalyzer: SpreadAnalyzer,
src/ReportService.ts:32
Method
constructor
(chronoDB: ChronoDB)
src/ActivePairLevelStore.ts:9
Method
constructor
( private readonly quoteAggregator: QuoteAggregator, @inject(symbols.ConfigStore) private readonly con
src/WebGateway.ts:37
Method
constructor
(private readonly configValidator: ConfigValidator)
src/JsonConfigStore.ts:24
Method
constructor
( @inject(symbols.ConfigStore) private readonly configStore: ConfigStore, private readonly brokerAdapt
src/PositionService.ts:20
Method
constructor
(private readonly ioc: Container)
src/AppRoot.ts:19
Method
constructor
(chronoDB: ChronoDB)
src/HistoricalOrderStore.ts:9
Method
constructor
(@inject(symbols.ConfigStore) private readonly configStore: ConfigStore)
src/BrokerStabilityTracker.ts:14
Method
constructor
( private readonly brokerAdapterRouter: BrokerAdapterRouter, @inject(symbols.ConfigStore) configStore:
src/SingleLegHandler.ts:19
Method
constructor
(init: OrderInit)
src/OrderImpl.ts:18
Method
constructor
(private readonly key: string, private readonly secret: string)
src/Bitflyer/BrokerApi.ts:23
Method
constructor
(private readonly config: BrokerConfigType)
src/Bitflyer/BrokerAdapterImpl.ts:25
Method
constructor
(private readonly key: string, private readonly secret: string)
src/Coincheck/BrokerApi.ts:27
Method
constructor
(private readonly config: BrokerConfigType)
src/Coincheck/BrokerAdapterImpl.ts:27
Method
constructor
(private readonly brokerApi: BrokerApi)
src/Coincheck/CashStrategy.ts:6
Method
constructor
(private readonly brokerApi: BrokerApi)
src/Coincheck/NetOutStrategy.ts:8
Method
constructor
(private readonly brokerApi: BrokerApi)
src/Coincheck/MarginOpenStrategy.ts:8
Method
constructor
(private readonly config: LineConfig)
src/transport/LineIntegration.ts:9
Method
constructor
(private readonly config: SlackConfig)
src/transport/SlackIntegration.ts:7
Method
constructor
()
src/analytics/AnalyticsService.ts:21
Method
constructor
(private readonly key: string, private readonly secret: string)
src/Quoine/BrokerApi.ts:22
Method
constructor
(private readonly config: BrokerConfigType)
src/Quoine/BrokerAdapterImpl.ts:26
Method
constructor
(private readonly brokerApi: BrokerApi)
src/Quoine/CashStrategy.ts:5
Method
constructor
(private readonly brokerApi: BrokerApi)
src/Quoine/NetOutStrategy.ts:6
Method
constructor
(history)
src/__tests__/DummyPlugin.ts:8
Method
constructor
(history)
plugins/SimpleSpreadStatHandler.js:9
Method
constructor
()
webui/src/app/app.component.ts:9
Method
constructor
(init: OrderInit)
webui/src/app/OrderImpl.ts:18
Method
constructor
(private readonly wsService: WsService)
webui/src/app/depth.service.ts:12
Method
constructor
(private readonly wsService: WsService)
webui/src/app/config-form/config-form.component.ts:15
Method
constructor
(private readonly wsService: WsService)
webui/src/app/main-view/main-view.component.ts:17
Method
constructor
(private readonly wsService: WsService)
webui/src/app/main-view/active-pair/active-pair.component.ts:16
Method
constructor
(private readonly wsService: WsService)
webui/src/app/main-view/spread-analysis/spread-analysis.component.ts:15
Method
constructor
(private readonly wsService: WsService)
webui/src/app/main-view/position/position.component.ts:15
Method
constructor
(private readonly depthService: DepthService)
webui/src/app/main-view/depth/depth.component.ts:19
Method
constructor
()
webui/src/app/main-view/depth/depth-size-cell/depth-size-cell.component.ts:16
Method
constructor
()
webui/src/app/main-view/depth/depth-price-cell/depth-price-cell.component.ts:14
Method
constructor
(private readonly logService: LogService)
webui/src/app/main-view/log-view/log-view.component.ts:19
Method
constructor
( private readonly quotes: Quote[], private readonly positionMap: BrokerMap<BrokerPosition>, priva
webui/src/app/shared/buildDepthTable.ts:9
Method
constructor
()
webui/src/app/shared/loading/loading.component.ts:8
Function
create
(config: BrokerConfigType)
src/Bitflyer/index.ts:4
Function
create
(config: BrokerConfigType)
src/Coincheck/index.ts:4
Function
create
(config: BrokerConfigType)
src/Quoine/index.ts:4
Method
del
(key: string)
src/ActivePairLevelStore.ts:30
Method
del
(key: string)
src/HistoricalOrderStore.ts:27
Method
del
(key: string)
src/types/components.ts:96
Method
delAll
()
src/ActivePairLevelStore.ts:35
Method
delAll
()
src/HistoricalOrderStore.ts:32
Method
delAll
()
src/types/components.ts:97
Method
depthReducer
(depthLine: DepthLine, q: Quote)
webui/src/app/shared/buildDepthTable.ts:66
Method
fetchQuotes
(broker: Broker)
src/BrokerAdapterRouter.ts:64
Method
fetchQuotes
()
src/Bitflyer/BrokerAdapterImpl.ts:89
Method
fetchQuotes
()
src/Coincheck/BrokerAdapterImpl.ts:44
Method
fetchQuotes
()
src/Quoine/BrokerAdapterImpl.ts:65
Function
fillBuy
src/__tests__/ArbitragerImpl.test.ts:913
Method
filled
()
src/OrderImpl.ts:50
Method
filled
()
webui/src/app/OrderImpl.ts:50
Method
filledNotional
()
src/OrderImpl.ts:54
Method
filledNotional
()
webui/src/app/OrderImpl.ts:54
Method
formatBrokerPosition
(brokerPosition: BrokerPosition)
src/PositionService.ts:46
Method
get
(key: string)
src/ActivePairLevelStore.ts:17
Method
get
(key: string)
src/HistoricalOrderStore.ts:14
Method
get
(path: string, requestParam?: T)
src/Bitflyer/BrokerApi.ts:78
Method
get
(key: string)
src/types/components.ts:93
Method
get
(path: string, requestParam?: T)
src/Coincheck/BrokerApi.ts:130
Method
get
(path: string, requestParam?: T)
src/Quoine/BrokerApi.ts:85
Method
getAll
()
src/ActivePairLevelStore.ts:21
Method
getAll
()
src/HistoricalOrderStore.ts:18
Method
getAll
()
src/types/components.ts:94
Function
getAverageFilledPrice
(order: Order)
webui/src/app/util.ts:5
Method
getBtcPosition
()
src/Bitflyer/BrokerAdapterImpl.ts:80
Method
getBtcPosition
()
src/Coincheck/BrokerAdapterImpl.ts:36
Method
getBtcPosition
()
src/Coincheck/CashStrategy.ts:28
Method
getBtcPosition
()
src/Coincheck/NetOutStrategy.ts:25
Method
getBtcPosition
()
src/Coincheck/MarginOpenStrategy.ts:30
Method
getBtcPosition
()
src/Coincheck/types.ts:248
Method
getBtcPosition
()
src/Quoine/BrokerAdapterImpl.ts:57
Method
getBtcPosition
()
src/Quoine/CashStrategy.ts:7
Method
getBtcPosition
()
src/Quoine/NetOutStrategy.ts:8
Method
getCssClass
(s: DepthSizeCell)
webui/src/app/main-view/depth/depth-size-cell/depth-size-cell.component.ts:27
Method
getCssClass
(b: DepthBrokerCell)
webui/src/app/main-view/depth/depth-broker-cell/depth-broker-cell.component.ts:14
Method
getCssClass
()
webui/src/app/main-view/depth/depth-price-cell/depth-price-cell.component.ts:26
← previous
next →
201–300 of 375, ranked by callers