bbgo_origin/pkg/service
TonyQ 3e45035ab1 database: sqlite3 issue fix
database: upgrade gosqllite3 version for increasing variable amount limit
	types: update kline starttime/endtime field to prevent sqlite3
	time parsing issue.

	fix #215
2021-12-15 14:34:31 +08:00
..
account.go account: add nav_history_details and account_service for #302 2021-12-14 08:09:18 +08:00
backtest.go database: sqlite3 issue fix 2021-12-15 14:34:31 +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 service: add is_futures fields to order service 2021-12-08 19:38:10 +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 account: add nav_history_details and account_service for #302 2021-12-14 08:09:18 +08:00
trade_test.go rename MarkStrategyID to just Mark 2021-03-16 14:07:47 +08:00
trade.go service: add is_futures fields to trade service 2021-12-08 19:38:16 +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