bfx-api-node-models
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -21,2 +21,3 @@ 'use strict' | ||
typePrev: 9, | ||
mtsTIF: 10, | ||
flags: 12, | ||
@@ -427,3 +428,6 @@ status: 13, | ||
flags: this.flags || 0, | ||
meta: this.meta // optional | ||
meta: this.meta, // optional | ||
// optional, populated only for new orders; it is mtsTIF for existing orders | ||
tif: this.tif | ||
} | ||
@@ -430,0 +434,0 @@ |
{ | ||
"name": "bfx-api-node-models", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Object models for usage with the Bitfinex node API", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -14,3 +14,3 @@ /* eslint-env mocha */ | ||
'id', 'gid', 'cid', 'symbol', 'mtsCreate', 'mtsUpdate', 'amount', | ||
'amountOrig', 'type', 'typePrev', null, null, 'flags', 'status', null, | ||
'amountOrig', 'type', 'typePrev', 'mtsTIF', null, 'flags', 'status', null, | ||
null, 'price', 'priceAvg', 'priceTrailing', 'priceAuxLimit', null, null, | ||
@@ -17,0 +17,0 @@ null, 'notify', null, 'placedId' |
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
97817
3305