tardis-dev
Advanced tools
Comparing version 12.4.3 to 12.4.4
@@ -45,5 +45,5 @@ import type { SymbolType } from './exchangedetails'; | ||
/** only for quanto instruments */ | ||
quantoUnit?: string; | ||
/** only for quanto instruments */ | ||
quantoMultiplier?: number; | ||
quanto?: boolean; | ||
/** only for quanto instruments as settlement currency is different base/quote currency */ | ||
settlementCurrency?: string; | ||
/** strike price, only for options */ | ||
@@ -50,0 +50,0 @@ strikePrice?: number; |
{ | ||
"name": "tardis-dev", | ||
"version": "12.4.3", | ||
"version": "12.4.4", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=12" |
@@ -81,5 +81,5 @@ import got from 'got' | ||
/** only for quanto instruments */ | ||
quantoUnit?: string | ||
/** only for quanto instruments */ | ||
quantoMultiplier?: number | ||
quanto?: boolean | ||
/** only for quanto instruments as settlement currency is different base/quote currency */ | ||
settlementCurrency?: string | ||
/** strike price, only for options */ | ||
@@ -86,0 +86,0 @@ strikePrice?: number |
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
1028514
5