diff --git a/lib/status_messages_deriv.js b/lib/status_messages_deriv.js index cedf826..2391d65 100644 --- a/lib/status_messages_deriv.js +++ b/lib/status_messages_deriv.js @@ -5,19 +5,18 @@ const priceValidator = require('./validators/price') const Model = require('./model') const fields = { - key: 0, - timestamp: 1, - price: 3, - priceSpot: 4, - fundBal: 6, - fundingEventTimestamp: 8, - fundingAccrued: 9, - fundingStep: 10, + timestamp: 0, + price: 2, + priceSpot: 3, + fundBal: 5, + fundingEventTimestamp: 7, + fundingAccrued: 8, + fundingStep: 9, currentFunding: 11, - markprice: 15, - openInterest: 18, - clampMin: 22, - clampMax: 23 + markprice: 14, + openInterest: 17, + clampMin: 21, + clampMax: 22 } /**