Skip to content

Commit

Permalink
add LTC
Browse files Browse the repository at this point in the history
  • Loading branch information
haipome committed Jun 29, 2017
1 parent 4b333b8 commit 1e1bed9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions accessws/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"BTCCNY": ["0", "1", "5", "10"],
"ETHCNY": ["0", "0.1", "1", "5"],
"ZECCNY": ["0", "0.1", "1", "5"],
"LTCCNY": ["0", "0.1", "0.5", "1"],
"148ETH": ["0", "0.0001", "0.001", "0.005"]
},
"depth_limit": [1, 5, 10, 20, 30, 50, 100]
Expand Down
16 changes: 15 additions & 1 deletion matchengine/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"assets": [
{
"name": "CNY",
"prec_save": 8,
"prec_save": 10,
"prec_show": 2
}, {
"name": "BTC",
Expand All @@ -52,6 +52,10 @@
"name": "ZEC",
"prec_save": 8,
"prec_show": 8
}, {
"name": "LTC",
"prec_save": 8,
"prec_show": 8
}, {
"name": "148",
"prec_save": 8,
Expand Down Expand Up @@ -93,6 +97,16 @@
"name": "CNY",
"prec": 2
}
}, {
"name": "LTCCNY",
"stock": {
"name": "LTC",
"prec": 4
},
"money": {
"name": "CNY",
"prec": 2
}
}, {
"name": "148ETH",
"stock": {
Expand Down

0 comments on commit 1e1bed9

Please sign in to comment.