Skip to content

Commit

Permalink
There is no KEY in the status message
Browse files Browse the repository at this point in the history
  • Loading branch information
fieldfoxWim committed Sep 23, 2021
1 parent 1974023 commit 05561e6
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions lib/status_messages_deriv.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

/**
Expand Down

0 comments on commit 05561e6

Please sign in to comment.