Skip to content

Commit 05561e6

Browse files
committed
There is no KEY in the status message
1 parent 1974023 commit 05561e6

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

lib/status_messages_deriv.js

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,18 @@ const priceValidator = require('./validators/price')
55
const Model = require('./model')
66

77
const fields = {
8-
key: 0,
9-
timestamp: 1,
10-
price: 3,
11-
priceSpot: 4,
12-
fundBal: 6,
13-
fundingEventTimestamp: 8,
14-
fundingAccrued: 9,
15-
fundingStep: 10,
8+
timestamp: 0,
9+
price: 2,
10+
priceSpot: 3,
11+
fundBal: 5,
12+
fundingEventTimestamp: 7,
13+
fundingAccrued: 8,
14+
fundingStep: 9,
1615
currentFunding: 11,
17-
markprice: 15,
18-
openInterest: 18,
19-
clampMin: 22,
20-
clampMax: 23
16+
markprice: 14,
17+
openInterest: 17,
18+
clampMin: 21,
19+
clampMax: 22
2120
}
2221

2322
/**

0 commit comments

Comments
 (0)