bbgo_origin/pkg/service
2021-12-07 15:21:37 +08:00
..
backtest.go add strict start time, sync time checking for preventing back-test failure 2021-12-07 15:21:37 +08:00
database.go fix go migration loader 2021-02-17 19:06:55 +08:00
db_test.go refactor and implement reward sync and query 2021-02-23 22:53:00 +08:00
deposit_test.go move Time type to types.Time 2021-05-21 00:10:53 +08:00
deposit.go adjust withdraw/deposit query limit since there are no many in most cases 2021-03-16 02:14:24 +08:00
errors.go move persistence service into the service package 2021-02-21 00:45:56 +08:00
memory_test.go move persistence service into the service package 2021-02-21 00:45:56 +08:00
memory.go resolve cyclic imports 2021-02-21 01:01:39 +08:00
order_test.go order: extract query order sql generator 2021-02-03 18:31:32 +08:00
order.go implement sync method on the order service 2021-03-14 11:18:22 +08:00
persistence_facade.go add Get method to the persistence service facade 2021-02-21 16:55:45 +08:00
persistence_json.go resolve cyclic imports 2021-02-21 01:01:39 +08:00
persistence_redis_test.go resolve cyclic imports 2021-02-21 01:01:39 +08:00
persistence_redis.go resolve cyclic imports 2021-02-21 01:01:39 +08:00
persistence.go fix persistence config unmarshalling 2021-05-02 18:16:34 +08:00
reward_test.go move Time type to types.Time 2021-05-21 00:10:53 +08:00
reward.go add reward service todo 2021-03-14 11:18:23 +08:00
sync.go connect sync with deposit and withdraw services 2021-03-14 11:18:23 +08:00
totp.go supporting otp key restore from key url 2020-12-11 17:12:16 +08:00
trade_test.go rename MarkStrategyID to just Mark 2021-03-16 14:07:47 +08:00
trade.go clear all trades before running backtests 2021-05-30 15:25:00 +08:00
websocket.go ws: make Reconnect() public 2021-02-27 18:42:45 +08:00
websocketclientbase_callbacks.go ws: implement base websocket client 2021-02-27 16:48:50 +08:00
withdraw_test.go move Time type to types.Time 2021-05-21 00:10:53 +08:00
withdraw.go adjust withdraw/deposit query limit since there are no many in most cases 2021-03-16 02:14:24 +08:00