bfx-api-node-models
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -22,4 +22,8 @@ 'use strict' | ||
mtsTIF: 10, | ||
// placeholder | ||
// placeholder | ||
flags: 12, | ||
status: 13, | ||
// placeholder | ||
// placeholder | ||
price: 16, | ||
@@ -29,4 +33,14 @@ priceAvg: 17, | ||
priceAuxLimit: 19, | ||
// placeholder | ||
// placeholder | ||
// placeholder | ||
notify: 23, | ||
placedId: 25 | ||
hidden: 24, | ||
placedId: 25, | ||
// placeholder | ||
// placeholder | ||
routing: 28, | ||
// placeholder | ||
// placeholder | ||
meta: 31 | ||
} | ||
@@ -33,0 +47,0 @@ |
{ | ||
"name": "bfx-api-node-models", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Object models for usage with the Bitfinex node API", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -11,3 +11,3 @@ /* eslint-env mocha */ | ||
model: Order, | ||
boolFields: ['notify'], | ||
boolFields: ['notify', 'hidden'], | ||
orderedFields: [ | ||
@@ -17,3 +17,3 @@ 'id', 'gid', 'cid', 'symbol', 'mtsCreate', 'mtsUpdate', 'amount', | ||
null, 'price', 'priceAvg', 'priceTrailing', 'priceAuxLimit', null, null, | ||
null, 'notify', null, 'placedId' | ||
null, 'notify', 'hidden', 'placedId', null, null, 'routing', null, null, 'meta' | ||
] | ||
@@ -20,0 +20,0 @@ }) |
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
178384
4080