bfx-api-node-models
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -12,3 +12,5 @@ 'use strict' | ||
buyingWeightedPrice: 7, | ||
sellingWeightedPrice: 8 | ||
sellingWeightedPrice: 8, | ||
firstTradeMts: 10, | ||
lastTradeMts: 11 | ||
} | ||
@@ -29,2 +31,4 @@ | ||
* @param {number} data.sellingWeightedPrice - selling weighted price | ||
* @param {number} data.firstTradeMts - first trade ms timestamp | ||
* @param {number} data.lastTradeMts - last trade ms timestamp | ||
*/ | ||
@@ -60,3 +64,5 @@ constructor (data = {}) { | ||
buyingWeightedPrice: numberValidator, | ||
sellingWeightedPrice: numberValidator | ||
sellingWeightedPrice: numberValidator, | ||
firstTradeMts: numberValidator, | ||
lastTradeMts: numberValidator | ||
} | ||
@@ -63,0 +69,0 @@ }) |
{ | ||
"name": "bfx-api-node-models", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Object models for usage with the Bitfinex node API", | ||
@@ -5,0 +5,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
146893
4474