Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
T
ts-api-demo
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wmvm
ts-api-demo
Commits
5395fe73
Commit
5395fe73
authored
Oct 23, 2024
by
ml
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
统计项目方做市商成交量信息,并设置费率
parent
9c7aa18f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
532 additions
and
3 deletions
+532
-3
task.market.maker.statis.service.ts
cron/service/task.market.maker.statis.service.ts
+530
-0
task_market_maker_statis.ts
cron/task/task_market_maker_statis.ts
+2
-3
No files found.
cron/service/
marketMakerMgr
.service.ts
→
cron/service/
task.market.maker.statis
.service.ts
View file @
5395fe73
This diff is collapsed.
Click to expand it.
cron/task/task_market_maker_statis.ts
View file @
5395fe73
/*
import
{
statisProjectMakerDeals
}
from
"../service/task.market.maker.statis.service"
;
import { statisProjectMakerDeals } from "../service/marketMakerMgr.service";
const
schedule
=
require
(
'node-schedule'
);
const
schedule
=
require
(
'node-schedule'
);
const
logger
=
require
(
'@madex/ex-js-public'
).
logger
;
const
logger
=
require
(
'@madex/ex-js-public'
).
logger
;
...
@@ -21,4 +20,4 @@ let setFeeRateJob = schedule.scheduleJob('0 10 0 * * *', async function () {
...
@@ -21,4 +20,4 @@ let setFeeRateJob = schedule.scheduleJob('0 10 0 * * *', async function () {
inJob
=
false
;
inJob
=
false
;
logger
.
warn
(
' 统计项目方做市商成交量 error'
,
error
);
logger
.
warn
(
' 统计项目方做市商成交量 error'
,
error
);
}
}
});
*/
});
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment