From f00429902d19dbfdc92ae2efe1a79bc64ee77061 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Apr 2021 11:54:47 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] --- CHANGELOG.md | 14 + docs/assets/css/main.css | 142 +- docs/assets/js/main.js | 2 +- docs/assets/js/search.js | 3767 ++++++++--------- docs/classes/fetcherror.html | 650 --- docs/classes/jsonstream.html | 869 ++-- docs/classes/restclient.html | 314 +- docs/index.html | 24 +- docs/interfaces/iaccountsummary.html | 72 +- docs/interfaces/iaccountsummaryoptions.html | 20 +- docs/interfaces/iactiveordersoptionsv2.html | 24 +- docs/interfaces/iactiveordersoptionsv3.html | 20 +- .../ibaseaccountsummaryoptions.html | 16 +- docs/interfaces/ibaseactiveordersoptions.html | 16 +- docs/interfaces/ibaseposition.html | 60 +- docs/interfaces/icancelorderoptions.html | 16 +- docs/interfaces/icandle.html | 28 +- docs/interfaces/icandlesoptions.html | 40 +- docs/interfaces/icrossrate.html | 16 +- docs/interfaces/icrossrateoptions.html | 16 +- docs/interfaces/icurrencies.html | 4 +- docs/interfaces/icurrency.html | 24 +- docs/interfaces/idailychange.html | 28 +- docs/interfaces/iexanteoptions.html | 28 +- docs/interfaces/iexchange.html | 20 +- docs/interfaces/iexchangeid.html | 12 +- docs/interfaces/ifillv2.html | 49 +- docs/interfaces/ifillv3.html | 49 +- docs/interfaces/igroupid.html | 12 +- docs/interfaces/iinstrumentgroup.html | 24 +- docs/interfaces/iinstrumentschedule.html | 4 +- docs/interfaces/iinstrumentspecification.html | 24 +- docs/interfaces/iinstrumenttype.html | 4 +- docs/interfaces/iintrumentinterval.html | 16 +- docs/interfaces/iintrumentv2.html | 179 +- docs/interfaces/iintrumentv3.html | 179 +- docs/interfaces/ilastquote.html | 38 +- docs/interfaces/ilastquoteoptions.html | 20 +- docs/interfaces/ioptiondatav2.html | 34 +- docs/interfaces/ioptiondatav3.html | 34 +- docs/interfaces/iorderid.html | 12 +- docs/interfaces/iordersoptionsv2.html | 80 +- docs/interfaces/iordersoptionsv3.html | 76 +- docs/interfaces/iorderstatev2.html | 53 +- docs/interfaces/iorderstatev3.html | 53 +- docs/interfaces/iorderv2.html | 95 +- docs/interfaces/iorderv3.html | 95 +- docs/interfaces/iplaceorderoptionsv2.html | 296 +- docs/interfaces/iplaceorderoptionsv3.html | 292 +- docs/interfaces/ipositionv2.html | 64 +- docs/interfaces/ipositionv3.html | 64 +- docs/interfaces/iquotesidev2.html | 8 +- docs/interfaces/iquotesidev3.html | 8 +- docs/interfaces/ireplaceorderoptions.html | 32 +- docs/interfaces/isymbolid.html | 12 +- docs/interfaces/isymbolidoptions.html | 12 +- docs/interfaces/isymbolids.html | 4 +- docs/interfaces/isymbolidtype.html | 12 +- docs/interfaces/isymbolschedule.html | 20 +- docs/interfaces/iticksoptions.html | 44 +- docs/interfaces/itradetickv2.html | 38 +- docs/interfaces/itradetickv3.html | 38 +- docs/interfaces/itransactionsoptions.html | 104 +- docs/interfaces/itransactionv2.html | 94 +- docs/interfaces/itransactionv3.html | 94 +- docs/interfaces/iuseraccount.html | 8 +- docs/interfaces/iversion.html | 8 +- docs/modules.html | 98 +- package-lock.json | 4 +- package.json | 2 +- 70 files changed, 4119 insertions(+), 4609 deletions(-) delete mode 100644 docs/classes/fetcherror.html diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dd4f6f..d42c658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [3.0.0](https://github.com/b2broker/exante-node/compare/v2.0.0...v3.0.0) (2021-04-21) + +### ⚠ BREAKING CHANGES + +- parse not ok responses as json + +### Bug Fixes + +- parse not ok responses as json ([4a590a1](https://github.com/b2broker/exante-node/commit/4a590a15a0cf5a3b8faaa9d1666a2bf9b7bb61a5)) + +### Performance Improvements + +- **JSONStream:** add the `json_string` field to errors ([23ae7cf](https://github.com/b2broker/exante-node/commit/23ae7cfcffa516d89ea418e1cf884f120932bc6e)) + ## [2.0.0](https://github.com/b2broker/exante-node/compare/v1.31.1...v2.0.0) (2021-02-08) ### ⚠ BREAKING CHANGES diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css index e186375..99dc671 100644 --- a/docs/assets/css/main.css +++ b/docs/assets/css/main.css @@ -1,3 +1,25 @@ +:root { + --color-background: #fdfdfd; + --color-text: #222; + --color-text-aside: #707070; + --color-link: #4da6ff; + --color-menu-divider: #eee; + --color-menu-divider-focus: #000; + --color-menu-label: #707070; + --color-panel: #fff; + --color-panel-divider: #eee; + --color-comment-tag: #707070; + --color-comment-tag-text: #fff; + --color-code-background: rgba(0, 0, 0, 0.04); + --color-ts: #9600ff; + --color-ts-interface: #647f1b; + --color-ts-enum: #937210; + --color-ts-class: #0672de; + --color-ts-private: #707070; + --color-toolbar: #fff; + --color-toolbar-text: #333; +} + /*! normalize.css v1.1.3 | MIT License | git.io/normalize */ /* ========================================================================== * * HTML5 display definitions @@ -1802,14 +1824,14 @@ ul.tsd-descriptions > li > :last-child > :last-child > :last-child, } } body { - background: #fdfdfd; + background: var(--color-background); font-family: "Segoe UI", sans-serif; font-size: 16px; - color: #222; + color: var(--color-text); } a { - color: #4da6ff; + color: var(--color-link); text-decoration: none; } a:hover { @@ -1822,7 +1844,7 @@ pre { padding: 0.2em; margin: 0; font-size: 14px; - background-color: rgba(0, 0, 0, 0.04); + background-color: var(--color-code-background); } pre { @@ -1895,7 +1917,7 @@ blockquote { padding: 20px 20px 0 0; max-width: 450px; visibility: hidden; - background-color: #fff; + background-color: var(--color-panel); transform: translate(100%, 0); } html.default .col-menu > *:last-child { @@ -1955,7 +1977,7 @@ blockquote { .tsd-page-title { padding: 70px 0 20px 0; margin: 0 0 40px 0; - background: #fff; + background: var(--color-panel); box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); } .tsd-page-title h1 { @@ -1965,10 +1987,10 @@ blockquote { .tsd-breadcrumb { margin: 0; padding: 0; - color: #707070; + color: var(--color-text-aside); } .tsd-breadcrumb a { - color: #707070; + color: var(--color-text-aside); text-decoration: none; } .tsd-breadcrumb a:hover { @@ -2041,8 +2063,8 @@ dl.tsd-comment-tags dt { padding: 1px 5px; margin: 0 10px 0 0; border-radius: 4px; - border: 1px solid #707070; - color: #707070; + border: 1px solid var(--color-comment-tag); + color: var(--color-comment-tag); font-size: 0.8em; font-weight: normal; } @@ -2114,7 +2136,7 @@ dl.tsd-comment-tags p { top: 40px; right: 20px; height: auto; - background-color: #fff; + background-color: var(--color-panel); visibility: hidden; transform: translate(50%, 0); box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); @@ -2136,11 +2158,11 @@ dl.tsd-comment-tags p { } footer { - border-top: 1px solid #eee; - background-color: #fff; + border-top: 1px solid var(--color-panel-divider); + background-color: var(--color-panel); } footer.with-border-bottom { - border-bottom: 1px solid #eee; + border-bottom: 1px solid var(--color-panel-divider); } footer .tsd-legend-group { font-size: 0; @@ -2178,7 +2200,7 @@ footer .tsd-legend { .tsd-index-panel h3 { margin: 0 -20px 10px -20px; padding: 0 20px 10px 20px; - border-bottom: 1px solid #eee; + border-bottom: 1px solid var(--color-panel-divider); } .tsd-index-panel ul.tsd-index-list { -webkit-column-count: 3; @@ -2222,39 +2244,39 @@ footer .tsd-legend { } .tsd-index-panel a, .tsd-index-panel .tsd-parent-kind-module a { - color: #9600ff; + color: var(--color-ts); } .tsd-index-panel .tsd-parent-kind-interface a { - color: #647f1b; + color: var(--color-ts-interface); } .tsd-index-panel .tsd-parent-kind-enum a { - color: #937210; + color: var(--color-ts-enum); } .tsd-index-panel .tsd-parent-kind-class a { - color: #0672de; + color: var(--color-ts-class); } .tsd-index-panel .tsd-kind-module a { - color: #9600ff; + color: var(--color-ts); } .tsd-index-panel .tsd-kind-interface a { - color: #647f1b; + color: var(--color-ts-interface); } .tsd-index-panel .tsd-kind-enum a { - color: #937210; + color: var(--color-ts-enum); } .tsd-index-panel .tsd-kind-class a { - color: #0672de; + color: var(--color-ts-class); } .tsd-index-panel .tsd-is-private a { - color: #707070; + color: var(--color-ts-private); } .tsd-flag { display: inline-block; padding: 1px 5px; border-radius: 4px; - color: #fff; - background-color: #707070; + color: var(--color-comment-tag-text); + background-color: var(--color-comment-tag); text-indent: 0; font-size: 14px; font-weight: normal; @@ -2274,19 +2296,19 @@ footer .tsd-legend { border-bottom: none; } .tsd-member a[data-tsd-kind] { - color: #9600ff; + color: var(--color-ts); } .tsd-member a[data-tsd-kind="Interface"] { - color: #647f1b; + color: var(--color-ts-interface); } .tsd-member a[data-tsd-kind="Enum"] { - color: #937210; + color: var(--color-ts-enum); } .tsd-member a[data-tsd-kind="Class"] { - color: #0672de; + color: var(--color-ts-class); } .tsd-member a[data-tsd-kind="Private"] { - color: #707070; + color: var(--color-ts-private); } .tsd-navigation { @@ -2297,7 +2319,7 @@ footer .tsd-legend { padding-top: 2px; padding-bottom: 2px; border-left: 2px solid transparent; - color: #222; + color: var(--color-text); text-decoration: none; transition: border-left-color 0.1s; } @@ -2340,10 +2362,10 @@ footer .tsd-legend { padding-left: 105px; } .tsd-navigation.primary > ul { - border-bottom: 1px solid #eee; + border-bottom: 1px solid var(--color-panel-divider); } .tsd-navigation.primary li { - border-top: 1px solid #eee; + border-top: 1px solid var(--color-panel-divider); } .tsd-navigation.primary li.current > a { font-weight: bold; @@ -2351,7 +2373,7 @@ footer .tsd-legend { .tsd-navigation.primary li.label span { display: block; padding: 20px 0 6px 5px; - color: #707070; + color: var(--color-menu-label); } .tsd-navigation.primary li.globals + li > span, .tsd-navigation.primary li.globals + li > a { @@ -2392,16 +2414,16 @@ footer .tsd-legend { padding-left: 125px; } .tsd-navigation.secondary ul.current a { - border-left-color: #eee; + border-left-color: var(--color-panel-divider); } .tsd-navigation.secondary li.focus > a, .tsd-navigation.secondary ul.current li.focus > a { - border-left-color: #000; + border-left-color: var(--color-menu-divider-focus); } .tsd-navigation.secondary li.current { margin-top: 20px; margin-bottom: 20px; - border-left-color: #eee; + border-left-color: var(--color-panel-divider); } .tsd-navigation.secondary li.current > a { font-weight: bold; @@ -2416,7 +2438,7 @@ footer .tsd-legend { .tsd-panel { margin: 20px 0; padding: 20px; - background-color: #fff; + background-color: var(--color-panel); box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); } .tsd-panel:empty { @@ -2427,7 +2449,7 @@ footer .tsd-legend { .tsd-panel > h3 { margin: 1.5em -20px 10px -20px; padding: 0 20px 10px 20px; - border-bottom: 1px solid #eee; + border-bottom: 1px solid var(--color-panel-divider); } .tsd-panel > h1.tsd-before-signature, .tsd-panel > h2.tsd-before-signature, @@ -2494,7 +2516,7 @@ footer .tsd-legend { outline: 0; border: 0; background: transparent; - color: #222; + color: var(--color-text); } #tsd-search .field label { position: absolute; @@ -2517,17 +2539,17 @@ footer .tsd-legend { } #tsd-search .results li { padding: 0 10px; - background-color: #fdfdfd; + background-color: var(--color-background); } #tsd-search .results li:nth-child(even) { - background-color: #fff; + background-color: var(--color-panel); } #tsd-search .results li.state { display: none; } #tsd-search .results li.current, #tsd-search .results li:hover { - background-color: #eee; + background-color: var(--color-panel-divider); } #tsd-search .results a { display: block; @@ -2536,11 +2558,11 @@ footer .tsd-legend { top: 10px; } #tsd-search .results span.parent { - color: #707070; + color: var(--color-text-aside); font-weight: normal; } #tsd-search.has-focus { - background-color: #eee; + background-color: var(--color-panel-divider); } #tsd-search.has-focus .field input { top: 0; @@ -2563,7 +2585,7 @@ footer .tsd-legend { .tsd-signature { margin: 0 0 1em 0; padding: 10px; - border: 1px solid #eee; + border: 1px solid var(--color-panel-divider); font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-size: 14px; overflow-x: auto; @@ -2588,7 +2610,7 @@ footer .tsd-legend { } .tsd-signature-symbol { - color: #707070; + color: var(--color-text-aside); font-weight: normal; } @@ -2600,7 +2622,7 @@ footer .tsd-legend { .tsd-signatures { padding: 0; margin: 0 0 1em 0; - border: 1px solid #eee; + border: 1px solid var(--color-panel-divider); } .tsd-signatures .tsd-signature { margin: 0; @@ -2611,7 +2633,7 @@ footer .tsd-legend { border-top-width: 0; } .tsd-signatures .tsd-signature.current { - background-color: #eee; + background-color: var(--color-panel-divider); } .tsd-signatures.active > .tsd-signature { cursor: pointer; @@ -2687,11 +2709,11 @@ ul.tsd-type-parameters .tsd-comment { .tsd-sources { font-size: 14px; - color: #707070; + color: var(--color-text-aside); margin: 0 0 1em 0; } .tsd-sources a { - color: #707070; + color: var(--color-text-aside); text-decoration: underline; } .tsd-sources ul, @@ -2710,13 +2732,13 @@ ul.tsd-type-parameters .tsd-comment { left: 0; width: 100%; height: 40px; - color: #333; - background: #fff; - border-bottom: 1px solid #eee; + color: var(--color-toolbar-text); + background: var(--color-toolbar); + border-bottom: 1px solid var(--color-panel-divider); transition: transform 0.3s linear; } .tsd-page-toolbar a { - color: #333; + color: var(--color-toolbar-text); text-decoration: none; } .tsd-page-toolbar a.title { @@ -2780,7 +2802,7 @@ ul.tsd-type-parameters .tsd-comment { } .tsd-widget.active { opacity: 1; - background-color: #eee; + background-color: var(--color-panel-divider); } .tsd-widget.no-caption { width: 40px; @@ -2851,16 +2873,16 @@ input[type="checkbox"]:checked + .tsd-widget:before { } .tsd-select .tsd-select-list li { padding: 0 20px 0 0; - background-color: #fdfdfd; + background-color: var(--color-background); } .tsd-select .tsd-select-list li:before { background-position: 40px 0; } .tsd-select .tsd-select-list li:nth-child(even) { - background-color: #fff; + background-color: var(--color-panel); } .tsd-select .tsd-select-list li:hover { - background-color: #eee; + background-color: var(--color-panel-divider); } .tsd-select .tsd-select-list li.selected:before { background-position: -200px 0; diff --git a/docs/assets/js/main.js b/docs/assets/js/main.js index bfba3aa..8871bdd 100644 --- a/docs/assets/js/main.js +++ b/docs/assets/js/main.js @@ -202,7 +202,7 @@ ) => { "use strict"; eval( - '__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ "Viewport": () => /* binding */ Viewport\n/* harmony export */ });\n/* harmony import */ var _EventTarget__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../EventTarget */ "./default/assets/js/src/typedoc/EventTarget.ts");\n/* harmony import */ var _utils_trottle__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/trottle */ "./default/assets/js/src/typedoc/utils/trottle.ts");\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\n/**\n * A global service that monitors the window size and scroll position.\n */\nvar Viewport = /** @class */ (function (_super) {\n __extends(Viewport, _super);\n /**\n * Create new Viewport instance.\n */\n function Viewport() {\n var _this = _super.call(this) || this;\n /**\n * The current scroll position.\n */\n _this.scrollTop = 0;\n /**\n * The previous scrollTop.\n */\n _this.lastY = 0;\n /**\n * The width of the window.\n */\n _this.width = 0;\n /**\n * The height of the window.\n */\n _this.height = 0;\n /**\n * Boolean indicating whether the toolbar is shown.\n */\n _this.showToolbar = true;\n _this.toolbar = (document.querySelector(".tsd-page-toolbar"));\n _this.secondaryNav = (document.querySelector(".tsd-navigation.secondary"));\n window.addEventListener("scroll", (0,_utils_trottle__WEBPACK_IMPORTED_MODULE_1__.throttle)(function () { return _this.onScroll(); }, 10));\n window.addEventListener("resize", (0,_utils_trottle__WEBPACK_IMPORTED_MODULE_1__.throttle)(function () { return _this.onResize(); }, 10));\n _this.onResize();\n _this.onScroll();\n return _this;\n }\n /**\n * Trigger a resize event.\n */\n Viewport.prototype.triggerResize = function () {\n var event = new CustomEvent("resize", {\n detail: {\n width: this.width,\n height: this.height,\n },\n });\n this.dispatchEvent(event);\n };\n /**\n * Triggered when the size of the window has changed.\n */\n Viewport.prototype.onResize = function () {\n this.width = window.innerWidth || 0;\n this.height = window.innerHeight || 0;\n var event = new CustomEvent("resize", {\n detail: {\n width: this.width,\n height: this.height,\n },\n });\n this.dispatchEvent(event);\n };\n /**\n * Triggered when the user scrolled the viewport.\n */\n Viewport.prototype.onScroll = function () {\n this.scrollTop = window.scrollY || 0;\n var event = new CustomEvent("scroll", {\n detail: {\n scrollTop: this.scrollTop,\n },\n });\n this.dispatchEvent(event);\n this.hideShowToolbar();\n };\n /**\n * Handle hiding/showing of the toolbar.\n */\n Viewport.prototype.hideShowToolbar = function () {\n var isShown = this.showToolbar;\n this.showToolbar = this.lastY >= this.scrollTop || this.scrollTop === 0;\n if (isShown !== this.showToolbar) {\n this.toolbar.classList.toggle("tsd-page-toolbar--hide");\n this.secondaryNav.classList.toggle("tsd-navigation--toolbar-hide");\n }\n this.lastY = this.scrollTop;\n };\n Viewport.instance = new Viewport();\n return Viewport;\n}(_EventTarget__WEBPACK_IMPORTED_MODULE_0__.EventTarget));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/services/Viewport.ts?' + '__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ "Viewport": () => /* binding */ Viewport\n/* harmony export */ });\n/* harmony import */ var _EventTarget__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../EventTarget */ "./default/assets/js/src/typedoc/EventTarget.ts");\n/* harmony import */ var _utils_trottle__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/trottle */ "./default/assets/js/src/typedoc/utils/trottle.ts");\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\n/**\n * A global service that monitors the window size and scroll position.\n */\nvar Viewport = /** @class */ (function (_super) {\n __extends(Viewport, _super);\n /**\n * Create new Viewport instance.\n */\n function Viewport() {\n var _this = _super.call(this) || this;\n /**\n * The current scroll position.\n */\n _this.scrollTop = 0;\n /**\n * The previous scrollTop.\n */\n _this.lastY = 0;\n /**\n * The width of the window.\n */\n _this.width = 0;\n /**\n * The height of the window.\n */\n _this.height = 0;\n /**\n * Boolean indicating whether the toolbar is shown.\n */\n _this.showToolbar = true;\n _this.toolbar = (document.querySelector(".tsd-page-toolbar"));\n _this.secondaryNav = (document.querySelector(".tsd-navigation.secondary"));\n window.addEventListener("scroll", (0,_utils_trottle__WEBPACK_IMPORTED_MODULE_1__.throttle)(function () { return _this.onScroll(); }, 10));\n window.addEventListener("resize", (0,_utils_trottle__WEBPACK_IMPORTED_MODULE_1__.throttle)(function () { return _this.onResize(); }, 10));\n _this.onResize();\n _this.onScroll();\n return _this;\n }\n /**\n * Trigger a resize event.\n */\n Viewport.prototype.triggerResize = function () {\n var event = new CustomEvent("resize", {\n detail: {\n width: this.width,\n height: this.height,\n },\n });\n this.dispatchEvent(event);\n };\n /**\n * Triggered when the size of the window has changed.\n */\n Viewport.prototype.onResize = function () {\n this.width = window.innerWidth || 0;\n this.height = window.innerHeight || 0;\n var event = new CustomEvent("resize", {\n detail: {\n width: this.width,\n height: this.height,\n },\n });\n this.dispatchEvent(event);\n };\n /**\n * Triggered when the user scrolled the viewport.\n */\n Viewport.prototype.onScroll = function () {\n this.scrollTop = window.scrollY || 0;\n var event = new CustomEvent("scroll", {\n detail: {\n scrollTop: this.scrollTop,\n },\n });\n this.dispatchEvent(event);\n this.hideShowToolbar();\n };\n /**\n * Handle hiding/showing of the toolbar.\n */\n Viewport.prototype.hideShowToolbar = function () {\n var isShown = this.showToolbar;\n this.showToolbar = this.lastY >= this.scrollTop || this.scrollTop <= 0;\n if (isShown !== this.showToolbar) {\n this.toolbar.classList.toggle("tsd-page-toolbar--hide");\n this.secondaryNav.classList.toggle("tsd-navigation--toolbar-hide");\n }\n this.lastY = this.scrollTop;\n };\n Viewport.instance = new Viewport();\n return Viewport;\n}(_EventTarget__WEBPACK_IMPORTED_MODULE_0__.EventTarget));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/services/Viewport.ts?' ); /***/ diff --git a/docs/assets/js/search.js b/docs/assets/js/search.js index c54d4b3..73c1f86 100644 --- a/docs/assets/js/search.js +++ b/docs/assets/js/search.js @@ -14,95 +14,56 @@ window.searchData = { { id: 0, kind: 128, - name: "FetchError", - url: "classes/fetcherror.html", - classes: "tsd-kind-class", - }, - { - id: 1, - kind: 512, - name: "constructor", - url: "classes/fetcherror.html#constructor", - classes: "tsd-kind-constructor tsd-parent-kind-class", - parent: "FetchError", - }, - { - id: 2, - kind: 1024, - name: "#response", - url: "classes/fetcherror.html#_response", - classes: "tsd-kind-property tsd-parent-kind-class tsd-is-private", - parent: "FetchError", - }, - { - id: 3, - kind: 1024, - name: "name", - url: "classes/fetcherror.html#name", - classes: "tsd-kind-property tsd-parent-kind-class", - parent: "FetchError", - }, - { - id: 4, - kind: 262144, - name: "response", - url: "classes/fetcherror.html#response", - classes: "tsd-kind-get-signature tsd-parent-kind-class", - parent: "FetchError", - }, - { - id: 5, - kind: 128, name: "JSONStream", url: "classes/jsonstream.html", classes: "tsd-kind-class", }, { - id: 6, + id: 1, kind: 512, name: "constructor", url: "classes/jsonstream.html#constructor", - classes: "tsd-kind-constructor tsd-parent-kind-class", + classes: "tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite", parent: "JSONStream", }, { - id: 7, + id: 2, kind: 2048, name: "_transform", url: "classes/jsonstream.html#_transform", - classes: "tsd-kind-method tsd-parent-kind-class", + classes: "tsd-kind-method tsd-parent-kind-class tsd-is-overwrite", parent: "JSONStream", }, { - id: 8, + id: 3, kind: 32, name: "ExanteDemoURL", url: "modules.html#exantedemourl", classes: "tsd-kind-variable", }, { - id: 9, + id: 4, kind: 32, name: "ExanteLiveURL", url: "modules.html#exanteliveurl", classes: "tsd-kind-variable", }, { - id: 10, + id: 5, kind: 32, name: "DefaultAPIVersion", url: "modules.html#defaultapiversion", classes: "tsd-kind-variable", }, { - id: 11, + id: 6, kind: 256, name: "IExanteOptions", url: "interfaces/iexanteoptions.html", classes: "tsd-kind-interface", }, { - id: 12, + id: 7, kind: 1024, name: "client_id", url: "interfaces/iexanteoptions.html#client_id", @@ -110,7 +71,7 @@ window.searchData = { parent: "IExanteOptions", }, { - id: 13, + id: 8, kind: 1024, name: "app_id", url: "interfaces/iexanteoptions.html#app_id", @@ -118,7 +79,7 @@ window.searchData = { parent: "IExanteOptions", }, { - id: 14, + id: 9, kind: 1024, name: "shared_key", url: "interfaces/iexanteoptions.html#shared_key", @@ -126,7 +87,7 @@ window.searchData = { parent: "IExanteOptions", }, { - id: 15, + id: 10, kind: 1024, name: "demo", url: "interfaces/iexanteoptions.html#demo", @@ -134,7 +95,7 @@ window.searchData = { parent: "IExanteOptions", }, { - id: 16, + id: 11, kind: 1024, name: "url", url: "interfaces/iexanteoptions.html#url", @@ -142,14 +103,14 @@ window.searchData = { parent: "IExanteOptions", }, { - id: 17, + id: 12, kind: 256, name: "IVersion", url: "interfaces/iversion.html", classes: "tsd-kind-interface", }, { - id: 18, + id: 13, kind: 1024, name: "version", url: "interfaces/iversion.html#version", @@ -157,14 +118,14 @@ window.searchData = { parent: "IVersion", }, { - id: 19, + id: 14, kind: 256, name: "ISymbolId", url: "interfaces/isymbolid.html", classes: "tsd-kind-interface", }, { - id: 20, + id: 15, kind: 1024, name: "symbolId", url: "interfaces/isymbolid.html#symbolid", @@ -172,7 +133,7 @@ window.searchData = { parent: "ISymbolId", }, { - id: 21, + id: 16, kind: 1024, name: "version", url: "interfaces/isymbolid.html#version", @@ -180,14 +141,14 @@ window.searchData = { parent: "ISymbolId", }, { - id: 22, + id: 17, kind: 256, name: "ICrossrateOptions", url: "interfaces/icrossrateoptions.html", classes: "tsd-kind-interface", }, { - id: 23, + id: 18, kind: 1024, name: "from", url: "interfaces/icrossrateoptions.html#from", @@ -195,7 +156,7 @@ window.searchData = { parent: "ICrossrateOptions", }, { - id: 24, + id: 19, kind: 1024, name: "to", url: "interfaces/icrossrateoptions.html#to", @@ -203,7 +164,7 @@ window.searchData = { parent: "ICrossrateOptions", }, { - id: 25, + id: 20, kind: 1024, name: "version", url: "interfaces/icrossrateoptions.html#version", @@ -211,14 +172,14 @@ window.searchData = { parent: "ICrossrateOptions", }, { - id: 26, + id: 21, kind: 256, name: "IExchangeId", url: "interfaces/iexchangeid.html", classes: "tsd-kind-interface", }, { - id: 27, + id: 22, kind: 1024, name: "exchangeId", url: "interfaces/iexchangeid.html#exchangeid", @@ -226,7 +187,7 @@ window.searchData = { parent: "IExchangeId", }, { - id: 28, + id: 23, kind: 1024, name: "version", url: "interfaces/iexchangeid.html#version", @@ -234,14 +195,14 @@ window.searchData = { parent: "IExchangeId", }, { - id: 29, + id: 24, kind: 256, name: "IGroupId", url: "interfaces/igroupid.html", classes: "tsd-kind-interface", }, { - id: 30, + id: 25, kind: 1024, name: "groupId", url: "interfaces/igroupid.html#groupid", @@ -249,7 +210,7 @@ window.searchData = { parent: "IGroupId", }, { - id: 31, + id: 26, kind: 1024, name: "version", url: "interfaces/igroupid.html#version", @@ -257,14 +218,14 @@ window.searchData = { parent: "IGroupId", }, { - id: 32, + id: 27, kind: 256, name: "ISymbolIdOptions", url: "interfaces/isymbolidoptions.html", classes: "tsd-kind-interface", }, { - id: 33, + id: 28, kind: 1024, name: "symbolId", url: "interfaces/isymbolidoptions.html#symbolid", @@ -272,7 +233,7 @@ window.searchData = { parent: "ISymbolIdOptions", }, { - id: 34, + id: 29, kind: 1024, name: "version", url: "interfaces/isymbolidoptions.html#version", @@ -280,14 +241,14 @@ window.searchData = { parent: "ISymbolIdOptions", }, { - id: 35, + id: 30, kind: 256, name: "ISymbolSchedule", url: "interfaces/isymbolschedule.html", classes: "tsd-kind-interface", }, { - id: 36, + id: 31, kind: 1024, name: "types", url: "interfaces/isymbolschedule.html#types", @@ -295,7 +256,7 @@ window.searchData = { parent: "ISymbolSchedule", }, { - id: 37, + id: 32, kind: 1024, name: "symbolId", url: "interfaces/isymbolschedule.html#symbolid", @@ -303,7 +264,7 @@ window.searchData = { parent: "ISymbolSchedule", }, { - id: 38, + id: 33, kind: 1024, name: "version", url: "interfaces/isymbolschedule.html#version", @@ -311,14 +272,14 @@ window.searchData = { parent: "ISymbolSchedule", }, { - id: 39, + id: 34, kind: 256, name: "ISymbolIdType", url: "interfaces/isymbolidtype.html", classes: "tsd-kind-interface", }, { - id: 40, + id: 35, kind: 1024, name: "symbolType", url: "interfaces/isymbolidtype.html#symboltype", @@ -326,7 +287,7 @@ window.searchData = { parent: "ISymbolIdType", }, { - id: 41, + id: 36, kind: 1024, name: "version", url: "interfaces/isymbolidtype.html#version", @@ -334,14 +295,14 @@ window.searchData = { parent: "ISymbolIdType", }, { - id: 42, + id: 37, kind: 256, name: "ISymbolIds", url: "interfaces/isymbolids.html", classes: "tsd-kind-interface", }, { - id: 43, + id: 38, kind: 1024, name: "symbolIds", url: "interfaces/isymbolids.html#symbolids", @@ -349,14 +310,14 @@ window.searchData = { parent: "ISymbolIds", }, { - id: 44, + id: 39, kind: 256, name: "ILastQuoteOptions", url: "interfaces/ilastquoteoptions.html", classes: "tsd-kind-interface", }, { - id: 45, + id: 40, kind: 1024, name: "symbolIds", url: "interfaces/ilastquoteoptions.html#symbolids", @@ -364,7 +325,7 @@ window.searchData = { parent: "ILastQuoteOptions", }, { - id: 46, + id: 41, kind: 1024, name: "level", url: "interfaces/ilastquoteoptions.html#level", @@ -372,7 +333,7 @@ window.searchData = { parent: "ILastQuoteOptions", }, { - id: 47, + id: 42, kind: 1024, name: "version", url: "interfaces/ilastquoteoptions.html#version", @@ -380,21 +341,21 @@ window.searchData = { parent: "ILastQuoteOptions", }, { - id: 48, + id: 43, kind: 4194304, name: "ICandleSize", url: "modules.html#icandlesize", classes: "tsd-kind-type-alias", }, { - id: 49, + id: 44, kind: 256, name: "ICandlesOptions", url: "interfaces/icandlesoptions.html", classes: "tsd-kind-interface", }, { - id: 50, + id: 45, kind: 1024, name: "duration", url: "interfaces/icandlesoptions.html#duration", @@ -402,7 +363,7 @@ window.searchData = { parent: "ICandlesOptions", }, { - id: 51, + id: 46, kind: 1024, name: "from", url: "interfaces/icandlesoptions.html#from", @@ -410,7 +371,7 @@ window.searchData = { parent: "ICandlesOptions", }, { - id: 52, + id: 47, kind: 1024, name: "to", url: "interfaces/icandlesoptions.html#to", @@ -418,7 +379,7 @@ window.searchData = { parent: "ICandlesOptions", }, { - id: 53, + id: 48, kind: 1024, name: "size", url: "interfaces/icandlesoptions.html#size", @@ -426,7 +387,7 @@ window.searchData = { parent: "ICandlesOptions", }, { - id: 54, + id: 49, kind: 1024, name: "symbolId", url: "interfaces/icandlesoptions.html#symbolid", @@ -434,7 +395,7 @@ window.searchData = { parent: "ICandlesOptions", }, { - id: 55, + id: 50, kind: 1024, name: "version", url: "interfaces/icandlesoptions.html#version", @@ -442,14 +403,14 @@ window.searchData = { parent: "ICandlesOptions", }, { - id: 56, + id: 51, kind: 256, name: "ITicksOptions", url: "interfaces/iticksoptions.html", classes: "tsd-kind-interface", }, { - id: 57, + id: 52, kind: 1024, name: "from", url: "interfaces/iticksoptions.html#from", @@ -457,7 +418,7 @@ window.searchData = { parent: "ITicksOptions", }, { - id: 58, + id: 53, kind: 1024, name: "to", url: "interfaces/iticksoptions.html#to", @@ -465,7 +426,7 @@ window.searchData = { parent: "ITicksOptions", }, { - id: 59, + id: 54, kind: 1024, name: "size", url: "interfaces/iticksoptions.html#size", @@ -473,7 +434,7 @@ window.searchData = { parent: "ITicksOptions", }, { - id: 60, + id: 55, kind: 1024, name: "type", url: "interfaces/iticksoptions.html#type", @@ -481,7 +442,7 @@ window.searchData = { parent: "ITicksOptions", }, { - id: 61, + id: 56, kind: 1024, name: "symbolId", url: "interfaces/iticksoptions.html#symbolid", @@ -489,7 +450,7 @@ window.searchData = { parent: "ITicksOptions", }, { - id: 62, + id: 57, kind: 1024, name: "version", url: "interfaces/iticksoptions.html#version", @@ -497,14 +458,14 @@ window.searchData = { parent: "ITicksOptions", }, { - id: 63, + id: 58, kind: 256, name: "IBaseAccountSummaryOptions", url: "interfaces/ibaseaccountsummaryoptions.html", classes: "tsd-kind-interface", }, { - id: 64, + id: 59, kind: 1024, name: "id", url: "interfaces/ibaseaccountsummaryoptions.html#id", @@ -512,7 +473,7 @@ window.searchData = { parent: "IBaseAccountSummaryOptions", }, { - id: 65, + id: 60, kind: 1024, name: "currency", url: "interfaces/ibaseaccountsummaryoptions.html#currency", @@ -520,7 +481,7 @@ window.searchData = { parent: "IBaseAccountSummaryOptions", }, { - id: 66, + id: 61, kind: 1024, name: "version", url: "interfaces/ibaseaccountsummaryoptions.html#version", @@ -528,14 +489,14 @@ window.searchData = { parent: "IBaseAccountSummaryOptions", }, { - id: 67, + id: 62, kind: 256, name: "IAccountSummaryOptions", url: "interfaces/iaccountsummaryoptions.html", classes: "tsd-kind-interface", }, { - id: 68, + id: 63, kind: 1024, name: "date", url: "interfaces/iaccountsummaryoptions.html#date", @@ -543,7 +504,7 @@ window.searchData = { parent: "IAccountSummaryOptions", }, { - id: 69, + id: 64, kind: 1024, name: "id", url: "interfaces/iaccountsummaryoptions.html#id", @@ -551,7 +512,7 @@ window.searchData = { parent: "IAccountSummaryOptions", }, { - id: 70, + id: 65, kind: 1024, name: "currency", url: "interfaces/iaccountsummaryoptions.html#currency", @@ -559,7 +520,7 @@ window.searchData = { parent: "IAccountSummaryOptions", }, { - id: 71, + id: 66, kind: 1024, name: "version", url: "interfaces/iaccountsummaryoptions.html#version", @@ -567,14 +528,14 @@ window.searchData = { parent: "IAccountSummaryOptions", }, { - id: 72, + id: 67, kind: 256, name: "ITransactionsOptions", url: "interfaces/itransactionsoptions.html", classes: "tsd-kind-interface", }, { - id: 73, + id: 68, kind: 1024, name: "uuid", url: "interfaces/itransactionsoptions.html#uuid", @@ -582,7 +543,7 @@ window.searchData = { parent: "ITransactionsOptions", }, { - id: 74, + id: 69, kind: 1024, name: "accountId", url: "interfaces/itransactionsoptions.html#accountid", @@ -590,7 +551,7 @@ window.searchData = { parent: "ITransactionsOptions", }, { - id: 75, + id: 70, kind: 1024, name: "symbolId", url: "interfaces/itransactionsoptions.html#symbolid", @@ -598,7 +559,7 @@ window.searchData = { parent: "ITransactionsOptions", }, { - id: 76, + id: 71, kind: 1024, name: "asset", url: "interfaces/itransactionsoptions.html#asset", @@ -606,7 +567,7 @@ window.searchData = { parent: "ITransactionsOptions", }, { - id: 77, + id: 72, kind: 1024, name: "operationType", url: "interfaces/itransactionsoptions.html#operationtype", @@ -614,7 +575,7 @@ window.searchData = { parent: "ITransactionsOptions", }, { - id: 78, + id: 73, kind: 1024, name: "offset", url: "interfaces/itransactionsoptions.html#offset", @@ -622,7 +583,7 @@ window.searchData = { parent: "ITransactionsOptions", }, { - id: 79, + id: 74, kind: 1024, name: "limit", url: "interfaces/itransactionsoptions.html#limit", @@ -630,7 +591,7 @@ window.searchData = { parent: "ITransactionsOptions", }, { - id: 80, + id: 75, kind: 1024, name: "order", url: "interfaces/itransactionsoptions.html#order", @@ -638,7 +599,7 @@ window.searchData = { parent: "ITransactionsOptions", }, { - id: 81, + id: 76, kind: 1024, name: "fromDate", url: "interfaces/itransactionsoptions.html#fromdate", @@ -646,7 +607,7 @@ window.searchData = { parent: "ITransactionsOptions", }, { - id: 82, + id: 77, kind: 1024, name: "toDate", url: "interfaces/itransactionsoptions.html#todate", @@ -654,7 +615,7 @@ window.searchData = { parent: "ITransactionsOptions", }, { - id: 83, + id: 78, kind: 1024, name: "orderId", url: "interfaces/itransactionsoptions.html#orderid", @@ -662,7 +623,7 @@ window.searchData = { parent: "ITransactionsOptions", }, { - id: 84, + id: 79, kind: 1024, name: "orderPos", url: "interfaces/itransactionsoptions.html#orderpos", @@ -670,7 +631,7 @@ window.searchData = { parent: "ITransactionsOptions", }, { - id: 85, + id: 80, kind: 1024, name: "version", url: "interfaces/itransactionsoptions.html#version", @@ -678,35 +639,35 @@ window.searchData = { parent: "ITransactionsOptions", }, { - id: 86, + id: 81, kind: 4194304, name: "ISide", url: "modules.html#iside", classes: "tsd-kind-type-alias", }, { - id: 87, + id: 82, kind: 4194304, name: "IOrderType", url: "modules.html#iordertype", classes: "tsd-kind-type-alias", }, { - id: 88, + id: 83, kind: 4194304, name: "IDuration", url: "modules.html#iduration", classes: "tsd-kind-type-alias", }, { - id: 89, + id: 84, kind: 256, name: "IPlaceOrderOptionsV2", url: "interfaces/iplaceorderoptionsv2.html", classes: "tsd-kind-interface", }, { - id: 90, + id: 85, kind: 1024, name: "accountId", url: "interfaces/iplaceorderoptionsv2.html#accountid", @@ -714,7 +675,7 @@ window.searchData = { parent: "IPlaceOrderOptionsV2", }, { - id: 91, + id: 86, kind: 1024, name: "instrument", url: "interfaces/iplaceorderoptionsv2.html#instrument", @@ -722,142 +683,142 @@ window.searchData = { parent: "IPlaceOrderOptionsV2", }, { - id: 92, + id: 87, kind: 1024, name: "clientTag", url: "interfaces/iplaceorderoptionsv2.html#clienttag", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV2", }, { - id: 93, + id: 88, kind: 1024, name: "orderType", url: "interfaces/iplaceorderoptionsv2.html#ordertype", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV2", }, { - id: 94, + id: 89, kind: 1024, name: "side", url: "interfaces/iplaceorderoptionsv2.html#side", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV2", }, { - id: 95, + id: 90, kind: 1024, name: "stopLoss", url: "interfaces/iplaceorderoptionsv2.html#stoploss", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV2", }, { - id: 96, + id: 91, kind: 1024, name: "limitPrice", url: "interfaces/iplaceorderoptionsv2.html#limitprice", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV2", }, { - id: 97, + id: 92, kind: 1024, name: "stopPrice", url: "interfaces/iplaceorderoptionsv2.html#stopprice", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV2", }, { - id: 98, + id: 93, kind: 1024, name: "quantity", url: "interfaces/iplaceorderoptionsv2.html#quantity", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV2", }, { - id: 99, + id: 94, kind: 1024, name: "partQuantity", url: "interfaces/iplaceorderoptionsv2.html#partquantity", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV2", }, { - id: 100, + id: 95, kind: 1024, name: "ifDoneParentId", url: "interfaces/iplaceorderoptionsv2.html#ifdoneparentid", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV2", }, { - id: 101, + id: 96, kind: 1024, name: "duration", url: "interfaces/iplaceorderoptionsv2.html#duration", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV2", }, { - id: 102, + id: 97, kind: 1024, name: "takeProfit", url: "interfaces/iplaceorderoptionsv2.html#takeprofit", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV2", }, { - id: 103, + id: 98, kind: 1024, name: "placeInterval", url: "interfaces/iplaceorderoptionsv2.html#placeinterval", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV2", }, { - id: 104, + id: 99, kind: 1024, name: "ocoGroup", url: "interfaces/iplaceorderoptionsv2.html#ocogroup", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV2", }, { - id: 105, + id: 100, kind: 1024, name: "gttExpiration", url: "interfaces/iplaceorderoptionsv2.html#gttexpiration", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV2", }, { - id: 106, + id: 101, kind: 1024, name: "priceDistance", url: "interfaces/iplaceorderoptionsv2.html#pricedistance", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV2", }, { - id: 107, + id: 102, kind: 1024, name: "version", url: "interfaces/iplaceorderoptionsv2.html#version", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV2", }, { - id: 108, + id: 103, kind: 256, name: "IPlaceOrderOptionsV3", url: "interfaces/iplaceorderoptionsv3.html", classes: "tsd-kind-interface", }, { - id: 109, + id: 104, kind: 1024, name: "accountId", url: "interfaces/iplaceorderoptionsv3.html#accountid", @@ -865,15 +826,15 @@ window.searchData = { parent: "IPlaceOrderOptionsV3", }, { - id: 110, + id: 105, kind: 1024, name: "version", url: "interfaces/iplaceorderoptionsv3.html#version", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite", parent: "IPlaceOrderOptionsV3", }, { - id: 111, + id: 106, kind: 1024, name: "symbolId", url: "interfaces/iplaceorderoptionsv3.html#symbolid", @@ -881,141 +842,141 @@ window.searchData = { parent: "IPlaceOrderOptionsV3", }, { - id: 112, + id: 107, kind: 1024, name: "clientTag", url: "interfaces/iplaceorderoptionsv3.html#clienttag", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV3", }, { - id: 113, + id: 108, kind: 1024, name: "orderType", url: "interfaces/iplaceorderoptionsv3.html#ordertype", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV3", }, { - id: 114, + id: 109, kind: 1024, name: "side", url: "interfaces/iplaceorderoptionsv3.html#side", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV3", }, { - id: 115, + id: 110, kind: 1024, name: "stopLoss", url: "interfaces/iplaceorderoptionsv3.html#stoploss", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV3", }, { - id: 116, + id: 111, kind: 1024, name: "limitPrice", url: "interfaces/iplaceorderoptionsv3.html#limitprice", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV3", }, { - id: 117, + id: 112, kind: 1024, name: "stopPrice", url: "interfaces/iplaceorderoptionsv3.html#stopprice", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV3", }, { - id: 118, + id: 113, kind: 1024, name: "quantity", url: "interfaces/iplaceorderoptionsv3.html#quantity", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV3", }, { - id: 119, + id: 114, kind: 1024, name: "partQuantity", url: "interfaces/iplaceorderoptionsv3.html#partquantity", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV3", }, { - id: 120, + id: 115, kind: 1024, name: "ifDoneParentId", url: "interfaces/iplaceorderoptionsv3.html#ifdoneparentid", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV3", }, { - id: 121, + id: 116, kind: 1024, name: "duration", url: "interfaces/iplaceorderoptionsv3.html#duration", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV3", }, { - id: 122, + id: 117, kind: 1024, name: "takeProfit", url: "interfaces/iplaceorderoptionsv3.html#takeprofit", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV3", }, { - id: 123, + id: 118, kind: 1024, name: "placeInterval", url: "interfaces/iplaceorderoptionsv3.html#placeinterval", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV3", }, { - id: 124, + id: 119, kind: 1024, name: "ocoGroup", url: "interfaces/iplaceorderoptionsv3.html#ocogroup", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV3", }, { - id: 125, + id: 120, kind: 1024, name: "gttExpiration", url: "interfaces/iplaceorderoptionsv3.html#gttexpiration", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV3", }, { - id: 126, + id: 121, kind: 1024, name: "priceDistance", url: "interfaces/iplaceorderoptionsv3.html#pricedistance", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IPlaceOrderOptionsV3", }, { - id: 127, + id: 122, kind: 4194304, name: "IPlaceOrderOptions", url: "modules.html#iplaceorderoptions", classes: "tsd-kind-type-alias", }, { - id: 128, + id: 123, kind: 256, name: "IOrdersOptionsV2", url: "interfaces/iordersoptionsv2.html", classes: "tsd-kind-interface", }, { - id: 129, + id: 124, kind: 1024, name: "account", url: "interfaces/iordersoptionsv2.html#account", @@ -1023,54 +984,54 @@ window.searchData = { parent: "IOrdersOptionsV2", }, { - id: 130, + id: 125, kind: 1024, name: "limit", url: "interfaces/iordersoptionsv2.html#limit", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOrdersOptionsV2", }, { - id: 131, + id: 126, kind: 1024, name: "from", url: "interfaces/iordersoptionsv2.html#from", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOrdersOptionsV2", }, { - id: 132, + id: 127, kind: 1024, name: "to", url: "interfaces/iordersoptionsv2.html#to", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOrdersOptionsV2", }, { - id: 133, + id: 128, kind: 1024, name: "version", url: "interfaces/iordersoptionsv2.html#version", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOrdersOptionsV2", }, { - id: 134, + id: 129, kind: 256, name: "IOrdersOptionsV3", url: "interfaces/iordersoptionsv3.html", classes: "tsd-kind-interface", }, { - id: 135, + id: 130, kind: 1024, name: "version", url: "interfaces/iordersoptionsv3.html#version", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite", parent: "IOrdersOptionsV3", }, { - id: 136, + id: 131, kind: 1024, name: "accountId", url: "interfaces/iordersoptionsv3.html#accountid", @@ -1078,45 +1039,45 @@ window.searchData = { parent: "IOrdersOptionsV3", }, { - id: 137, + id: 132, kind: 1024, name: "limit", url: "interfaces/iordersoptionsv3.html#limit", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOrdersOptionsV3", }, { - id: 138, + id: 133, kind: 1024, name: "from", url: "interfaces/iordersoptionsv3.html#from", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOrdersOptionsV3", }, { - id: 139, + id: 134, kind: 1024, name: "to", url: "interfaces/iordersoptionsv3.html#to", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOrdersOptionsV3", }, { - id: 140, + id: 135, kind: 4194304, name: "IOrdersOptions", url: "modules.html#iordersoptions", classes: "tsd-kind-type-alias", }, { - id: 141, + id: 136, kind: 256, name: "IBaseActiveOrdersOptions", url: "interfaces/ibaseactiveordersoptions.html", classes: "tsd-kind-interface", }, { - id: 142, + id: 137, kind: 1024, name: "limit", url: "interfaces/ibaseactiveordersoptions.html#limit", @@ -1124,7 +1085,7 @@ window.searchData = { parent: "IBaseActiveOrdersOptions", }, { - id: 143, + id: 138, kind: 1024, name: "version", url: "interfaces/ibaseactiveordersoptions.html#version", @@ -1132,14 +1093,14 @@ window.searchData = { parent: "IBaseActiveOrdersOptions", }, { - id: 144, + id: 139, kind: 256, name: "IActiveOrdersOptionsV2", url: "interfaces/iactiveordersoptionsv2.html", classes: "tsd-kind-interface", }, { - id: 145, + id: 140, kind: 1024, name: "account", url: "interfaces/iactiveordersoptionsv2.html#account", @@ -1147,7 +1108,7 @@ window.searchData = { parent: "IActiveOrdersOptionsV2", }, { - id: 146, + id: 141, kind: 1024, name: "instrument", url: "interfaces/iactiveordersoptionsv2.html#instrument", @@ -1155,7 +1116,7 @@ window.searchData = { parent: "IActiveOrdersOptionsV2", }, { - id: 147, + id: 142, kind: 1024, name: "limit", url: "interfaces/iactiveordersoptionsv2.html#limit", @@ -1163,7 +1124,7 @@ window.searchData = { parent: "IActiveOrdersOptionsV2", }, { - id: 148, + id: 143, kind: 1024, name: "version", url: "interfaces/iactiveordersoptionsv2.html#version", @@ -1171,14 +1132,14 @@ window.searchData = { parent: "IActiveOrdersOptionsV2", }, { - id: 149, + id: 144, kind: 256, name: "IActiveOrdersOptionsV3", url: "interfaces/iactiveordersoptionsv3.html", classes: "tsd-kind-interface", }, { - id: 150, + id: 145, kind: 1024, name: "version", url: "interfaces/iactiveordersoptionsv3.html#version", @@ -1186,7 +1147,7 @@ window.searchData = { parent: "IActiveOrdersOptionsV3", }, { - id: 151, + id: 146, kind: 1024, name: "accountId", url: "interfaces/iactiveordersoptionsv3.html#accountid", @@ -1194,7 +1155,7 @@ window.searchData = { parent: "IActiveOrdersOptionsV3", }, { - id: 152, + id: 147, kind: 1024, name: "symbolId", url: "interfaces/iactiveordersoptionsv3.html#symbolid", @@ -1202,7 +1163,7 @@ window.searchData = { parent: "IActiveOrdersOptionsV3", }, { - id: 153, + id: 148, kind: 1024, name: "limit", url: "interfaces/iactiveordersoptionsv3.html#limit", @@ -1210,21 +1171,21 @@ window.searchData = { parent: "IActiveOrdersOptionsV3", }, { - id: 154, + id: 149, kind: 4194304, name: "IActiveOrdersOptions", url: "modules.html#iactiveordersoptions", classes: "tsd-kind-type-alias", }, { - id: 155, + id: 150, kind: 256, name: "IReplaceOrderOptions", url: "interfaces/ireplaceorderoptions.html", classes: "tsd-kind-interface", }, { - id: 156, + id: 151, kind: 1024, name: "orderId", url: "interfaces/ireplaceorderoptions.html#orderid", @@ -1232,7 +1193,7 @@ window.searchData = { parent: "IReplaceOrderOptions", }, { - id: 157, + id: 152, kind: 1024, name: "action", url: "interfaces/ireplaceorderoptions.html#action", @@ -1240,7 +1201,7 @@ window.searchData = { parent: "IReplaceOrderOptions", }, { - id: 158, + id: 153, kind: 1024, name: "parameters", url: "interfaces/ireplaceorderoptions.html#parameters", @@ -1248,7 +1209,7 @@ window.searchData = { parent: "IReplaceOrderOptions", }, { - id: 159, + id: 154, kind: 65536, name: "__type", url: "interfaces/ireplaceorderoptions.html#__type", @@ -1256,7 +1217,7 @@ window.searchData = { parent: "IReplaceOrderOptions", }, { - id: 160, + id: 155, kind: 1024, name: "quantity", url: "interfaces/ireplaceorderoptions.html#__type.quantity", @@ -1264,7 +1225,7 @@ window.searchData = { parent: "IReplaceOrderOptions.__type", }, { - id: 161, + id: 156, kind: 1024, name: "stopPrice", url: "interfaces/ireplaceorderoptions.html#__type.stopprice", @@ -1272,7 +1233,7 @@ window.searchData = { parent: "IReplaceOrderOptions.__type", }, { - id: 162, + id: 157, kind: 1024, name: "limitPrice", url: "interfaces/ireplaceorderoptions.html#__type.limitprice", @@ -1280,7 +1241,7 @@ window.searchData = { parent: "IReplaceOrderOptions.__type", }, { - id: 163, + id: 158, kind: 1024, name: "priceDistance", url: "interfaces/ireplaceorderoptions.html#__type.pricedistance", @@ -1288,7 +1249,7 @@ window.searchData = { parent: "IReplaceOrderOptions.__type", }, { - id: 164, + id: 159, kind: 1024, name: "version", url: "interfaces/ireplaceorderoptions.html#version", @@ -1296,14 +1257,14 @@ window.searchData = { parent: "IReplaceOrderOptions", }, { - id: 165, + id: 160, kind: 256, name: "ICancelOrderOptions", url: "interfaces/icancelorderoptions.html", classes: "tsd-kind-interface", }, { - id: 166, + id: 161, kind: 1024, name: "orderId", url: "interfaces/icancelorderoptions.html#orderid", @@ -1311,7 +1272,7 @@ window.searchData = { parent: "ICancelOrderOptions", }, { - id: 167, + id: 162, kind: 1024, name: "action", url: "interfaces/icancelorderoptions.html#action", @@ -1319,7 +1280,7 @@ window.searchData = { parent: "ICancelOrderOptions", }, { - id: 168, + id: 163, kind: 1024, name: "version", url: "interfaces/icancelorderoptions.html#version", @@ -1327,21 +1288,21 @@ window.searchData = { parent: "ICancelOrderOptions", }, { - id: 169, + id: 164, kind: 4194304, name: "IModifyOrderOptions", url: "modules.html#imodifyorderoptions", classes: "tsd-kind-type-alias", }, { - id: 170, + id: 165, kind: 256, name: "IOrderId", url: "interfaces/iorderid.html", classes: "tsd-kind-interface", }, { - id: 171, + id: 166, kind: 1024, name: "orderId", url: "interfaces/iorderid.html#orderid", @@ -1349,7 +1310,7 @@ window.searchData = { parent: "IOrderId", }, { - id: 172, + id: 167, kind: 1024, name: "version", url: "interfaces/iorderid.html#version", @@ -1357,14 +1318,14 @@ window.searchData = { parent: "IOrderId", }, { - id: 173, + id: 168, kind: 256, name: "IUserAccount", url: "interfaces/iuseraccount.html", classes: "tsd-kind-interface", }, { - id: 174, + id: 169, kind: 1024, name: "status", url: "interfaces/iuseraccount.html#status", @@ -1372,7 +1333,7 @@ window.searchData = { parent: "IUserAccount", }, { - id: 175, + id: 170, kind: 1024, name: "accountId", url: "interfaces/iuseraccount.html#accountid", @@ -1380,14 +1341,14 @@ window.searchData = { parent: "IUserAccount", }, { - id: 176, + id: 171, kind: 256, name: "IDailyChange", url: "interfaces/idailychange.html", classes: "tsd-kind-interface", }, { - id: 177, + id: 172, kind: 1024, name: "lastSessionClosePrice", url: "interfaces/idailychange.html#lastsessioncloseprice", @@ -1395,7 +1356,7 @@ window.searchData = { parent: "IDailyChange", }, { - id: 178, + id: 173, kind: 1024, name: "basePrice", url: "interfaces/idailychange.html#baseprice", @@ -1403,7 +1364,7 @@ window.searchData = { parent: "IDailyChange", }, { - id: 179, + id: 174, kind: 1024, name: "symbolId", url: "interfaces/idailychange.html#symbolid", @@ -1411,7 +1372,7 @@ window.searchData = { parent: "IDailyChange", }, { - id: 180, + id: 175, kind: 1024, name: "dailyChange", url: "interfaces/idailychange.html#dailychange", @@ -1419,14 +1380,14 @@ window.searchData = { parent: "IDailyChange", }, { - id: 181, + id: 176, kind: 256, name: "ICurrencies", url: "interfaces/icurrencies.html", classes: "tsd-kind-interface", }, { - id: 182, + id: 177, kind: 1024, name: "currencies", url: "interfaces/icurrencies.html#currencies", @@ -1434,14 +1395,14 @@ window.searchData = { parent: "ICurrencies", }, { - id: 183, + id: 178, kind: 256, name: "ICrossrate", url: "interfaces/icrossrate.html", classes: "tsd-kind-interface", }, { - id: 184, + id: 179, kind: 1024, name: "symbolId", url: "interfaces/icrossrate.html#symbolid", @@ -1449,7 +1410,7 @@ window.searchData = { parent: "ICrossrate", }, { - id: 185, + id: 180, kind: 1024, name: "pair", url: "interfaces/icrossrate.html#pair", @@ -1457,7 +1418,7 @@ window.searchData = { parent: "ICrossrate", }, { - id: 186, + id: 181, kind: 1024, name: "rate", url: "interfaces/icrossrate.html#rate", @@ -1465,14 +1426,14 @@ window.searchData = { parent: "ICrossrate", }, { - id: 187, + id: 182, kind: 256, name: "IExchange", url: "interfaces/iexchange.html", classes: "tsd-kind-interface", }, { - id: 188, + id: 183, kind: 1024, name: "id", url: "interfaces/iexchange.html#id", @@ -1480,7 +1441,7 @@ window.searchData = { parent: "IExchange", }, { - id: 189, + id: 184, kind: 1024, name: "country", url: "interfaces/iexchange.html#country", @@ -1488,7 +1449,7 @@ window.searchData = { parent: "IExchange", }, { - id: 190, + id: 185, kind: 1024, name: "name", url: "interfaces/iexchange.html#name", @@ -1496,14 +1457,14 @@ window.searchData = { parent: "IExchange", }, { - id: 191, + id: 186, kind: 256, name: "IOptionDataV2", url: "interfaces/ioptiondatav2.html", classes: "tsd-kind-interface", }, { - id: 192, + id: 187, kind: 1024, name: "right", url: "interfaces/ioptiondatav2.html#right", @@ -1511,30 +1472,30 @@ window.searchData = { parent: "IOptionDataV2", }, { - id: 193, + id: 188, kind: 1024, name: "strikePrice", url: "interfaces/ioptiondatav2.html#strikeprice", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOptionDataV2", }, { - id: 194, + id: 189, kind: 1024, name: "optionGroupId", url: "interfaces/ioptiondatav2.html#optiongroupid", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOptionDataV2", }, { - id: 195, + id: 190, kind: 256, name: "IOptionDataV3", url: "interfaces/ioptiondatav3.html", classes: "tsd-kind-interface", }, { - id: 196, + id: 191, kind: 1024, name: "optionRight", url: "interfaces/ioptiondatav3.html#optionright", @@ -1542,37 +1503,37 @@ window.searchData = { parent: "IOptionDataV3", }, { - id: 197, + id: 192, kind: 1024, name: "strikePrice", url: "interfaces/ioptiondatav3.html#strikeprice", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOptionDataV3", }, { - id: 198, + id: 193, kind: 1024, name: "optionGroupId", url: "interfaces/ioptiondatav3.html#optiongroupid", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOptionDataV3", }, { - id: 199, + id: 194, kind: 4194304, name: "IOptionData", url: "modules.html#ioptiondata", classes: "tsd-kind-type-alias", }, { - id: 200, + id: 195, kind: 256, name: "IIntrumentV2", url: "interfaces/iintrumentv2.html", classes: "tsd-kind-interface", }, { - id: 201, + id: 196, kind: 1024, name: "mpi", url: "interfaces/iintrumentv2.html#mpi", @@ -1580,7 +1541,7 @@ window.searchData = { parent: "IIntrumentV2", }, { - id: 202, + id: 197, kind: 1024, name: "id", url: "interfaces/iintrumentv2.html#id", @@ -1588,7 +1549,7 @@ window.searchData = { parent: "IIntrumentV2", }, { - id: 203, + id: 198, kind: 1024, name: "type", url: "interfaces/iintrumentv2.html#type", @@ -1596,7 +1557,7 @@ window.searchData = { parent: "IIntrumentV2", }, { - id: 204, + id: 199, kind: 1024, name: "optionData", url: "interfaces/iintrumentv2.html#optiondata", @@ -1604,86 +1565,86 @@ window.searchData = { parent: "IIntrumentV2", }, { - id: 205, + id: 200, kind: 1024, name: "ticker", url: "interfaces/iintrumentv2.html#ticker", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IIntrumentV2", }, { - id: 206, + id: 201, kind: 1024, name: "country", url: "interfaces/iintrumentv2.html#country", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IIntrumentV2", }, { - id: 207, + id: 202, kind: 1024, name: "exchange", url: "interfaces/iintrumentv2.html#exchange", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IIntrumentV2", }, { - id: 208, + id: 203, kind: 1024, name: "expiration", url: "interfaces/iintrumentv2.html#expiration", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IIntrumentV2", }, { - id: 209, + id: 204, kind: 1024, name: "currency", url: "interfaces/iintrumentv2.html#currency", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IIntrumentV2", }, { - id: 210, + id: 205, kind: 1024, name: "i18n", url: "interfaces/iintrumentv2.html#i18n", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IIntrumentV2", }, { - id: 211, + id: 206, kind: 1024, name: "group", url: "interfaces/iintrumentv2.html#group", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IIntrumentV2", }, { - id: 212, + id: 207, kind: 1024, name: "name", url: "interfaces/iintrumentv2.html#name", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IIntrumentV2", }, { - id: 213, + id: 208, kind: 1024, name: "description", url: "interfaces/iintrumentv2.html#description", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IIntrumentV2", }, { - id: 214, + id: 209, kind: 256, name: "IIntrumentV3", url: "interfaces/iintrumentv3.html", classes: "tsd-kind-interface", }, { - id: 215, + id: 210, kind: 1024, name: "symbolType", url: "interfaces/iintrumentv3.html#symboltype", @@ -1691,7 +1652,7 @@ window.searchData = { parent: "IIntrumentV3", }, { - id: 216, + id: 211, kind: 1024, name: "minPriceIncrement", url: "interfaces/iintrumentv3.html#minpriceincrement", @@ -1699,7 +1660,7 @@ window.searchData = { parent: "IIntrumentV3", }, { - id: 217, + id: 212, kind: 1024, name: "optionData", url: "interfaces/iintrumentv3.html#optiondata", @@ -1707,7 +1668,7 @@ window.searchData = { parent: "IIntrumentV3", }, { - id: 218, + id: 213, kind: 1024, name: "symbolId", url: "interfaces/iintrumentv3.html#symbolid", @@ -1715,100 +1676,100 @@ window.searchData = { parent: "IIntrumentV3", }, { - id: 219, + id: 214, kind: 1024, name: "ticker", url: "interfaces/iintrumentv3.html#ticker", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IIntrumentV3", }, { - id: 220, + id: 215, kind: 1024, name: "country", url: "interfaces/iintrumentv3.html#country", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IIntrumentV3", }, { - id: 221, + id: 216, kind: 1024, name: "exchange", url: "interfaces/iintrumentv3.html#exchange", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IIntrumentV3", }, { - id: 222, + id: 217, kind: 1024, name: "expiration", url: "interfaces/iintrumentv3.html#expiration", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IIntrumentV3", }, { - id: 223, + id: 218, kind: 1024, name: "currency", url: "interfaces/iintrumentv3.html#currency", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IIntrumentV3", }, { - id: 224, + id: 219, kind: 1024, name: "i18n", url: "interfaces/iintrumentv3.html#i18n", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IIntrumentV3", }, { - id: 225, + id: 220, kind: 1024, name: "group", url: "interfaces/iintrumentv3.html#group", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IIntrumentV3", }, { - id: 226, + id: 221, kind: 1024, name: "name", url: "interfaces/iintrumentv3.html#name", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IIntrumentV3", }, { - id: 227, + id: 222, kind: 1024, name: "description", url: "interfaces/iintrumentv3.html#description", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IIntrumentV3", }, { - id: 228, + id: 223, kind: 4194304, name: "IIntrument", url: "modules.html#iintrument", classes: "tsd-kind-type-alias", }, { - id: 229, + id: 224, kind: 4194304, name: "IIntruments", url: "modules.html#iintruments", classes: "tsd-kind-type-alias", }, { - id: 230, + id: 225, kind: 256, name: "IInstrumentGroup", url: "interfaces/iinstrumentgroup.html", classes: "tsd-kind-interface", }, { - id: 231, + id: 226, kind: 1024, name: "exchange", url: "interfaces/iinstrumentgroup.html#exchange", @@ -1816,7 +1777,7 @@ window.searchData = { parent: "IInstrumentGroup", }, { - id: 232, + id: 227, kind: 1024, name: "types", url: "interfaces/iinstrumentgroup.html#types", @@ -1824,7 +1785,7 @@ window.searchData = { parent: "IInstrumentGroup", }, { - id: 233, + id: 228, kind: 1024, name: "name", url: "interfaces/iinstrumentgroup.html#name", @@ -1832,7 +1793,7 @@ window.searchData = { parent: "IInstrumentGroup", }, { - id: 234, + id: 229, kind: 1024, name: "group", url: "interfaces/iinstrumentgroup.html#group", @@ -1840,14 +1801,14 @@ window.searchData = { parent: "IInstrumentGroup", }, { - id: 235, + id: 230, kind: 256, name: "IIntrumentInterval", url: "interfaces/iintrumentinterval.html", classes: "tsd-kind-interface", }, { - id: 236, + id: 231, kind: 1024, name: "name", url: "interfaces/iintrumentinterval.html#name", @@ -1855,7 +1816,7 @@ window.searchData = { parent: "IIntrumentInterval", }, { - id: 237, + id: 232, kind: 1024, name: "period", url: "interfaces/iintrumentinterval.html#period", @@ -1863,7 +1824,7 @@ window.searchData = { parent: "IIntrumentInterval", }, { - id: 238, + id: 233, kind: 65536, name: "__type", url: "interfaces/iintrumentinterval.html#__type", @@ -1871,7 +1832,7 @@ window.searchData = { parent: "IIntrumentInterval", }, { - id: 239, + id: 234, kind: 1024, name: "start", url: "interfaces/iintrumentinterval.html#__type.start", @@ -1879,7 +1840,7 @@ window.searchData = { parent: "IIntrumentInterval.__type", }, { - id: 240, + id: 235, kind: 1024, name: "end", url: "interfaces/iintrumentinterval.html#__type.end", @@ -1887,7 +1848,7 @@ window.searchData = { parent: "IIntrumentInterval.__type", }, { - id: 241, + id: 236, kind: 1024, name: "orderTypes", url: "interfaces/iintrumentinterval.html#ordertypes", @@ -1895,14 +1856,14 @@ window.searchData = { parent: "IIntrumentInterval", }, { - id: 242, + id: 237, kind: 256, name: "IInstrumentSchedule", url: "interfaces/iinstrumentschedule.html", classes: "tsd-kind-interface", }, { - id: 243, + id: 238, kind: 1024, name: "intervals", url: "interfaces/iinstrumentschedule.html#intervals", @@ -1910,14 +1871,14 @@ window.searchData = { parent: "IInstrumentSchedule", }, { - id: 244, + id: 239, kind: 256, name: "IInstrumentSpecification", url: "interfaces/iinstrumentspecification.html", classes: "tsd-kind-interface", }, { - id: 245, + id: 240, kind: 1024, name: "leverage", url: "interfaces/iinstrumentspecification.html#leverage", @@ -1925,7 +1886,7 @@ window.searchData = { parent: "IInstrumentSpecification", }, { - id: 246, + id: 241, kind: 1024, name: "contractMultiplier", url: "interfaces/iinstrumentspecification.html#contractmultiplier", @@ -1933,7 +1894,7 @@ window.searchData = { parent: "IInstrumentSpecification", }, { - id: 247, + id: 242, kind: 1024, name: "priceUnit", url: "interfaces/iinstrumentspecification.html#priceunit", @@ -1941,7 +1902,7 @@ window.searchData = { parent: "IInstrumentSpecification", }, { - id: 248, + id: 243, kind: 1024, name: "units", url: "interfaces/iinstrumentspecification.html#units", @@ -1949,7 +1910,7 @@ window.searchData = { parent: "IInstrumentSpecification", }, { - id: 249, + id: 244, kind: 1024, name: "lotSize", url: "interfaces/iinstrumentspecification.html#lotsize", @@ -1957,14 +1918,14 @@ window.searchData = { parent: "IInstrumentSpecification", }, { - id: 250, + id: 245, kind: 256, name: "IInstrumentType", url: "interfaces/iinstrumenttype.html", classes: "tsd-kind-interface", }, { - id: 251, + id: 246, kind: 1024, name: "id", url: "interfaces/iinstrumenttype.html#id", @@ -1972,14 +1933,14 @@ window.searchData = { parent: "IInstrumentType", }, { - id: 252, + id: 247, kind: 256, name: "IQuoteSideV2", url: "interfaces/iquotesidev2.html", classes: "tsd-kind-interface", }, { - id: 253, + id: 248, kind: 1024, name: "size", url: "interfaces/iquotesidev2.html#size", @@ -1987,7 +1948,7 @@ window.searchData = { parent: "IQuoteSideV2", }, { - id: 254, + id: 249, kind: 1024, name: "value", url: "interfaces/iquotesidev2.html#value", @@ -1995,14 +1956,14 @@ window.searchData = { parent: "IQuoteSideV2", }, { - id: 255, + id: 250, kind: 256, name: "IQuoteSideV3", url: "interfaces/iquotesidev3.html", classes: "tsd-kind-interface", }, { - id: 256, + id: 251, kind: 1024, name: "size", url: "interfaces/iquotesidev3.html#size", @@ -2010,7 +1971,7 @@ window.searchData = { parent: "IQuoteSideV3", }, { - id: 257, + id: 252, kind: 1024, name: "price", url: "interfaces/iquotesidev3.html#price", @@ -2018,21 +1979,21 @@ window.searchData = { parent: "IQuoteSideV3", }, { - id: 258, + id: 253, kind: 4194304, name: "IQuoteSide", url: "modules.html#iquoteside", classes: "tsd-kind-type-alias", }, { - id: 259, + id: 254, kind: 256, name: "ILastQuote", url: "interfaces/ilastquote.html", classes: "tsd-kind-interface", }, { - id: 260, + id: 255, kind: 1024, name: "bid", url: "interfaces/ilastquote.html#bid", @@ -2040,7 +2001,7 @@ window.searchData = { parent: "ILastQuote", }, { - id: 261, + id: 256, kind: 1024, name: "ask", url: "interfaces/ilastquote.html#ask", @@ -2048,30 +2009,30 @@ window.searchData = { parent: "ILastQuote", }, { - id: 262, + id: 257, kind: 1024, name: "timestamp", url: "interfaces/ilastquote.html#timestamp", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "ILastQuote", }, { - id: 263, + id: 258, kind: 1024, name: "symbolId", url: "interfaces/ilastquote.html#symbolid", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "ILastQuote", }, { - id: 264, + id: 259, kind: 256, name: "ICandle", url: "interfaces/icandle.html", classes: "tsd-kind-interface", }, { - id: 265, + id: 260, kind: 1024, name: "timestamp", url: "interfaces/icandle.html#timestamp", @@ -2079,7 +2040,7 @@ window.searchData = { parent: "ICandle", }, { - id: 266, + id: 261, kind: 1024, name: "open", url: "interfaces/icandle.html#open", @@ -2087,7 +2048,7 @@ window.searchData = { parent: "ICandle", }, { - id: 267, + id: 262, kind: 1024, name: "low", url: "interfaces/icandle.html#low", @@ -2095,7 +2056,7 @@ window.searchData = { parent: "ICandle", }, { - id: 268, + id: 263, kind: 1024, name: "close", url: "interfaces/icandle.html#close", @@ -2103,7 +2064,7 @@ window.searchData = { parent: "ICandle", }, { - id: 269, + id: 264, kind: 1024, name: "high", url: "interfaces/icandle.html#high", @@ -2111,7 +2072,7 @@ window.searchData = { parent: "ICandle", }, { - id: 270, + id: 265, kind: 1024, name: "volume", url: "interfaces/icandle.html#volume", @@ -2119,14 +2080,14 @@ window.searchData = { parent: "ICandle", }, { - id: 271, + id: 266, kind: 256, name: "ITradeTickV2", url: "interfaces/itradetickv2.html", classes: "tsd-kind-interface", }, { - id: 272, + id: 267, kind: 1024, name: "value", url: "interfaces/itradetickv2.html#value", @@ -2134,7 +2095,7 @@ window.searchData = { parent: "ITradeTickV2", }, { - id: 273, + id: 268, kind: 1024, name: "size", url: "interfaces/itradetickv2.html#size", @@ -2142,30 +2103,30 @@ window.searchData = { parent: "ITradeTickV2", }, { - id: 274, + id: 269, kind: 1024, name: "timestamp", url: "interfaces/itradetickv2.html#timestamp", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "ITradeTickV2", }, { - id: 275, + id: 270, kind: 1024, name: "symbolId", url: "interfaces/itradetickv2.html#symbolid", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "ITradeTickV2", }, { - id: 276, + id: 271, kind: 256, name: "ITradeTickV3", url: "interfaces/itradetickv3.html", classes: "tsd-kind-interface", }, { - id: 277, + id: 272, kind: 1024, name: "price", url: "interfaces/itradetickv3.html#price", @@ -2173,7 +2134,7 @@ window.searchData = { parent: "ITradeTickV3", }, { - id: 278, + id: 273, kind: 1024, name: "size", url: "interfaces/itradetickv3.html#size", @@ -2181,37 +2142,37 @@ window.searchData = { parent: "ITradeTickV3", }, { - id: 279, + id: 274, kind: 1024, name: "timestamp", url: "interfaces/itradetickv3.html#timestamp", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "ITradeTickV3", }, { - id: 280, + id: 275, kind: 1024, name: "symbolId", url: "interfaces/itradetickv3.html#symbolid", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "ITradeTickV3", }, { - id: 281, + id: 276, kind: 4194304, name: "ITick", url: "modules.html#itick", classes: "tsd-kind-type-alias", }, { - id: 282, + id: 277, kind: 256, name: "ICurrency", url: "interfaces/icurrency.html", classes: "tsd-kind-interface", }, { - id: 283, + id: 278, kind: 1024, name: "code", url: "interfaces/icurrency.html#code", @@ -2219,7 +2180,7 @@ window.searchData = { parent: "ICurrency", }, { - id: 284, + id: 279, kind: 1024, name: "convertedValue", url: "interfaces/icurrency.html#convertedvalue", @@ -2227,7 +2188,7 @@ window.searchData = { parent: "ICurrency", }, { - id: 285, + id: 280, kind: 1024, name: "value", url: "interfaces/icurrency.html#value", @@ -2235,7 +2196,7 @@ window.searchData = { parent: "ICurrency", }, { - id: 286, + id: 281, kind: 1024, name: "price", url: "interfaces/icurrency.html#price", @@ -2243,14 +2204,14 @@ window.searchData = { parent: "ICurrency", }, { - id: 287, + id: 282, kind: 256, name: "IBasePosition", url: "interfaces/ibaseposition.html", classes: "tsd-kind-interface", }, { - id: 288, + id: 283, kind: 1024, name: "convertedPnl", url: "interfaces/ibaseposition.html#convertedpnl", @@ -2258,7 +2219,7 @@ window.searchData = { parent: "IBasePosition", }, { - id: 289, + id: 284, kind: 1024, name: "quantity", url: "interfaces/ibaseposition.html#quantity", @@ -2266,7 +2227,7 @@ window.searchData = { parent: "IBasePosition", }, { - id: 290, + id: 285, kind: 1024, name: "pnl", url: "interfaces/ibaseposition.html#pnl", @@ -2274,7 +2235,7 @@ window.searchData = { parent: "IBasePosition", }, { - id: 291, + id: 286, kind: 1024, name: "convertedValue", url: "interfaces/ibaseposition.html#convertedvalue", @@ -2282,7 +2243,7 @@ window.searchData = { parent: "IBasePosition", }, { - id: 292, + id: 287, kind: 1024, name: "price", url: "interfaces/ibaseposition.html#price", @@ -2290,7 +2251,7 @@ window.searchData = { parent: "IBasePosition", }, { - id: 293, + id: 288, kind: 1024, name: "symbolType", url: "interfaces/ibaseposition.html#symboltype", @@ -2298,7 +2259,7 @@ window.searchData = { parent: "IBasePosition", }, { - id: 294, + id: 289, kind: 1024, name: "currency", url: "interfaces/ibaseposition.html#currency", @@ -2306,7 +2267,7 @@ window.searchData = { parent: "IBasePosition", }, { - id: 295, + id: 290, kind: 1024, name: "averagePrice", url: "interfaces/ibaseposition.html#averageprice", @@ -2314,7 +2275,7 @@ window.searchData = { parent: "IBasePosition", }, { - id: 296, + id: 291, kind: 1024, name: "value", url: "interfaces/ibaseposition.html#value", @@ -2322,14 +2283,14 @@ window.searchData = { parent: "IBasePosition", }, { - id: 297, + id: 292, kind: 256, name: "IPositionV2", url: "interfaces/ipositionv2.html", classes: "tsd-kind-interface", }, { - id: 298, + id: 293, kind: 1024, name: "id", url: "interfaces/ipositionv2.html#id", @@ -2337,7 +2298,7 @@ window.searchData = { parent: "IPositionV2", }, { - id: 299, + id: 294, kind: 1024, name: "convertedPnl", url: "interfaces/ipositionv2.html#convertedpnl", @@ -2345,7 +2306,7 @@ window.searchData = { parent: "IPositionV2", }, { - id: 300, + id: 295, kind: 1024, name: "quantity", url: "interfaces/ipositionv2.html#quantity", @@ -2353,7 +2314,7 @@ window.searchData = { parent: "IPositionV2", }, { - id: 301, + id: 296, kind: 1024, name: "pnl", url: "interfaces/ipositionv2.html#pnl", @@ -2361,7 +2322,7 @@ window.searchData = { parent: "IPositionV2", }, { - id: 302, + id: 297, kind: 1024, name: "convertedValue", url: "interfaces/ipositionv2.html#convertedvalue", @@ -2369,7 +2330,7 @@ window.searchData = { parent: "IPositionV2", }, { - id: 303, + id: 298, kind: 1024, name: "price", url: "interfaces/ipositionv2.html#price", @@ -2377,7 +2338,7 @@ window.searchData = { parent: "IPositionV2", }, { - id: 304, + id: 299, kind: 1024, name: "symbolType", url: "interfaces/ipositionv2.html#symboltype", @@ -2385,7 +2346,7 @@ window.searchData = { parent: "IPositionV2", }, { - id: 305, + id: 300, kind: 1024, name: "currency", url: "interfaces/ipositionv2.html#currency", @@ -2393,7 +2354,7 @@ window.searchData = { parent: "IPositionV2", }, { - id: 306, + id: 301, kind: 1024, name: "averagePrice", url: "interfaces/ipositionv2.html#averageprice", @@ -2401,7 +2362,7 @@ window.searchData = { parent: "IPositionV2", }, { - id: 307, + id: 302, kind: 1024, name: "value", url: "interfaces/ipositionv2.html#value", @@ -2409,14 +2370,14 @@ window.searchData = { parent: "IPositionV2", }, { - id: 308, + id: 303, kind: 256, name: "IPositionV3", url: "interfaces/ipositionv3.html", classes: "tsd-kind-interface", }, { - id: 309, + id: 304, kind: 1024, name: "symbolId", url: "interfaces/ipositionv3.html#symbolid", @@ -2424,7 +2385,7 @@ window.searchData = { parent: "IPositionV3", }, { - id: 310, + id: 305, kind: 1024, name: "convertedPnl", url: "interfaces/ipositionv3.html#convertedpnl", @@ -2432,7 +2393,7 @@ window.searchData = { parent: "IPositionV3", }, { - id: 311, + id: 306, kind: 1024, name: "quantity", url: "interfaces/ipositionv3.html#quantity", @@ -2440,7 +2401,7 @@ window.searchData = { parent: "IPositionV3", }, { - id: 312, + id: 307, kind: 1024, name: "pnl", url: "interfaces/ipositionv3.html#pnl", @@ -2448,7 +2409,7 @@ window.searchData = { parent: "IPositionV3", }, { - id: 313, + id: 308, kind: 1024, name: "convertedValue", url: "interfaces/ipositionv3.html#convertedvalue", @@ -2456,7 +2417,7 @@ window.searchData = { parent: "IPositionV3", }, { - id: 314, + id: 309, kind: 1024, name: "price", url: "interfaces/ipositionv3.html#price", @@ -2464,7 +2425,7 @@ window.searchData = { parent: "IPositionV3", }, { - id: 315, + id: 310, kind: 1024, name: "symbolType", url: "interfaces/ipositionv3.html#symboltype", @@ -2472,7 +2433,7 @@ window.searchData = { parent: "IPositionV3", }, { - id: 316, + id: 311, kind: 1024, name: "currency", url: "interfaces/ipositionv3.html#currency", @@ -2480,7 +2441,7 @@ window.searchData = { parent: "IPositionV3", }, { - id: 317, + id: 312, kind: 1024, name: "averagePrice", url: "interfaces/ipositionv3.html#averageprice", @@ -2488,7 +2449,7 @@ window.searchData = { parent: "IPositionV3", }, { - id: 318, + id: 313, kind: 1024, name: "value", url: "interfaces/ipositionv3.html#value", @@ -2496,21 +2457,21 @@ window.searchData = { parent: "IPositionV3", }, { - id: 319, + id: 314, kind: 4194304, name: "IPosition", url: "modules.html#iposition", classes: "tsd-kind-type-alias", }, { - id: 320, + id: 315, kind: 256, name: "IAccountSummary", url: "interfaces/iaccountsummary.html", classes: "tsd-kind-interface", }, { - id: 321, + id: 316, kind: 1024, name: "currency", url: "interfaces/iaccountsummary.html#currency", @@ -2518,7 +2479,7 @@ window.searchData = { parent: "IAccountSummary", }, { - id: 322, + id: 317, kind: 1024, name: "account", url: "interfaces/iaccountsummary.html#account", @@ -2526,7 +2487,7 @@ window.searchData = { parent: "IAccountSummary", }, { - id: 323, + id: 318, kind: 1024, name: "freeMoney", url: "interfaces/iaccountsummary.html#freemoney", @@ -2534,7 +2495,7 @@ window.searchData = { parent: "IAccountSummary", }, { - id: 324, + id: 319, kind: 1024, name: "accountId", url: "interfaces/iaccountsummary.html#accountid", @@ -2542,7 +2503,7 @@ window.searchData = { parent: "IAccountSummary", }, { - id: 325, + id: 320, kind: 1024, name: "netAssetValue", url: "interfaces/iaccountsummary.html#netassetvalue", @@ -2550,7 +2511,7 @@ window.searchData = { parent: "IAccountSummary", }, { - id: 326, + id: 321, kind: 1024, name: "sessionDate", url: "interfaces/iaccountsummary.html#sessiondate", @@ -2558,7 +2519,7 @@ window.searchData = { parent: "IAccountSummary", }, { - id: 327, + id: 322, kind: 1024, name: "timestamp", url: "interfaces/iaccountsummary.html#timestamp", @@ -2566,7 +2527,7 @@ window.searchData = { parent: "IAccountSummary", }, { - id: 328, + id: 323, kind: 1024, name: "moneyUsedForMargin", url: "interfaces/iaccountsummary.html#moneyusedformargin", @@ -2574,7 +2535,7 @@ window.searchData = { parent: "IAccountSummary", }, { - id: 329, + id: 324, kind: 1024, name: "marginUtilization", url: "interfaces/iaccountsummary.html#marginutilization", @@ -2582,7 +2543,7 @@ window.searchData = { parent: "IAccountSummary", }, { - id: 330, + id: 325, kind: 1024, name: "currencies", url: "interfaces/iaccountsummary.html#currencies", @@ -2590,7 +2551,7 @@ window.searchData = { parent: "IAccountSummary", }, { - id: 331, + id: 326, kind: 1024, name: "positions", url: "interfaces/iaccountsummary.html#positions", @@ -2598,14 +2559,14 @@ window.searchData = { parent: "IAccountSummary", }, { - id: 332, + id: 327, kind: 256, name: "ITransactionV2", url: "interfaces/itransactionv2.html", classes: "tsd-kind-interface", }, { - id: 333, + id: 328, kind: 1024, name: "when", url: "interfaces/itransactionv2.html#when", @@ -2613,62 +2574,62 @@ window.searchData = { parent: "ITransactionV2", }, { - id: 334, + id: 329, kind: 1024, name: "id", url: "interfaces/itransactionv2.html#id", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "ITransactionV2", }, { - id: 335, + id: 330, kind: 1024, name: "operationType", url: "interfaces/itransactionv2.html#operationtype", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "ITransactionV2", }, { - id: 336, + id: 331, kind: 1024, name: "symbolId", url: "interfaces/itransactionv2.html#symbolid", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "ITransactionV2", }, { - id: 337, + id: 332, kind: 1024, name: "asset", url: "interfaces/itransactionv2.html#asset", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "ITransactionV2", }, { - id: 338, + id: 333, kind: 1024, name: "accountId", url: "interfaces/itransactionv2.html#accountid", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "ITransactionV2", }, { - id: 339, + id: 334, kind: 1024, name: "sum", url: "interfaces/itransactionv2.html#sum", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "ITransactionV2", }, { - id: 340, + id: 335, kind: 256, name: "ITransactionV3", url: "interfaces/itransactionv3.html", classes: "tsd-kind-interface", }, { - id: 341, + id: 336, kind: 1024, name: "timestamp", url: "interfaces/itransactionv3.html#timestamp", @@ -2676,76 +2637,76 @@ window.searchData = { parent: "ITransactionV3", }, { - id: 342, + id: 337, kind: 1024, name: "id", url: "interfaces/itransactionv3.html#id", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "ITransactionV3", }, { - id: 343, + id: 338, kind: 1024, name: "operationType", url: "interfaces/itransactionv3.html#operationtype", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "ITransactionV3", }, { - id: 344, + id: 339, kind: 1024, name: "symbolId", url: "interfaces/itransactionv3.html#symbolid", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "ITransactionV3", }, { - id: 345, + id: 340, kind: 1024, name: "asset", url: "interfaces/itransactionv3.html#asset", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "ITransactionV3", }, { - id: 346, + id: 341, kind: 1024, name: "accountId", url: "interfaces/itransactionv3.html#accountid", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "ITransactionV3", }, { - id: 347, + id: 342, kind: 1024, name: "sum", url: "interfaces/itransactionv3.html#sum", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "ITransactionV3", }, { - id: 348, + id: 343, kind: 4194304, name: "ITransactions", url: "modules.html#itransactions", classes: "tsd-kind-type-alias", }, { - id: 349, + id: 344, kind: 4194304, name: "IOrdersStatus", url: "modules.html#iordersstatus", classes: "tsd-kind-type-alias", }, { - id: 350, + id: 345, kind: 256, name: "IFillV2", url: "interfaces/ifillv2.html", classes: "tsd-kind-interface", }, { - id: 351, + id: 346, kind: 1024, name: "time", url: "interfaces/ifillv2.html#time", @@ -2753,38 +2714,38 @@ window.searchData = { parent: "IFillV2", }, { - id: 352, + id: 347, kind: 1024, name: "quantity", url: "interfaces/ifillv2.html#quantity", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IFillV2", }, { - id: 353, + id: 348, kind: 1024, name: "position", url: "interfaces/ifillv2.html#position", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IFillV2", }, { - id: 354, + id: 349, kind: 1024, name: "price", url: "interfaces/ifillv2.html#price", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IFillV2", }, { - id: 355, + id: 350, kind: 256, name: "IFillV3", url: "interfaces/ifillv3.html", classes: "tsd-kind-interface", }, { - id: 356, + id: 351, kind: 1024, name: "timestamp", url: "interfaces/ifillv3.html#timestamp", @@ -2792,45 +2753,45 @@ window.searchData = { parent: "IFillV3", }, { - id: 357, + id: 352, kind: 1024, name: "quantity", url: "interfaces/ifillv3.html#quantity", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IFillV3", }, { - id: 358, + id: 353, kind: 1024, name: "position", url: "interfaces/ifillv3.html#position", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IFillV3", }, { - id: 359, + id: 354, kind: 1024, name: "price", url: "interfaces/ifillv3.html#price", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IFillV3", }, { - id: 360, + id: 355, kind: 4194304, name: "IFill", url: "modules.html#ifill", classes: "tsd-kind-type-alias", }, { - id: 361, + id: 356, kind: 256, name: "IOrderStateV2", url: "interfaces/iorderstatev2.html", classes: "tsd-kind-interface", }, { - id: 362, + id: 357, kind: 1024, name: "fills", url: "interfaces/iorderstatev2.html#fills", @@ -2838,38 +2799,38 @@ window.searchData = { parent: "IOrderStateV2", }, { - id: 363, + id: 358, kind: 1024, name: "status", url: "interfaces/iorderstatev2.html#status", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOrderStateV2", }, { - id: 364, + id: 359, kind: 1024, name: "lastUpdate", url: "interfaces/iorderstatev2.html#lastupdate", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOrderStateV2", }, { - id: 365, + id: 360, kind: 1024, name: "reason", url: "interfaces/iorderstatev2.html#reason", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOrderStateV2", }, { - id: 366, + id: 361, kind: 256, name: "IOrderStateV3", url: "interfaces/iorderstatev3.html", classes: "tsd-kind-interface", }, { - id: 367, + id: 362, kind: 1024, name: "fills", url: "interfaces/iorderstatev3.html#fills", @@ -2877,45 +2838,45 @@ window.searchData = { parent: "IOrderStateV3", }, { - id: 368, + id: 363, kind: 1024, name: "status", url: "interfaces/iorderstatev3.html#status", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOrderStateV3", }, { - id: 369, + id: 364, kind: 1024, name: "lastUpdate", url: "interfaces/iorderstatev3.html#lastupdate", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOrderStateV3", }, { - id: 370, + id: 365, kind: 1024, name: "reason", url: "interfaces/iorderstatev3.html#reason", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOrderStateV3", }, { - id: 371, + id: 366, kind: 4194304, name: "IOrderState", url: "modules.html#iorderstate", classes: "tsd-kind-type-alias", }, { - id: 372, + id: 367, kind: 256, name: "IOrderV2", url: "interfaces/iorderv2.html", classes: "tsd-kind-interface", }, { - id: 373, + id: 368, kind: 1024, name: "orderParameters", url: "interfaces/iorderv2.html#orderparameters", @@ -2923,7 +2884,7 @@ window.searchData = { parent: "IOrderV2", }, { - id: 374, + id: 369, kind: 1024, name: "orderState", url: "interfaces/iorderv2.html#orderstate", @@ -2931,7 +2892,7 @@ window.searchData = { parent: "IOrderV2", }, { - id: 375, + id: 370, kind: 1024, name: "id", url: "interfaces/iorderv2.html#id", @@ -2939,54 +2900,54 @@ window.searchData = { parent: "IOrderV2", }, { - id: 376, + id: 371, kind: 1024, name: "clientTag", url: "interfaces/iorderv2.html#clienttag", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOrderV2", }, { - id: 377, + id: 372, kind: 1024, name: "accountId", url: "interfaces/iorderv2.html#accountid", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOrderV2", }, { - id: 378, + id: 373, kind: 1024, name: "username", url: "interfaces/iorderv2.html#username", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOrderV2", }, { - id: 379, + id: 374, kind: 1024, name: "currentModificationId", url: "interfaces/iorderv2.html#currentmodificationid", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOrderV2", }, { - id: 380, + id: 375, kind: 1024, name: "placeTime", url: "interfaces/iorderv2.html#placetime", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOrderV2", }, { - id: 381, + id: 376, kind: 256, name: "IOrderV3", url: "interfaces/iorderv3.html", classes: "tsd-kind-interface", }, { - id: 382, + id: 377, kind: 1024, name: "orderParameters", url: "interfaces/iorderv3.html#orderparameters", @@ -2994,7 +2955,7 @@ window.searchData = { parent: "IOrderV3", }, { - id: 383, + id: 378, kind: 1024, name: "orderState", url: "interfaces/iorderv3.html#orderstate", @@ -3002,7 +2963,7 @@ window.searchData = { parent: "IOrderV3", }, { - id: 384, + id: 379, kind: 1024, name: "orderId", url: "interfaces/iorderv3.html#orderid", @@ -3010,61 +2971,61 @@ window.searchData = { parent: "IOrderV3", }, { - id: 385, + id: 380, kind: 1024, name: "clientTag", url: "interfaces/iorderv3.html#clienttag", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOrderV3", }, { - id: 386, + id: 381, kind: 1024, name: "accountId", url: "interfaces/iorderv3.html#accountid", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOrderV3", }, { - id: 387, + id: 382, kind: 1024, name: "username", url: "interfaces/iorderv3.html#username", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOrderV3", }, { - id: 388, + id: 383, kind: 1024, name: "currentModificationId", url: "interfaces/iorderv3.html#currentmodificationid", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOrderV3", }, { - id: 389, + id: 384, kind: 1024, name: "placeTime", url: "interfaces/iorderv3.html#placetime", - classes: "tsd-kind-property tsd-parent-kind-interface", + classes: "tsd-kind-property tsd-parent-kind-interface tsd-is-inherited", parent: "IOrderV3", }, { - id: 390, + id: 385, kind: 4194304, name: "IOrder", url: "modules.html#iorder", classes: "tsd-kind-type-alias", }, { - id: 391, + id: 386, kind: 128, name: "RestClient", url: "classes/restclient.html", classes: "tsd-kind-class", }, { - id: 392, + id: 387, kind: 2048, name: "base64URL", url: "classes/restclient.html#base64url", @@ -3072,7 +3033,7 @@ window.searchData = { parent: "RestClient", }, { - id: 393, + id: 388, kind: 2048, name: "setQuery", url: "classes/restclient.html#setquery", @@ -3080,7 +3041,7 @@ window.searchData = { parent: "RestClient", }, { - id: 394, + id: 389, kind: 2048, name: "JWT", url: "classes/restclient.html#jwt", @@ -3088,7 +3049,7 @@ window.searchData = { parent: "RestClient", }, { - id: 395, + id: 390, kind: 2048, name: "fetchStream", url: "classes/restclient.html#fetchstream-1", @@ -3096,15 +3057,16 @@ window.searchData = { parent: "RestClient", }, { - id: 396, + id: 391, kind: 2048, name: "fetch", url: "classes/restclient.html#fetch-1", - classes: "tsd-kind-method tsd-parent-kind-class tsd-is-static", + classes: + "tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static", parent: "RestClient", }, { - id: 397, + id: 392, kind: 512, name: "constructor", url: "classes/restclient.html#constructor", @@ -3112,7 +3074,7 @@ window.searchData = { parent: "RestClient", }, { - id: 398, + id: 393, kind: 1024, name: "#client_id", url: "classes/restclient.html#_client_id", @@ -3120,7 +3082,7 @@ window.searchData = { parent: "RestClient", }, { - id: 399, + id: 394, kind: 1024, name: "#app_id", url: "classes/restclient.html#_app_id", @@ -3128,7 +3090,7 @@ window.searchData = { parent: "RestClient", }, { - id: 400, + id: 395, kind: 1024, name: "#shared_key", url: "classes/restclient.html#_shared_key", @@ -3136,7 +3098,7 @@ window.searchData = { parent: "RestClient", }, { - id: 401, + id: 396, kind: 1024, name: "url", url: "classes/restclient.html#url", @@ -3144,15 +3106,15 @@ window.searchData = { parent: "RestClient", }, { - id: 402, + id: 397, kind: 2048, name: "fetch", url: "classes/restclient.html#fetch", - classes: "tsd-kind-method tsd-parent-kind-class", + classes: "tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter", parent: "RestClient", }, { - id: 403, + id: 398, kind: 2048, name: "getAccounts", url: "classes/restclient.html#getaccounts", @@ -3160,7 +3122,7 @@ window.searchData = { parent: "RestClient", }, { - id: 404, + id: 399, kind: 2048, name: "getDailyChanges", url: "classes/restclient.html#getdailychanges", @@ -3168,7 +3130,7 @@ window.searchData = { parent: "RestClient", }, { - id: 405, + id: 400, kind: 2048, name: "getDailyChange", url: "classes/restclient.html#getdailychange", @@ -3176,7 +3138,7 @@ window.searchData = { parent: "RestClient", }, { - id: 406, + id: 401, kind: 2048, name: "getCurrencies", url: "classes/restclient.html#getcurrencies", @@ -3184,7 +3146,7 @@ window.searchData = { parent: "RestClient", }, { - id: 407, + id: 402, kind: 2048, name: "getCrossrate", url: "classes/restclient.html#getcrossrate", @@ -3192,7 +3154,7 @@ window.searchData = { parent: "RestClient", }, { - id: 408, + id: 403, kind: 2048, name: "getExchanges", url: "classes/restclient.html#getexchanges", @@ -3200,7 +3162,7 @@ window.searchData = { parent: "RestClient", }, { - id: 409, + id: 404, kind: 2048, name: "getExchangeSymbols", url: "classes/restclient.html#getexchangesymbols", @@ -3208,7 +3170,7 @@ window.searchData = { parent: "RestClient", }, { - id: 410, + id: 405, kind: 2048, name: "getGroups", url: "classes/restclient.html#getgroups", @@ -3216,7 +3178,7 @@ window.searchData = { parent: "RestClient", }, { - id: 411, + id: 406, kind: 2048, name: "getGroupSymbols", url: "classes/restclient.html#getgroupsymbols", @@ -3224,7 +3186,7 @@ window.searchData = { parent: "RestClient", }, { - id: 412, + id: 407, kind: 2048, name: "getGroupNearestSymbol", url: "classes/restclient.html#getgroupnearestsymbol", @@ -3232,7 +3194,7 @@ window.searchData = { parent: "RestClient", }, { - id: 413, + id: 408, kind: 2048, name: "getSymbols", url: "classes/restclient.html#getsymbols", @@ -3240,7 +3202,7 @@ window.searchData = { parent: "RestClient", }, { - id: 414, + id: 409, kind: 2048, name: "getSymbol", url: "classes/restclient.html#getsymbol", @@ -3248,7 +3210,7 @@ window.searchData = { parent: "RestClient", }, { - id: 415, + id: 410, kind: 2048, name: "getSymbolSchedule", url: "classes/restclient.html#getsymbolschedule", @@ -3256,7 +3218,7 @@ window.searchData = { parent: "RestClient", }, { - id: 416, + id: 411, kind: 2048, name: "getSymbolSpecification", url: "classes/restclient.html#getsymbolspecification", @@ -3264,7 +3226,7 @@ window.searchData = { parent: "RestClient", }, { - id: 417, + id: 412, kind: 2048, name: "getTypes", url: "classes/restclient.html#gettypes", @@ -3272,7 +3234,7 @@ window.searchData = { parent: "RestClient", }, { - id: 418, + id: 413, kind: 2048, name: "getTypeSymbols", url: "classes/restclient.html#gettypesymbols", @@ -3280,7 +3242,7 @@ window.searchData = { parent: "RestClient", }, { - id: 419, + id: 414, kind: 2048, name: "getLastQuote", url: "classes/restclient.html#getlastquote", @@ -3288,7 +3250,7 @@ window.searchData = { parent: "RestClient", }, { - id: 420, + id: 415, kind: 2048, name: "getTradesStream", url: "classes/restclient.html#gettradesstream", @@ -3296,7 +3258,7 @@ window.searchData = { parent: "RestClient", }, { - id: 421, + id: 416, kind: 2048, name: "getQuoteStream", url: "classes/restclient.html#getquotestream", @@ -3304,7 +3266,7 @@ window.searchData = { parent: "RestClient", }, { - id: 422, + id: 417, kind: 2048, name: "getCandles", url: "classes/restclient.html#getcandles", @@ -3312,7 +3274,7 @@ window.searchData = { parent: "RestClient", }, { - id: 423, + id: 418, kind: 2048, name: "getTicks", url: "classes/restclient.html#getticks", @@ -3320,7 +3282,7 @@ window.searchData = { parent: "RestClient", }, { - id: 424, + id: 419, kind: 2048, name: "getAccountSummaryWithoutDate", url: "classes/restclient.html#getaccountsummarywithoutdate", @@ -3328,7 +3290,7 @@ window.searchData = { parent: "RestClient", }, { - id: 425, + id: 420, kind: 2048, name: "getAccountSummary", url: "classes/restclient.html#getaccountsummary", @@ -3336,7 +3298,7 @@ window.searchData = { parent: "RestClient", }, { - id: 426, + id: 421, kind: 2048, name: "getTransactions", url: "classes/restclient.html#gettransactions", @@ -3344,7 +3306,7 @@ window.searchData = { parent: "RestClient", }, { - id: 427, + id: 422, kind: 2048, name: "placeOrder", url: "classes/restclient.html#placeorder", @@ -3352,7 +3314,7 @@ window.searchData = { parent: "RestClient", }, { - id: 428, + id: 423, kind: 2048, name: "getOrders", url: "classes/restclient.html#getorders", @@ -3360,7 +3322,7 @@ window.searchData = { parent: "RestClient", }, { - id: 429, + id: 424, kind: 2048, name: "getActiveOrders", url: "classes/restclient.html#getactiveorders", @@ -3368,7 +3330,7 @@ window.searchData = { parent: "RestClient", }, { - id: 430, + id: 425, kind: 2048, name: "modifyOrder", url: "classes/restclient.html#modifyorder", @@ -3376,7 +3338,7 @@ window.searchData = { parent: "RestClient", }, { - id: 431, + id: 426, kind: 2048, name: "getOrder", url: "classes/restclient.html#getorder", @@ -3384,7 +3346,7 @@ window.searchData = { parent: "RestClient", }, { - id: 432, + id: 427, kind: 2048, name: "orderUpdatesHttp", url: "classes/restclient.html#orderupdateshttp", @@ -3392,7 +3354,7 @@ window.searchData = { parent: "RestClient", }, { - id: 433, + id: 428, kind: 2048, name: "tradesHttp", url: "classes/restclient.html#tradeshttp", @@ -3400,7 +3362,7 @@ window.searchData = { parent: "RestClient", }, { - id: 434, + id: 429, kind: 2048, name: "fetchStream", url: "classes/restclient.html#fetchstream", @@ -3408,19 +3370,19 @@ window.searchData = { parent: "RestClient", }, { - id: 435, + id: 430, kind: 262144, name: "token", url: "classes/restclient.html#token", - classes: "tsd-kind-get-signature tsd-parent-kind-class", + classes: "tsd-kind-get-signature tsd-parent-kind-class tsd-is-private", parent: "RestClient", }, { - id: 436, + id: 431, kind: 262144, name: "headers", url: "classes/restclient.html#headers", - classes: "tsd-kind-get-signature tsd-parent-kind-class", + classes: "tsd-kind-get-signature tsd-parent-kind-class tsd-is-private", parent: "RestClient", }, ], @@ -3428,1177 +3390,1160 @@ window.searchData = { version: "2.3.9", fields: ["name", "parent"], fieldVectors: [ - ["name/0", [0, 43.775]], + ["name/0", [0, 48.18]], ["parent/0", []], - ["name/1", [1, 48.295]], - ["parent/1", [0, 3.989]], - ["name/2", [2, 51.659]], - ["parent/2", [0, 3.989]], - ["name/3", [3, 42.104]], - ["parent/3", [0, 3.989]], - ["name/4", [2, 51.659]], - ["parent/4", [0, 3.989]], - ["name/5", [4, 48.295]], + ["name/1", [1, 51.544]], + ["parent/1", [0, 4.391]], + ["name/2", [2, 56.653]], + ["parent/2", [0, 4.391]], + ["name/3", [3, 56.653]], + ["parent/3", []], + ["name/4", [4, 56.653]], + ["parent/4", []], + ["name/5", [5, 56.653]], ["parent/5", []], - ["name/6", [1, 48.295]], - ["parent/6", [4, 4.401]], - ["name/7", [5, 56.768]], - ["parent/7", [4, 4.401]], - ["name/8", [6, 56.768]], - ["parent/8", []], - ["name/9", [7, 56.768]], - ["parent/9", []], - ["name/10", [8, 56.768]], - ["parent/10", []], - ["name/11", [9, 42.104]], - ["parent/11", []], - ["name/12", [10, 51.659]], - ["parent/12", [9, 3.837]], - ["name/13", [11, 51.659]], - ["parent/13", [9, 3.837]], - ["name/14", [12, 51.659]], - ["parent/14", [9, 3.837]], - ["name/15", [13, 56.768]], - ["parent/15", [9, 3.837]], - ["name/16", [14, 51.659]], - ["parent/16", [9, 3.837]], - ["name/17", [15, 51.659]], + ["name/6", [6, 41.989]], + ["parent/6", []], + ["name/7", [7, 51.544]], + ["parent/7", [6, 3.827]], + ["name/8", [8, 51.544]], + ["parent/8", [6, 3.827]], + ["name/9", [9, 51.544]], + ["parent/9", [6, 3.827]], + ["name/10", [10, 56.653]], + ["parent/10", [6, 3.827]], + ["name/11", [11, 51.544]], + ["parent/11", [6, 3.827]], + ["name/12", [12, 51.544]], + ["parent/12", []], + ["name/13", [13, 28.721]], + ["parent/13", [12, 4.697]], + ["name/14", [14, 48.18]], + ["parent/14", []], + ["name/15", [15, 32.085]], + ["parent/15", [14, 4.391]], + ["name/16", [13, 28.721]], + ["parent/16", [14, 4.391]], + ["name/17", [16, 45.667]], ["parent/17", []], - ["name/18", [16, 28.835]], - ["parent/18", [15, 4.708]], - ["name/19", [17, 48.295]], - ["parent/19", []], - ["name/20", [18, 32.2]], - ["parent/20", [17, 4.401]], - ["name/21", [16, 28.835]], - ["parent/21", [17, 4.401]], - ["name/22", [19, 45.781]], - ["parent/22", []], - ["name/23", [20, 43.775]], - ["parent/23", [19, 4.172]], - ["name/24", [21, 43.775]], - ["parent/24", [19, 4.172]], - ["name/25", [16, 28.835]], - ["parent/25", [19, 4.172]], - ["name/26", [22, 48.295]], - ["parent/26", []], - ["name/27", [23, 56.768]], - ["parent/27", [22, 4.401]], - ["name/28", [16, 28.835]], - ["parent/28", [22, 4.401]], - ["name/29", [24, 48.295]], - ["parent/29", []], - ["name/30", [25, 56.768]], - ["parent/30", [24, 4.401]], - ["name/31", [16, 28.835]], - ["parent/31", [24, 4.401]], - ["name/32", [26, 48.295]], - ["parent/32", []], - ["name/33", [18, 32.2]], - ["parent/33", [26, 4.401]], - ["name/34", [16, 28.835]], - ["parent/34", [26, 4.401]], - ["name/35", [27, 45.781]], - ["parent/35", []], - ["name/36", [28, 51.659]], - ["parent/36", [27, 4.172]], - ["name/37", [18, 32.2]], - ["parent/37", [27, 4.172]], - ["name/38", [16, 28.835]], - ["parent/38", [27, 4.172]], - ["name/39", [29, 48.295]], + ["name/18", [17, 43.66]], + ["parent/18", [16, 4.162]], + ["name/19", [18, 43.66]], + ["parent/19", [16, 4.162]], + ["name/20", [13, 28.721]], + ["parent/20", [16, 4.162]], + ["name/21", [19, 48.18]], + ["parent/21", []], + ["name/22", [20, 56.653]], + ["parent/22", [19, 4.391]], + ["name/23", [13, 28.721]], + ["parent/23", [19, 4.391]], + ["name/24", [21, 48.18]], + ["parent/24", []], + ["name/25", [22, 56.653]], + ["parent/25", [21, 4.391]], + ["name/26", [13, 28.721]], + ["parent/26", [21, 4.391]], + ["name/27", [23, 48.18]], + ["parent/27", []], + ["name/28", [15, 32.085]], + ["parent/28", [23, 4.391]], + ["name/29", [13, 28.721]], + ["parent/29", [23, 4.391]], + ["name/30", [24, 45.667]], + ["parent/30", []], + ["name/31", [25, 51.544]], + ["parent/31", [24, 4.162]], + ["name/32", [15, 32.085]], + ["parent/32", [24, 4.162]], + ["name/33", [13, 28.721]], + ["parent/33", [24, 4.162]], + ["name/34", [26, 48.18]], + ["parent/34", []], + ["name/35", [27, 43.66]], + ["parent/35", [26, 4.391]], + ["name/36", [13, 28.721]], + ["parent/36", [26, 4.391]], + ["name/37", [28, 51.544]], + ["parent/37", []], + ["name/38", [29, 51.544]], + ["parent/38", [28, 4.697]], + ["name/39", [30, 45.667]], ["parent/39", []], - ["name/40", [30, 43.775]], - ["parent/40", [29, 4.401]], - ["name/41", [16, 28.835]], - ["parent/41", [29, 4.401]], - ["name/42", [31, 51.659]], - ["parent/42", []], - ["name/43", [32, 51.659]], - ["parent/43", [31, 4.708]], - ["name/44", [33, 45.781]], + ["name/40", [29, 51.544]], + ["parent/40", [30, 4.162]], + ["name/41", [31, 56.653]], + ["parent/41", [30, 4.162]], + ["name/42", [13, 28.721]], + ["parent/42", [30, 4.162]], + ["name/43", [32, 56.653]], + ["parent/43", []], + ["name/44", [33, 40.558]], ["parent/44", []], - ["name/45", [32, 51.659]], - ["parent/45", [33, 4.172]], - ["name/46", [34, 56.768]], - ["parent/46", [33, 4.172]], - ["name/47", [16, 28.835]], - ["parent/47", [33, 4.172]], - ["name/48", [35, 56.768]], - ["parent/48", []], - ["name/49", [36, 40.673]], - ["parent/49", []], - ["name/50", [37, 48.295]], - ["parent/50", [36, 3.706]], - ["name/51", [20, 43.775]], - ["parent/51", [36, 3.706]], - ["name/52", [21, 43.775]], - ["parent/52", [36, 3.706]], - ["name/53", [38, 42.104]], - ["parent/53", [36, 3.706]], - ["name/54", [18, 32.2]], - ["parent/54", [36, 3.706]], - ["name/55", [16, 28.835]], - ["parent/55", [36, 3.706]], - ["name/56", [39, 40.673]], - ["parent/56", []], - ["name/57", [20, 43.775]], - ["parent/57", [39, 3.706]], - ["name/58", [21, 43.775]], - ["parent/58", [39, 3.706]], - ["name/59", [38, 42.104]], - ["parent/59", [39, 3.706]], - ["name/60", [40, 51.659]], - ["parent/60", [39, 3.706]], - ["name/61", [18, 32.2]], - ["parent/61", [39, 3.706]], - ["name/62", [16, 28.835]], - ["parent/62", [39, 3.706]], - ["name/63", [41, 45.781]], - ["parent/63", []], - ["name/64", [42, 38.309]], - ["parent/64", [41, 4.172]], - ["name/65", [43, 39.422]], - ["parent/65", [41, 4.172]], - ["name/66", [16, 28.835]], - ["parent/66", [41, 4.172]], - ["name/67", [44, 43.775]], + ["name/45", [34, 48.18]], + ["parent/45", [33, 3.696]], + ["name/46", [17, 43.66]], + ["parent/46", [33, 3.696]], + ["name/47", [18, 43.66]], + ["parent/47", [33, 3.696]], + ["name/48", [35, 41.989]], + ["parent/48", [33, 3.696]], + ["name/49", [15, 32.085]], + ["parent/49", [33, 3.696]], + ["name/50", [13, 28.721]], + ["parent/50", [33, 3.696]], + ["name/51", [36, 40.558]], + ["parent/51", []], + ["name/52", [17, 43.66]], + ["parent/52", [36, 3.696]], + ["name/53", [18, 43.66]], + ["parent/53", [36, 3.696]], + ["name/54", [35, 41.989]], + ["parent/54", [36, 3.696]], + ["name/55", [37, 51.544]], + ["parent/55", [36, 3.696]], + ["name/56", [15, 32.085]], + ["parent/56", [36, 3.696]], + ["name/57", [13, 28.721]], + ["parent/57", [36, 3.696]], + ["name/58", [38, 45.667]], + ["parent/58", []], + ["name/59", [39, 38.194]], + ["parent/59", [38, 4.162]], + ["name/60", [40, 39.307]], + ["parent/60", [38, 4.162]], + ["name/61", [13, 28.721]], + ["parent/61", [38, 4.162]], + ["name/62", [41, 43.66]], + ["parent/62", []], + ["name/63", [42, 56.653]], + ["parent/63", [41, 3.979]], + ["name/64", [39, 38.194]], + ["parent/64", [41, 3.979]], + ["name/65", [40, 39.307]], + ["parent/65", [41, 3.979]], + ["name/66", [13, 28.721]], + ["parent/66", [41, 3.979]], + ["name/67", [43, 33.966]], ["parent/67", []], - ["name/68", [45, 56.768]], - ["parent/68", [44, 3.989]], - ["name/69", [42, 38.309]], - ["parent/69", [44, 3.989]], - ["name/70", [43, 39.422]], - ["parent/70", [44, 3.989]], - ["name/71", [16, 28.835]], - ["parent/71", [44, 3.989]], - ["name/72", [46, 34.081]], - ["parent/72", []], - ["name/73", [47, 56.768]], - ["parent/73", [46, 3.106]], - ["name/74", [48, 36.399]], - ["parent/74", [46, 3.106]], - ["name/75", [18, 32.2]], - ["parent/75", [46, 3.106]], - ["name/76", [49, 48.295]], - ["parent/76", [46, 3.106]], - ["name/77", [50, 48.295]], - ["parent/77", [46, 3.106]], - ["name/78", [51, 56.768]], - ["parent/78", [46, 3.106]], - ["name/79", [52, 42.104]], - ["parent/79", [46, 3.106]], - ["name/80", [53, 56.768]], - ["parent/80", [46, 3.106]], - ["name/81", [54, 56.768]], - ["parent/81", [46, 3.106]], - ["name/82", [55, 56.768]], - ["parent/82", [46, 3.106]], - ["name/83", [56, 43.775]], - ["parent/83", [46, 3.106]], - ["name/84", [57, 56.768]], - ["parent/84", [46, 3.106]], - ["name/85", [16, 28.835]], - ["parent/85", [46, 3.106]], - ["name/86", [58, 56.768]], - ["parent/86", []], - ["name/87", [59, 56.768]], - ["parent/87", []], - ["name/88", [60, 56.768]], - ["parent/88", []], - ["name/89", [61, 31.118]], - ["parent/89", []], - ["name/90", [48, 36.399]], - ["parent/90", [61, 2.836]], - ["name/91", [62, 51.659]], - ["parent/91", [61, 2.836]], - ["name/92", [63, 45.781]], - ["parent/92", [61, 2.836]], - ["name/93", [64, 51.659]], - ["parent/93", [61, 2.836]], - ["name/94", [65, 51.659]], - ["parent/94", [61, 2.836]], - ["name/95", [66, 51.659]], - ["parent/95", [61, 2.836]], - ["name/96", [67, 48.295]], - ["parent/96", [61, 2.836]], - ["name/97", [68, 48.295]], - ["parent/97", [61, 2.836]], - ["name/98", [69, 39.422]], - ["parent/98", [61, 2.836]], - ["name/99", [70, 51.659]], - ["parent/99", [61, 2.836]], - ["name/100", [71, 51.659]], - ["parent/100", [61, 2.836]], - ["name/101", [37, 48.295]], - ["parent/101", [61, 2.836]], - ["name/102", [72, 51.659]], - ["parent/102", [61, 2.836]], - ["name/103", [73, 51.659]], - ["parent/103", [61, 2.836]], - ["name/104", [74, 51.659]], - ["parent/104", [61, 2.836]], - ["name/105", [75, 51.659]], - ["parent/105", [61, 2.836]], - ["name/106", [76, 48.295]], - ["parent/106", [61, 2.836]], - ["name/107", [16, 28.835]], - ["parent/107", [61, 2.836]], - ["name/108", [77, 31.118]], - ["parent/108", []], - ["name/109", [48, 36.399]], - ["parent/109", [77, 2.836]], - ["name/110", [16, 28.835]], - ["parent/110", [77, 2.836]], - ["name/111", [18, 32.2]], - ["parent/111", [77, 2.836]], - ["name/112", [63, 45.781]], - ["parent/112", [77, 2.836]], - ["name/113", [64, 51.659]], - ["parent/113", [77, 2.836]], - ["name/114", [65, 51.659]], - ["parent/114", [77, 2.836]], - ["name/115", [66, 51.659]], - ["parent/115", [77, 2.836]], - ["name/116", [67, 48.295]], - ["parent/116", [77, 2.836]], - ["name/117", [68, 48.295]], - ["parent/117", [77, 2.836]], - ["name/118", [69, 39.422]], - ["parent/118", [77, 2.836]], - ["name/119", [70, 51.659]], - ["parent/119", [77, 2.836]], - ["name/120", [71, 51.659]], - ["parent/120", [77, 2.836]], - ["name/121", [37, 48.295]], - ["parent/121", [77, 2.836]], - ["name/122", [72, 51.659]], - ["parent/122", [77, 2.836]], - ["name/123", [73, 51.659]], - ["parent/123", [77, 2.836]], - ["name/124", [74, 51.659]], - ["parent/124", [77, 2.836]], - ["name/125", [75, 51.659]], - ["parent/125", [77, 2.836]], - ["name/126", [76, 48.295]], - ["parent/126", [77, 2.836]], - ["name/127", [78, 56.768]], - ["parent/127", []], - ["name/128", [79, 42.104]], - ["parent/128", []], - ["name/129", [80, 48.295]], - ["parent/129", [79, 3.837]], - ["name/130", [52, 42.104]], - ["parent/130", [79, 3.837]], - ["name/131", [20, 43.775]], - ["parent/131", [79, 3.837]], - ["name/132", [21, 43.775]], - ["parent/132", [79, 3.837]], - ["name/133", [16, 28.835]], - ["parent/133", [79, 3.837]], - ["name/134", [81, 42.104]], - ["parent/134", []], - ["name/135", [16, 28.835]], - ["parent/135", [81, 3.837]], - ["name/136", [48, 36.399]], - ["parent/136", [81, 3.837]], - ["name/137", [52, 42.104]], - ["parent/137", [81, 3.837]], - ["name/138", [20, 43.775]], - ["parent/138", [81, 3.837]], - ["name/139", [21, 43.775]], - ["parent/139", [81, 3.837]], - ["name/140", [82, 56.768]], - ["parent/140", []], - ["name/141", [83, 48.295]], - ["parent/141", []], - ["name/142", [52, 42.104]], - ["parent/142", [83, 4.401]], - ["name/143", [16, 28.835]], - ["parent/143", [83, 4.401]], - ["name/144", [84, 43.775]], + ["name/68", [44, 56.653]], + ["parent/68", [43, 3.095]], + ["name/69", [45, 36.284]], + ["parent/69", [43, 3.095]], + ["name/70", [15, 32.085]], + ["parent/70", [43, 3.095]], + ["name/71", [46, 48.18]], + ["parent/71", [43, 3.095]], + ["name/72", [47, 48.18]], + ["parent/72", [43, 3.095]], + ["name/73", [48, 56.653]], + ["parent/73", [43, 3.095]], + ["name/74", [49, 41.989]], + ["parent/74", [43, 3.095]], + ["name/75", [50, 56.653]], + ["parent/75", [43, 3.095]], + ["name/76", [51, 56.653]], + ["parent/76", [43, 3.095]], + ["name/77", [52, 56.653]], + ["parent/77", [43, 3.095]], + ["name/78", [53, 43.66]], + ["parent/78", [43, 3.095]], + ["name/79", [54, 56.653]], + ["parent/79", [43, 3.095]], + ["name/80", [13, 28.721]], + ["parent/80", [43, 3.095]], + ["name/81", [55, 56.653]], + ["parent/81", []], + ["name/82", [56, 56.653]], + ["parent/82", []], + ["name/83", [57, 56.653]], + ["parent/83", []], + ["name/84", [58, 31.003]], + ["parent/84", []], + ["name/85", [45, 36.284]], + ["parent/85", [58, 2.825]], + ["name/86", [59, 51.544]], + ["parent/86", [58, 2.825]], + ["name/87", [60, 45.667]], + ["parent/87", [58, 2.825]], + ["name/88", [61, 51.544]], + ["parent/88", [58, 2.825]], + ["name/89", [62, 51.544]], + ["parent/89", [58, 2.825]], + ["name/90", [63, 51.544]], + ["parent/90", [58, 2.825]], + ["name/91", [64, 48.18]], + ["parent/91", [58, 2.825]], + ["name/92", [65, 48.18]], + ["parent/92", [58, 2.825]], + ["name/93", [66, 39.307]], + ["parent/93", [58, 2.825]], + ["name/94", [67, 51.544]], + ["parent/94", [58, 2.825]], + ["name/95", [68, 51.544]], + ["parent/95", [58, 2.825]], + ["name/96", [34, 48.18]], + ["parent/96", [58, 2.825]], + ["name/97", [69, 51.544]], + ["parent/97", [58, 2.825]], + ["name/98", [70, 51.544]], + ["parent/98", [58, 2.825]], + ["name/99", [71, 51.544]], + ["parent/99", [58, 2.825]], + ["name/100", [72, 51.544]], + ["parent/100", [58, 2.825]], + ["name/101", [73, 48.18]], + ["parent/101", [58, 2.825]], + ["name/102", [13, 28.721]], + ["parent/102", [58, 2.825]], + ["name/103", [74, 31.003]], + ["parent/103", []], + ["name/104", [45, 36.284]], + ["parent/104", [74, 2.825]], + ["name/105", [13, 28.721]], + ["parent/105", [74, 2.825]], + ["name/106", [15, 32.085]], + ["parent/106", [74, 2.825]], + ["name/107", [60, 45.667]], + ["parent/107", [74, 2.825]], + ["name/108", [61, 51.544]], + ["parent/108", [74, 2.825]], + ["name/109", [62, 51.544]], + ["parent/109", [74, 2.825]], + ["name/110", [63, 51.544]], + ["parent/110", [74, 2.825]], + ["name/111", [64, 48.18]], + ["parent/111", [74, 2.825]], + ["name/112", [65, 48.18]], + ["parent/112", [74, 2.825]], + ["name/113", [66, 39.307]], + ["parent/113", [74, 2.825]], + ["name/114", [67, 51.544]], + ["parent/114", [74, 2.825]], + ["name/115", [68, 51.544]], + ["parent/115", [74, 2.825]], + ["name/116", [34, 48.18]], + ["parent/116", [74, 2.825]], + ["name/117", [69, 51.544]], + ["parent/117", [74, 2.825]], + ["name/118", [70, 51.544]], + ["parent/118", [74, 2.825]], + ["name/119", [71, 51.544]], + ["parent/119", [74, 2.825]], + ["name/120", [72, 51.544]], + ["parent/120", [74, 2.825]], + ["name/121", [73, 48.18]], + ["parent/121", [74, 2.825]], + ["name/122", [75, 56.653]], + ["parent/122", []], + ["name/123", [76, 41.989]], + ["parent/123", []], + ["name/124", [77, 48.18]], + ["parent/124", [76, 3.827]], + ["name/125", [49, 41.989]], + ["parent/125", [76, 3.827]], + ["name/126", [17, 43.66]], + ["parent/126", [76, 3.827]], + ["name/127", [18, 43.66]], + ["parent/127", [76, 3.827]], + ["name/128", [13, 28.721]], + ["parent/128", [76, 3.827]], + ["name/129", [78, 41.989]], + ["parent/129", []], + ["name/130", [13, 28.721]], + ["parent/130", [78, 3.827]], + ["name/131", [45, 36.284]], + ["parent/131", [78, 3.827]], + ["name/132", [49, 41.989]], + ["parent/132", [78, 3.827]], + ["name/133", [17, 43.66]], + ["parent/133", [78, 3.827]], + ["name/134", [18, 43.66]], + ["parent/134", [78, 3.827]], + ["name/135", [79, 56.653]], + ["parent/135", []], + ["name/136", [80, 48.18]], + ["parent/136", []], + ["name/137", [49, 41.989]], + ["parent/137", [80, 4.391]], + ["name/138", [13, 28.721]], + ["parent/138", [80, 4.391]], + ["name/139", [81, 43.66]], + ["parent/139", []], + ["name/140", [77, 48.18]], + ["parent/140", [81, 3.979]], + ["name/141", [59, 51.544]], + ["parent/141", [81, 3.979]], + ["name/142", [49, 41.989]], + ["parent/142", [81, 3.979]], + ["name/143", [13, 28.721]], + ["parent/143", [81, 3.979]], + ["name/144", [82, 43.66]], ["parent/144", []], - ["name/145", [80, 48.295]], - ["parent/145", [84, 3.989]], - ["name/146", [62, 51.659]], - ["parent/146", [84, 3.989]], - ["name/147", [52, 42.104]], - ["parent/147", [84, 3.989]], - ["name/148", [16, 28.835]], - ["parent/148", [84, 3.989]], - ["name/149", [85, 43.775]], + ["name/145", [13, 28.721]], + ["parent/145", [82, 3.979]], + ["name/146", [45, 36.284]], + ["parent/146", [82, 3.979]], + ["name/147", [15, 32.085]], + ["parent/147", [82, 3.979]], + ["name/148", [49, 41.989]], + ["parent/148", [82, 3.979]], + ["name/149", [83, 56.653]], ["parent/149", []], - ["name/150", [16, 28.835]], - ["parent/150", [85, 3.989]], - ["name/151", [48, 36.399]], - ["parent/151", [85, 3.989]], - ["name/152", [18, 32.2]], - ["parent/152", [85, 3.989]], - ["name/153", [52, 42.104]], - ["parent/153", [85, 3.989]], - ["name/154", [86, 56.768]], - ["parent/154", []], - ["name/155", [87, 42.104]], - ["parent/155", []], - ["name/156", [56, 43.775]], - ["parent/156", [87, 3.837]], - ["name/157", [88, 51.659]], - ["parent/157", [87, 3.837]], - ["name/158", [89, 56.768]], - ["parent/158", [87, 3.837]], - ["name/159", [90, 51.659]], - ["parent/159", [87, 3.837]], - ["name/160", [69, 39.422]], - ["parent/160", [91, 4.172]], - ["name/161", [68, 48.295]], - ["parent/161", [91, 4.172]], - ["name/162", [67, 48.295]], - ["parent/162", [91, 4.172]], - ["name/163", [76, 48.295]], - ["parent/163", [91, 4.172]], - ["name/164", [16, 28.835]], - ["parent/164", [87, 3.837]], - ["name/165", [92, 45.781]], + ["name/150", [84, 41.989]], + ["parent/150", []], + ["name/151", [53, 43.66]], + ["parent/151", [84, 3.827]], + ["name/152", [85, 51.544]], + ["parent/152", [84, 3.827]], + ["name/153", [86, 56.653]], + ["parent/153", [84, 3.827]], + ["name/154", [87, 51.544]], + ["parent/154", [84, 3.827]], + ["name/155", [66, 39.307]], + ["parent/155", [88, 4.162]], + ["name/156", [65, 48.18]], + ["parent/156", [88, 4.162]], + ["name/157", [64, 48.18]], + ["parent/157", [88, 4.162]], + ["name/158", [73, 48.18]], + ["parent/158", [88, 4.162]], + ["name/159", [13, 28.721]], + ["parent/159", [84, 3.827]], + ["name/160", [89, 45.667]], + ["parent/160", []], + ["name/161", [53, 43.66]], + ["parent/161", [89, 4.162]], + ["name/162", [85, 51.544]], + ["parent/162", [89, 4.162]], + ["name/163", [13, 28.721]], + ["parent/163", [89, 4.162]], + ["name/164", [90, 56.653]], + ["parent/164", []], + ["name/165", [91, 48.18]], ["parent/165", []], - ["name/166", [56, 43.775]], - ["parent/166", [92, 4.172]], - ["name/167", [88, 51.659]], - ["parent/167", [92, 4.172]], - ["name/168", [16, 28.835]], - ["parent/168", [92, 4.172]], - ["name/169", [93, 56.768]], - ["parent/169", []], - ["name/170", [94, 48.295]], - ["parent/170", []], - ["name/171", [56, 43.775]], - ["parent/171", [94, 4.401]], - ["name/172", [16, 28.835]], - ["parent/172", [94, 4.401]], - ["name/173", [95, 48.295]], - ["parent/173", []], - ["name/174", [96, 48.295]], - ["parent/174", [95, 4.401]], - ["name/175", [48, 36.399]], - ["parent/175", [95, 4.401]], - ["name/176", [97, 43.775]], + ["name/166", [53, 43.66]], + ["parent/166", [91, 4.391]], + ["name/167", [13, 28.721]], + ["parent/167", [91, 4.391]], + ["name/168", [92, 48.18]], + ["parent/168", []], + ["name/169", [93, 48.18]], + ["parent/169", [92, 4.391]], + ["name/170", [45, 36.284]], + ["parent/170", [92, 4.391]], + ["name/171", [94, 43.66]], + ["parent/171", []], + ["name/172", [95, 56.653]], + ["parent/172", [94, 3.979]], + ["name/173", [96, 56.653]], + ["parent/173", [94, 3.979]], + ["name/174", [15, 32.085]], + ["parent/174", [94, 3.979]], + ["name/175", [97, 56.653]], + ["parent/175", [94, 3.979]], + ["name/176", [98, 51.544]], ["parent/176", []], - ["name/177", [98, 56.768]], - ["parent/177", [97, 3.989]], - ["name/178", [99, 56.768]], - ["parent/178", [97, 3.989]], - ["name/179", [18, 32.2]], - ["parent/179", [97, 3.989]], - ["name/180", [100, 56.768]], - ["parent/180", [97, 3.989]], - ["name/181", [101, 51.659]], - ["parent/181", []], - ["name/182", [102, 51.659]], - ["parent/182", [101, 4.708]], - ["name/183", [103, 45.781]], - ["parent/183", []], - ["name/184", [18, 32.2]], - ["parent/184", [103, 4.172]], - ["name/185", [104, 56.768]], - ["parent/185", [103, 4.172]], - ["name/186", [105, 56.768]], - ["parent/186", [103, 4.172]], - ["name/187", [106, 45.781]], - ["parent/187", []], - ["name/188", [42, 38.309]], - ["parent/188", [106, 4.172]], - ["name/189", [107, 48.295]], - ["parent/189", [106, 4.172]], - ["name/190", [3, 42.104]], - ["parent/190", [106, 4.172]], - ["name/191", [108, 45.781]], - ["parent/191", []], - ["name/192", [109, 56.768]], - ["parent/192", [108, 4.172]], - ["name/193", [110, 51.659]], - ["parent/193", [108, 4.172]], - ["name/194", [111, 51.659]], - ["parent/194", [108, 4.172]], - ["name/195", [112, 45.781]], + ["name/177", [99, 51.544]], + ["parent/177", [98, 4.697]], + ["name/178", [100, 45.667]], + ["parent/178", []], + ["name/179", [15, 32.085]], + ["parent/179", [100, 4.162]], + ["name/180", [101, 56.653]], + ["parent/180", [100, 4.162]], + ["name/181", [102, 56.653]], + ["parent/181", [100, 4.162]], + ["name/182", [103, 45.667]], + ["parent/182", []], + ["name/183", [39, 38.194]], + ["parent/183", [103, 4.162]], + ["name/184", [104, 48.18]], + ["parent/184", [103, 4.162]], + ["name/185", [105, 43.66]], + ["parent/185", [103, 4.162]], + ["name/186", [106, 45.667]], + ["parent/186", []], + ["name/187", [107, 56.653]], + ["parent/187", [106, 4.162]], + ["name/188", [108, 51.544]], + ["parent/188", [106, 4.162]], + ["name/189", [109, 51.544]], + ["parent/189", [106, 4.162]], + ["name/190", [110, 45.667]], + ["parent/190", []], + ["name/191", [111, 56.653]], + ["parent/191", [110, 4.162]], + ["name/192", [108, 51.544]], + ["parent/192", [110, 4.162]], + ["name/193", [109, 51.544]], + ["parent/193", [110, 4.162]], + ["name/194", [112, 56.653]], + ["parent/194", []], + ["name/195", [113, 33.966]], ["parent/195", []], - ["name/196", [113, 56.768]], - ["parent/196", [112, 4.172]], - ["name/197", [110, 51.659]], - ["parent/197", [112, 4.172]], - ["name/198", [111, 51.659]], - ["parent/198", [112, 4.172]], - ["name/199", [114, 56.768]], - ["parent/199", []], - ["name/200", [115, 34.081]], - ["parent/200", []], - ["name/201", [116, 56.768]], - ["parent/201", [115, 3.106]], - ["name/202", [42, 38.309]], - ["parent/202", [115, 3.106]], - ["name/203", [40, 51.659]], - ["parent/203", [115, 3.106]], - ["name/204", [117, 51.659]], - ["parent/204", [115, 3.106]], - ["name/205", [118, 51.659]], - ["parent/205", [115, 3.106]], - ["name/206", [107, 48.295]], - ["parent/206", [115, 3.106]], - ["name/207", [119, 48.295]], - ["parent/207", [115, 3.106]], - ["name/208", [120, 51.659]], - ["parent/208", [115, 3.106]], - ["name/209", [43, 39.422]], - ["parent/209", [115, 3.106]], - ["name/210", [121, 51.659]], - ["parent/210", [115, 3.106]], - ["name/211", [122, 48.295]], - ["parent/211", [115, 3.106]], - ["name/212", [3, 42.104]], - ["parent/212", [115, 3.106]], - ["name/213", [123, 51.659]], - ["parent/213", [115, 3.106]], - ["name/214", [124, 34.081]], - ["parent/214", []], - ["name/215", [30, 43.775]], - ["parent/215", [124, 3.106]], - ["name/216", [125, 56.768]], - ["parent/216", [124, 3.106]], - ["name/217", [117, 51.659]], - ["parent/217", [124, 3.106]], - ["name/218", [18, 32.2]], - ["parent/218", [124, 3.106]], - ["name/219", [118, 51.659]], - ["parent/219", [124, 3.106]], - ["name/220", [107, 48.295]], - ["parent/220", [124, 3.106]], - ["name/221", [119, 48.295]], - ["parent/221", [124, 3.106]], - ["name/222", [120, 51.659]], - ["parent/222", [124, 3.106]], - ["name/223", [43, 39.422]], - ["parent/223", [124, 3.106]], - ["name/224", [121, 51.659]], - ["parent/224", [124, 3.106]], - ["name/225", [122, 48.295]], - ["parent/225", [124, 3.106]], - ["name/226", [3, 42.104]], - ["parent/226", [124, 3.106]], - ["name/227", [123, 51.659]], - ["parent/227", [124, 3.106]], - ["name/228", [126, 56.768]], - ["parent/228", []], - ["name/229", [127, 56.768]], - ["parent/229", []], - ["name/230", [128, 43.775]], + ["name/196", [114, 56.653]], + ["parent/196", [113, 3.095]], + ["name/197", [39, 38.194]], + ["parent/197", [113, 3.095]], + ["name/198", [37, 51.544]], + ["parent/198", [113, 3.095]], + ["name/199", [115, 51.544]], + ["parent/199", [113, 3.095]], + ["name/200", [116, 51.544]], + ["parent/200", [113, 3.095]], + ["name/201", [104, 48.18]], + ["parent/201", [113, 3.095]], + ["name/202", [117, 48.18]], + ["parent/202", [113, 3.095]], + ["name/203", [118, 51.544]], + ["parent/203", [113, 3.095]], + ["name/204", [40, 39.307]], + ["parent/204", [113, 3.095]], + ["name/205", [119, 51.544]], + ["parent/205", [113, 3.095]], + ["name/206", [120, 48.18]], + ["parent/206", [113, 3.095]], + ["name/207", [105, 43.66]], + ["parent/207", [113, 3.095]], + ["name/208", [121, 51.544]], + ["parent/208", [113, 3.095]], + ["name/209", [122, 33.966]], + ["parent/209", []], + ["name/210", [27, 43.66]], + ["parent/210", [122, 3.095]], + ["name/211", [123, 56.653]], + ["parent/211", [122, 3.095]], + ["name/212", [115, 51.544]], + ["parent/212", [122, 3.095]], + ["name/213", [15, 32.085]], + ["parent/213", [122, 3.095]], + ["name/214", [116, 51.544]], + ["parent/214", [122, 3.095]], + ["name/215", [104, 48.18]], + ["parent/215", [122, 3.095]], + ["name/216", [117, 48.18]], + ["parent/216", [122, 3.095]], + ["name/217", [118, 51.544]], + ["parent/217", [122, 3.095]], + ["name/218", [40, 39.307]], + ["parent/218", [122, 3.095]], + ["name/219", [119, 51.544]], + ["parent/219", [122, 3.095]], + ["name/220", [120, 48.18]], + ["parent/220", [122, 3.095]], + ["name/221", [105, 43.66]], + ["parent/221", [122, 3.095]], + ["name/222", [121, 51.544]], + ["parent/222", [122, 3.095]], + ["name/223", [124, 56.653]], + ["parent/223", []], + ["name/224", [125, 56.653]], + ["parent/224", []], + ["name/225", [126, 43.66]], + ["parent/225", []], + ["name/226", [117, 48.18]], + ["parent/226", [126, 3.979]], + ["name/227", [25, 51.544]], + ["parent/227", [126, 3.979]], + ["name/228", [105, 43.66]], + ["parent/228", [126, 3.979]], + ["name/229", [120, 48.18]], + ["parent/229", [126, 3.979]], + ["name/230", [127, 43.66]], ["parent/230", []], - ["name/231", [119, 48.295]], - ["parent/231", [128, 3.989]], - ["name/232", [28, 51.659]], - ["parent/232", [128, 3.989]], - ["name/233", [3, 42.104]], - ["parent/233", [128, 3.989]], - ["name/234", [122, 48.295]], - ["parent/234", [128, 3.989]], - ["name/235", [129, 43.775]], - ["parent/235", []], - ["name/236", [3, 42.104]], - ["parent/236", [129, 3.989]], - ["name/237", [130, 56.768]], - ["parent/237", [129, 3.989]], - ["name/238", [90, 51.659]], - ["parent/238", [129, 3.989]], - ["name/239", [131, 56.768]], - ["parent/239", [132, 4.708]], - ["name/240", [133, 56.768]], - ["parent/240", [132, 4.708]], - ["name/241", [134, 56.768]], - ["parent/241", [129, 3.989]], - ["name/242", [135, 51.659]], - ["parent/242", []], - ["name/243", [136, 56.768]], - ["parent/243", [135, 4.708]], - ["name/244", [137, 42.104]], - ["parent/244", []], - ["name/245", [138, 56.768]], - ["parent/245", [137, 3.837]], - ["name/246", [139, 56.768]], - ["parent/246", [137, 3.837]], - ["name/247", [140, 56.768]], - ["parent/247", [137, 3.837]], - ["name/248", [141, 56.768]], - ["parent/248", [137, 3.837]], - ["name/249", [142, 56.768]], - ["parent/249", [137, 3.837]], - ["name/250", [143, 51.659]], + ["name/231", [105, 43.66]], + ["parent/231", [127, 3.979]], + ["name/232", [128, 56.653]], + ["parent/232", [127, 3.979]], + ["name/233", [87, 51.544]], + ["parent/233", [127, 3.979]], + ["name/234", [129, 56.653]], + ["parent/234", [130, 4.697]], + ["name/235", [131, 56.653]], + ["parent/235", [130, 4.697]], + ["name/236", [132, 56.653]], + ["parent/236", [127, 3.979]], + ["name/237", [133, 51.544]], + ["parent/237", []], + ["name/238", [134, 56.653]], + ["parent/238", [133, 4.697]], + ["name/239", [135, 41.989]], + ["parent/239", []], + ["name/240", [136, 56.653]], + ["parent/240", [135, 3.827]], + ["name/241", [137, 56.653]], + ["parent/241", [135, 3.827]], + ["name/242", [138, 56.653]], + ["parent/242", [135, 3.827]], + ["name/243", [139, 56.653]], + ["parent/243", [135, 3.827]], + ["name/244", [140, 56.653]], + ["parent/244", [135, 3.827]], + ["name/245", [141, 51.544]], + ["parent/245", []], + ["name/246", [39, 38.194]], + ["parent/246", [141, 4.697]], + ["name/247", [142, 48.18]], + ["parent/247", []], + ["name/248", [35, 41.989]], + ["parent/248", [142, 4.391]], + ["name/249", [143, 41.989]], + ["parent/249", [142, 4.391]], + ["name/250", [144, 48.18]], ["parent/250", []], - ["name/251", [42, 38.309]], - ["parent/251", [143, 4.708]], - ["name/252", [144, 48.295]], - ["parent/252", []], - ["name/253", [38, 42.104]], - ["parent/253", [144, 4.401]], - ["name/254", [145, 42.104]], - ["parent/254", [144, 4.401]], - ["name/255", [146, 48.295]], - ["parent/255", []], - ["name/256", [38, 42.104]], - ["parent/256", [146, 4.401]], - ["name/257", [147, 39.422]], - ["parent/257", [146, 4.401]], - ["name/258", [148, 56.768]], - ["parent/258", []], - ["name/259", [149, 43.775]], + ["name/251", [35, 41.989]], + ["parent/251", [144, 4.391]], + ["name/252", [145, 39.307]], + ["parent/252", [144, 4.391]], + ["name/253", [146, 56.653]], + ["parent/253", []], + ["name/254", [147, 43.66]], + ["parent/254", []], + ["name/255", [148, 56.653]], + ["parent/255", [147, 3.979]], + ["name/256", [149, 56.653]], + ["parent/256", [147, 3.979]], + ["name/257", [150, 40.558]], + ["parent/257", [147, 3.979]], + ["name/258", [15, 32.085]], + ["parent/258", [147, 3.979]], + ["name/259", [151, 40.558]], ["parent/259", []], - ["name/260", [150, 56.768]], - ["parent/260", [149, 3.989]], - ["name/261", [151, 56.768]], - ["parent/261", [149, 3.989]], - ["name/262", [152, 40.673]], - ["parent/262", [149, 3.989]], - ["name/263", [18, 32.2]], - ["parent/263", [149, 3.989]], - ["name/264", [153, 40.673]], - ["parent/264", []], - ["name/265", [152, 40.673]], - ["parent/265", [153, 3.706]], - ["name/266", [154, 56.768]], - ["parent/266", [153, 3.706]], - ["name/267", [155, 56.768]], - ["parent/267", [153, 3.706]], - ["name/268", [156, 56.768]], - ["parent/268", [153, 3.706]], - ["name/269", [157, 56.768]], - ["parent/269", [153, 3.706]], - ["name/270", [158, 56.768]], - ["parent/270", [153, 3.706]], - ["name/271", [159, 43.775]], + ["name/260", [150, 40.558]], + ["parent/260", [151, 3.696]], + ["name/261", [152, 56.653]], + ["parent/261", [151, 3.696]], + ["name/262", [153, 56.653]], + ["parent/262", [151, 3.696]], + ["name/263", [154, 56.653]], + ["parent/263", [151, 3.696]], + ["name/264", [155, 56.653]], + ["parent/264", [151, 3.696]], + ["name/265", [156, 56.653]], + ["parent/265", [151, 3.696]], + ["name/266", [157, 43.66]], + ["parent/266", []], + ["name/267", [143, 41.989]], + ["parent/267", [157, 3.979]], + ["name/268", [35, 41.989]], + ["parent/268", [157, 3.979]], + ["name/269", [150, 40.558]], + ["parent/269", [157, 3.979]], + ["name/270", [15, 32.085]], + ["parent/270", [157, 3.979]], + ["name/271", [158, 43.66]], ["parent/271", []], - ["name/272", [145, 42.104]], - ["parent/272", [159, 3.989]], - ["name/273", [38, 42.104]], - ["parent/273", [159, 3.989]], - ["name/274", [152, 40.673]], - ["parent/274", [159, 3.989]], - ["name/275", [18, 32.2]], - ["parent/275", [159, 3.989]], - ["name/276", [160, 43.775]], + ["name/272", [145, 39.307]], + ["parent/272", [158, 3.979]], + ["name/273", [35, 41.989]], + ["parent/273", [158, 3.979]], + ["name/274", [150, 40.558]], + ["parent/274", [158, 3.979]], + ["name/275", [15, 32.085]], + ["parent/275", [158, 3.979]], + ["name/276", [159, 56.653]], ["parent/276", []], - ["name/277", [147, 39.422]], - ["parent/277", [160, 3.989]], - ["name/278", [38, 42.104]], - ["parent/278", [160, 3.989]], - ["name/279", [152, 40.673]], - ["parent/279", [160, 3.989]], - ["name/280", [18, 32.2]], - ["parent/280", [160, 3.989]], - ["name/281", [161, 56.768]], - ["parent/281", []], - ["name/282", [162, 43.775]], + ["name/277", [160, 43.66]], + ["parent/277", []], + ["name/278", [161, 56.653]], + ["parent/278", [160, 3.979]], + ["name/279", [162, 45.667]], + ["parent/279", [160, 3.979]], + ["name/280", [143, 41.989]], + ["parent/280", [160, 3.979]], + ["name/281", [145, 39.307]], + ["parent/281", [160, 3.979]], + ["name/282", [163, 37.194]], ["parent/282", []], - ["name/283", [163, 56.768]], - ["parent/283", [162, 3.989]], - ["name/284", [164, 45.781]], - ["parent/284", [162, 3.989]], - ["name/285", [145, 42.104]], - ["parent/285", [162, 3.989]], - ["name/286", [147, 39.422]], - ["parent/286", [162, 3.989]], - ["name/287", [165, 37.308]], - ["parent/287", []], - ["name/288", [166, 48.295]], - ["parent/288", [165, 3.4]], - ["name/289", [69, 39.422]], - ["parent/289", [165, 3.4]], - ["name/290", [167, 48.295]], - ["parent/290", [165, 3.4]], - ["name/291", [164, 45.781]], - ["parent/291", [165, 3.4]], - ["name/292", [147, 39.422]], - ["parent/292", [165, 3.4]], - ["name/293", [30, 43.775]], - ["parent/293", [165, 3.4]], - ["name/294", [43, 39.422]], - ["parent/294", [165, 3.4]], - ["name/295", [168, 48.295]], - ["parent/295", [165, 3.4]], - ["name/296", [145, 42.104]], - ["parent/296", [165, 3.4]], - ["name/297", [169, 36.399]], - ["parent/297", []], - ["name/298", [42, 38.309]], - ["parent/298", [169, 3.317]], - ["name/299", [166, 48.295]], - ["parent/299", [169, 3.317]], - ["name/300", [69, 39.422]], - ["parent/300", [169, 3.317]], - ["name/301", [167, 48.295]], - ["parent/301", [169, 3.317]], - ["name/302", [164, 45.781]], - ["parent/302", [169, 3.317]], - ["name/303", [147, 39.422]], - ["parent/303", [169, 3.317]], - ["name/304", [30, 43.775]], - ["parent/304", [169, 3.317]], - ["name/305", [43, 39.422]], - ["parent/305", [169, 3.317]], - ["name/306", [168, 48.295]], - ["parent/306", [169, 3.317]], - ["name/307", [145, 42.104]], - ["parent/307", [169, 3.317]], - ["name/308", [170, 36.399]], - ["parent/308", []], - ["name/309", [18, 32.2]], - ["parent/309", [170, 3.317]], - ["name/310", [166, 48.295]], - ["parent/310", [170, 3.317]], - ["name/311", [69, 39.422]], - ["parent/311", [170, 3.317]], - ["name/312", [167, 48.295]], - ["parent/312", [170, 3.317]], - ["name/313", [164, 45.781]], - ["parent/313", [170, 3.317]], - ["name/314", [147, 39.422]], - ["parent/314", [170, 3.317]], - ["name/315", [30, 43.775]], - ["parent/315", [170, 3.317]], - ["name/316", [43, 39.422]], - ["parent/316", [170, 3.317]], - ["name/317", [168, 48.295]], - ["parent/317", [170, 3.317]], - ["name/318", [145, 42.104]], - ["parent/318", [170, 3.317]], - ["name/319", [171, 56.768]], - ["parent/319", []], - ["name/320", [172, 35.565]], - ["parent/320", []], - ["name/321", [43, 39.422]], - ["parent/321", [172, 3.241]], - ["name/322", [80, 48.295]], - ["parent/322", [172, 3.241]], - ["name/323", [173, 56.768]], - ["parent/323", [172, 3.241]], - ["name/324", [48, 36.399]], - ["parent/324", [172, 3.241]], - ["name/325", [174, 56.768]], - ["parent/325", [172, 3.241]], - ["name/326", [175, 56.768]], - ["parent/326", [172, 3.241]], - ["name/327", [152, 40.673]], - ["parent/327", [172, 3.241]], - ["name/328", [176, 56.768]], - ["parent/328", [172, 3.241]], - ["name/329", [177, 56.768]], - ["parent/329", [172, 3.241]], - ["name/330", [102, 51.659]], - ["parent/330", [172, 3.241]], - ["name/331", [178, 56.768]], - ["parent/331", [172, 3.241]], - ["name/332", [179, 39.422]], - ["parent/332", []], - ["name/333", [180, 56.768]], - ["parent/333", [179, 3.592]], - ["name/334", [42, 38.309]], - ["parent/334", [179, 3.592]], - ["name/335", [50, 48.295]], - ["parent/335", [179, 3.592]], - ["name/336", [18, 32.2]], - ["parent/336", [179, 3.592]], - ["name/337", [49, 48.295]], - ["parent/337", [179, 3.592]], - ["name/338", [48, 36.399]], - ["parent/338", [179, 3.592]], - ["name/339", [181, 51.659]], - ["parent/339", [179, 3.592]], - ["name/340", [182, 39.422]], - ["parent/340", []], - ["name/341", [152, 40.673]], - ["parent/341", [182, 3.592]], - ["name/342", [42, 38.309]], - ["parent/342", [182, 3.592]], - ["name/343", [50, 48.295]], - ["parent/343", [182, 3.592]], - ["name/344", [18, 32.2]], - ["parent/344", [182, 3.592]], - ["name/345", [49, 48.295]], - ["parent/345", [182, 3.592]], - ["name/346", [48, 36.399]], - ["parent/346", [182, 3.592]], - ["name/347", [181, 51.659]], - ["parent/347", [182, 3.592]], - ["name/348", [183, 56.768]], - ["parent/348", []], - ["name/349", [184, 56.768]], - ["parent/349", []], - ["name/350", [185, 43.775]], + ["name/283", [164, 48.18]], + ["parent/283", [163, 3.39]], + ["name/284", [66, 39.307]], + ["parent/284", [163, 3.39]], + ["name/285", [165, 48.18]], + ["parent/285", [163, 3.39]], + ["name/286", [162, 45.667]], + ["parent/286", [163, 3.39]], + ["name/287", [145, 39.307]], + ["parent/287", [163, 3.39]], + ["name/288", [27, 43.66]], + ["parent/288", [163, 3.39]], + ["name/289", [40, 39.307]], + ["parent/289", [163, 3.39]], + ["name/290", [166, 48.18]], + ["parent/290", [163, 3.39]], + ["name/291", [143, 41.989]], + ["parent/291", [163, 3.39]], + ["name/292", [167, 36.284]], + ["parent/292", []], + ["name/293", [39, 38.194]], + ["parent/293", [167, 3.307]], + ["name/294", [164, 48.18]], + ["parent/294", [167, 3.307]], + ["name/295", [66, 39.307]], + ["parent/295", [167, 3.307]], + ["name/296", [165, 48.18]], + ["parent/296", [167, 3.307]], + ["name/297", [162, 45.667]], + ["parent/297", [167, 3.307]], + ["name/298", [145, 39.307]], + ["parent/298", [167, 3.307]], + ["name/299", [27, 43.66]], + ["parent/299", [167, 3.307]], + ["name/300", [40, 39.307]], + ["parent/300", [167, 3.307]], + ["name/301", [166, 48.18]], + ["parent/301", [167, 3.307]], + ["name/302", [143, 41.989]], + ["parent/302", [167, 3.307]], + ["name/303", [168, 36.284]], + ["parent/303", []], + ["name/304", [15, 32.085]], + ["parent/304", [168, 3.307]], + ["name/305", [164, 48.18]], + ["parent/305", [168, 3.307]], + ["name/306", [66, 39.307]], + ["parent/306", [168, 3.307]], + ["name/307", [165, 48.18]], + ["parent/307", [168, 3.307]], + ["name/308", [162, 45.667]], + ["parent/308", [168, 3.307]], + ["name/309", [145, 39.307]], + ["parent/309", [168, 3.307]], + ["name/310", [27, 43.66]], + ["parent/310", [168, 3.307]], + ["name/311", [40, 39.307]], + ["parent/311", [168, 3.307]], + ["name/312", [166, 48.18]], + ["parent/312", [168, 3.307]], + ["name/313", [143, 41.989]], + ["parent/313", [168, 3.307]], + ["name/314", [169, 56.653]], + ["parent/314", []], + ["name/315", [170, 35.45]], + ["parent/315", []], + ["name/316", [40, 39.307]], + ["parent/316", [170, 3.231]], + ["name/317", [77, 48.18]], + ["parent/317", [170, 3.231]], + ["name/318", [171, 56.653]], + ["parent/318", [170, 3.231]], + ["name/319", [45, 36.284]], + ["parent/319", [170, 3.231]], + ["name/320", [172, 56.653]], + ["parent/320", [170, 3.231]], + ["name/321", [173, 56.653]], + ["parent/321", [170, 3.231]], + ["name/322", [150, 40.558]], + ["parent/322", [170, 3.231]], + ["name/323", [174, 56.653]], + ["parent/323", [170, 3.231]], + ["name/324", [175, 56.653]], + ["parent/324", [170, 3.231]], + ["name/325", [99, 51.544]], + ["parent/325", [170, 3.231]], + ["name/326", [176, 56.653]], + ["parent/326", [170, 3.231]], + ["name/327", [177, 39.307]], + ["parent/327", []], + ["name/328", [178, 56.653]], + ["parent/328", [177, 3.582]], + ["name/329", [39, 38.194]], + ["parent/329", [177, 3.582]], + ["name/330", [47, 48.18]], + ["parent/330", [177, 3.582]], + ["name/331", [15, 32.085]], + ["parent/331", [177, 3.582]], + ["name/332", [46, 48.18]], + ["parent/332", [177, 3.582]], + ["name/333", [45, 36.284]], + ["parent/333", [177, 3.582]], + ["name/334", [179, 51.544]], + ["parent/334", [177, 3.582]], + ["name/335", [180, 39.307]], + ["parent/335", []], + ["name/336", [150, 40.558]], + ["parent/336", [180, 3.582]], + ["name/337", [39, 38.194]], + ["parent/337", [180, 3.582]], + ["name/338", [47, 48.18]], + ["parent/338", [180, 3.582]], + ["name/339", [15, 32.085]], + ["parent/339", [180, 3.582]], + ["name/340", [46, 48.18]], + ["parent/340", [180, 3.582]], + ["name/341", [45, 36.284]], + ["parent/341", [180, 3.582]], + ["name/342", [179, 51.544]], + ["parent/342", [180, 3.582]], + ["name/343", [181, 56.653]], + ["parent/343", []], + ["name/344", [182, 56.653]], + ["parent/344", []], + ["name/345", [183, 43.66]], + ["parent/345", []], + ["name/346", [184, 56.653]], + ["parent/346", [183, 3.979]], + ["name/347", [66, 39.307]], + ["parent/347", [183, 3.979]], + ["name/348", [185, 51.544]], + ["parent/348", [183, 3.979]], + ["name/349", [145, 39.307]], + ["parent/349", [183, 3.979]], + ["name/350", [186, 43.66]], ["parent/350", []], - ["name/351", [186, 56.768]], - ["parent/351", [185, 3.989]], - ["name/352", [69, 39.422]], - ["parent/352", [185, 3.989]], - ["name/353", [187, 51.659]], - ["parent/353", [185, 3.989]], - ["name/354", [147, 39.422]], - ["parent/354", [185, 3.989]], - ["name/355", [188, 43.775]], + ["name/351", [150, 40.558]], + ["parent/351", [186, 3.979]], + ["name/352", [66, 39.307]], + ["parent/352", [186, 3.979]], + ["name/353", [185, 51.544]], + ["parent/353", [186, 3.979]], + ["name/354", [145, 39.307]], + ["parent/354", [186, 3.979]], + ["name/355", [187, 56.653]], ["parent/355", []], - ["name/356", [152, 40.673]], - ["parent/356", [188, 3.989]], - ["name/357", [69, 39.422]], - ["parent/357", [188, 3.989]], - ["name/358", [187, 51.659]], - ["parent/358", [188, 3.989]], - ["name/359", [147, 39.422]], - ["parent/359", [188, 3.989]], - ["name/360", [189, 56.768]], - ["parent/360", []], - ["name/361", [190, 43.775]], + ["name/356", [188, 43.66]], + ["parent/356", []], + ["name/357", [189, 51.544]], + ["parent/357", [188, 3.979]], + ["name/358", [93, 48.18]], + ["parent/358", [188, 3.979]], + ["name/359", [190, 51.544]], + ["parent/359", [188, 3.979]], + ["name/360", [191, 51.544]], + ["parent/360", [188, 3.979]], + ["name/361", [192, 43.66]], ["parent/361", []], - ["name/362", [191, 51.659]], - ["parent/362", [190, 3.989]], - ["name/363", [96, 48.295]], - ["parent/363", [190, 3.989]], - ["name/364", [192, 51.659]], - ["parent/364", [190, 3.989]], - ["name/365", [193, 51.659]], - ["parent/365", [190, 3.989]], - ["name/366", [194, 43.775]], + ["name/362", [189, 51.544]], + ["parent/362", [192, 3.979]], + ["name/363", [93, 48.18]], + ["parent/363", [192, 3.979]], + ["name/364", [190, 51.544]], + ["parent/364", [192, 3.979]], + ["name/365", [191, 51.544]], + ["parent/365", [192, 3.979]], + ["name/366", [193, 56.653]], ["parent/366", []], - ["name/367", [191, 51.659]], - ["parent/367", [194, 3.989]], - ["name/368", [96, 48.295]], - ["parent/368", [194, 3.989]], - ["name/369", [192, 51.659]], - ["parent/369", [194, 3.989]], - ["name/370", [193, 51.659]], - ["parent/370", [194, 3.989]], - ["name/371", [195, 56.768]], - ["parent/371", []], - ["name/372", [196, 38.309]], - ["parent/372", []], - ["name/373", [197, 51.659]], - ["parent/373", [196, 3.491]], - ["name/374", [198, 51.659]], - ["parent/374", [196, 3.491]], - ["name/375", [42, 38.309]], - ["parent/375", [196, 3.491]], - ["name/376", [63, 45.781]], - ["parent/376", [196, 3.491]], - ["name/377", [48, 36.399]], - ["parent/377", [196, 3.491]], - ["name/378", [199, 51.659]], - ["parent/378", [196, 3.491]], - ["name/379", [200, 51.659]], - ["parent/379", [196, 3.491]], - ["name/380", [201, 51.659]], - ["parent/380", [196, 3.491]], - ["name/381", [202, 38.309]], - ["parent/381", []], - ["name/382", [197, 51.659]], - ["parent/382", [202, 3.491]], - ["name/383", [198, 51.659]], - ["parent/383", [202, 3.491]], - ["name/384", [56, 43.775]], - ["parent/384", [202, 3.491]], - ["name/385", [63, 45.781]], - ["parent/385", [202, 3.491]], - ["name/386", [48, 36.399]], - ["parent/386", [202, 3.491]], - ["name/387", [199, 51.659]], - ["parent/387", [202, 3.491]], - ["name/388", [200, 51.659]], - ["parent/388", [202, 3.491]], - ["name/389", [201, 51.659]], - ["parent/389", [202, 3.491]], - ["name/390", [203, 56.768]], - ["parent/390", []], - ["name/391", [204, 22.428]], - ["parent/391", []], - ["name/392", [205, 56.768]], - ["parent/392", [204, 2.044]], - ["name/393", [206, 56.768]], - ["parent/393", [204, 2.044]], - ["name/394", [207, 56.768]], - ["parent/394", [204, 2.044]], - ["name/395", [208, 51.659]], - ["parent/395", [204, 2.044]], - ["name/396", [209, 51.659]], - ["parent/396", [204, 2.044]], - ["name/397", [1, 48.295]], - ["parent/397", [204, 2.044]], - ["name/398", [10, 51.659]], - ["parent/398", [204, 2.044]], - ["name/399", [11, 51.659]], - ["parent/399", [204, 2.044]], - ["name/400", [12, 51.659]], - ["parent/400", [204, 2.044]], - ["name/401", [14, 51.659]], - ["parent/401", [204, 2.044]], - ["name/402", [209, 51.659]], - ["parent/402", [204, 2.044]], - ["name/403", [210, 56.768]], - ["parent/403", [204, 2.044]], - ["name/404", [211, 56.768]], - ["parent/404", [204, 2.044]], - ["name/405", [212, 56.768]], - ["parent/405", [204, 2.044]], - ["name/406", [213, 56.768]], - ["parent/406", [204, 2.044]], - ["name/407", [214, 56.768]], - ["parent/407", [204, 2.044]], - ["name/408", [215, 56.768]], - ["parent/408", [204, 2.044]], - ["name/409", [216, 56.768]], - ["parent/409", [204, 2.044]], - ["name/410", [217, 56.768]], - ["parent/410", [204, 2.044]], - ["name/411", [218, 56.768]], - ["parent/411", [204, 2.044]], - ["name/412", [219, 56.768]], - ["parent/412", [204, 2.044]], - ["name/413", [220, 56.768]], - ["parent/413", [204, 2.044]], - ["name/414", [221, 56.768]], - ["parent/414", [204, 2.044]], - ["name/415", [222, 56.768]], - ["parent/415", [204, 2.044]], - ["name/416", [223, 56.768]], - ["parent/416", [204, 2.044]], - ["name/417", [224, 56.768]], - ["parent/417", [204, 2.044]], - ["name/418", [225, 56.768]], - ["parent/418", [204, 2.044]], - ["name/419", [226, 56.768]], - ["parent/419", [204, 2.044]], - ["name/420", [227, 56.768]], - ["parent/420", [204, 2.044]], - ["name/421", [228, 56.768]], - ["parent/421", [204, 2.044]], - ["name/422", [229, 56.768]], - ["parent/422", [204, 2.044]], - ["name/423", [230, 56.768]], - ["parent/423", [204, 2.044]], - ["name/424", [231, 56.768]], - ["parent/424", [204, 2.044]], - ["name/425", [232, 56.768]], - ["parent/425", [204, 2.044]], - ["name/426", [233, 56.768]], - ["parent/426", [204, 2.044]], - ["name/427", [234, 56.768]], - ["parent/427", [204, 2.044]], - ["name/428", [235, 56.768]], - ["parent/428", [204, 2.044]], - ["name/429", [236, 56.768]], - ["parent/429", [204, 2.044]], - ["name/430", [237, 56.768]], - ["parent/430", [204, 2.044]], - ["name/431", [238, 56.768]], - ["parent/431", [204, 2.044]], - ["name/432", [239, 56.768]], - ["parent/432", [204, 2.044]], - ["name/433", [240, 56.768]], - ["parent/433", [204, 2.044]], - ["name/434", [208, 51.659]], - ["parent/434", [204, 2.044]], - ["name/435", [241, 56.768]], - ["parent/435", [204, 2.044]], - ["name/436", [242, 56.768]], - ["parent/436", [204, 2.044]], + ["name/367", [194, 38.194]], + ["parent/367", []], + ["name/368", [195, 51.544]], + ["parent/368", [194, 3.481]], + ["name/369", [196, 51.544]], + ["parent/369", [194, 3.481]], + ["name/370", [39, 38.194]], + ["parent/370", [194, 3.481]], + ["name/371", [60, 45.667]], + ["parent/371", [194, 3.481]], + ["name/372", [45, 36.284]], + ["parent/372", [194, 3.481]], + ["name/373", [197, 51.544]], + ["parent/373", [194, 3.481]], + ["name/374", [198, 51.544]], + ["parent/374", [194, 3.481]], + ["name/375", [199, 51.544]], + ["parent/375", [194, 3.481]], + ["name/376", [200, 38.194]], + ["parent/376", []], + ["name/377", [195, 51.544]], + ["parent/377", [200, 3.481]], + ["name/378", [196, 51.544]], + ["parent/378", [200, 3.481]], + ["name/379", [53, 43.66]], + ["parent/379", [200, 3.481]], + ["name/380", [60, 45.667]], + ["parent/380", [200, 3.481]], + ["name/381", [45, 36.284]], + ["parent/381", [200, 3.481]], + ["name/382", [197, 51.544]], + ["parent/382", [200, 3.481]], + ["name/383", [198, 51.544]], + ["parent/383", [200, 3.481]], + ["name/384", [199, 51.544]], + ["parent/384", [200, 3.481]], + ["name/385", [201, 56.653]], + ["parent/385", []], + ["name/386", [202, 22.313]], + ["parent/386", []], + ["name/387", [203, 56.653]], + ["parent/387", [202, 2.033]], + ["name/388", [204, 56.653]], + ["parent/388", [202, 2.033]], + ["name/389", [205, 56.653]], + ["parent/389", [202, 2.033]], + ["name/390", [206, 51.544]], + ["parent/390", [202, 2.033]], + ["name/391", [207, 51.544]], + ["parent/391", [202, 2.033]], + ["name/392", [1, 51.544]], + ["parent/392", [202, 2.033]], + ["name/393", [7, 51.544]], + ["parent/393", [202, 2.033]], + ["name/394", [8, 51.544]], + ["parent/394", [202, 2.033]], + ["name/395", [9, 51.544]], + ["parent/395", [202, 2.033]], + ["name/396", [11, 51.544]], + ["parent/396", [202, 2.033]], + ["name/397", [207, 51.544]], + ["parent/397", [202, 2.033]], + ["name/398", [208, 56.653]], + ["parent/398", [202, 2.033]], + ["name/399", [209, 56.653]], + ["parent/399", [202, 2.033]], + ["name/400", [210, 56.653]], + ["parent/400", [202, 2.033]], + ["name/401", [211, 56.653]], + ["parent/401", [202, 2.033]], + ["name/402", [212, 56.653]], + ["parent/402", [202, 2.033]], + ["name/403", [213, 56.653]], + ["parent/403", [202, 2.033]], + ["name/404", [214, 56.653]], + ["parent/404", [202, 2.033]], + ["name/405", [215, 56.653]], + ["parent/405", [202, 2.033]], + ["name/406", [216, 56.653]], + ["parent/406", [202, 2.033]], + ["name/407", [217, 56.653]], + ["parent/407", [202, 2.033]], + ["name/408", [218, 56.653]], + ["parent/408", [202, 2.033]], + ["name/409", [219, 56.653]], + ["parent/409", [202, 2.033]], + ["name/410", [220, 56.653]], + ["parent/410", [202, 2.033]], + ["name/411", [221, 56.653]], + ["parent/411", [202, 2.033]], + ["name/412", [222, 56.653]], + ["parent/412", [202, 2.033]], + ["name/413", [223, 56.653]], + ["parent/413", [202, 2.033]], + ["name/414", [224, 56.653]], + ["parent/414", [202, 2.033]], + ["name/415", [225, 56.653]], + ["parent/415", [202, 2.033]], + ["name/416", [226, 56.653]], + ["parent/416", [202, 2.033]], + ["name/417", [227, 56.653]], + ["parent/417", [202, 2.033]], + ["name/418", [228, 56.653]], + ["parent/418", [202, 2.033]], + ["name/419", [229, 56.653]], + ["parent/419", [202, 2.033]], + ["name/420", [230, 56.653]], + ["parent/420", [202, 2.033]], + ["name/421", [231, 56.653]], + ["parent/421", [202, 2.033]], + ["name/422", [232, 56.653]], + ["parent/422", [202, 2.033]], + ["name/423", [233, 56.653]], + ["parent/423", [202, 2.033]], + ["name/424", [234, 56.653]], + ["parent/424", [202, 2.033]], + ["name/425", [235, 56.653]], + ["parent/425", [202, 2.033]], + ["name/426", [236, 56.653]], + ["parent/426", [202, 2.033]], + ["name/427", [237, 56.653]], + ["parent/427", [202, 2.033]], + ["name/428", [238, 56.653]], + ["parent/428", [202, 2.033]], + ["name/429", [206, 51.544]], + ["parent/429", [202, 2.033]], + ["name/430", [239, 56.653]], + ["parent/430", [202, 2.033]], + ["name/431", [240, 56.653]], + ["parent/431", [202, 2.033]], ], invertedIndex: [ - ["__type", { _index: 90, name: { 159: {}, 238: {} }, parent: {} }], - ["_transform", { _index: 5, name: { 7: {} }, parent: {} }], + ["__type", { _index: 87, name: { 154: {}, 233: {} }, parent: {} }], + ["_transform", { _index: 2, name: { 2: {} }, parent: {} }], [ "account", - { _index: 80, name: { 129: {}, 145: {}, 322: {} }, parent: {} }, + { _index: 77, name: { 124: {}, 140: {}, 317: {} }, parent: {} }, ], [ "accountid", { - _index: 48, + _index: 45, name: { - 74: {}, - 90: {}, - 109: {}, - 136: {}, - 151: {}, - 175: {}, - 324: {}, - 338: {}, - 346: {}, - 377: {}, - 386: {}, + 69: {}, + 85: {}, + 104: {}, + 131: {}, + 146: {}, + 170: {}, + 319: {}, + 333: {}, + 341: {}, + 372: {}, + 381: {}, }, parent: {}, }, ], - ["action", { _index: 88, name: { 157: {}, 167: {} }, parent: {} }], - ["app_id", { _index: 11, name: { 13: {}, 399: {} }, parent: {} }], - ["ask", { _index: 151, name: { 261: {} }, parent: {} }], - ["asset", { _index: 49, name: { 76: {}, 337: {}, 345: {} }, parent: {} }], + ["action", { _index: 85, name: { 152: {}, 162: {} }, parent: {} }], + ["app_id", { _index: 8, name: { 8: {}, 394: {} }, parent: {} }], + ["ask", { _index: 149, name: { 256: {} }, parent: {} }], + ["asset", { _index: 46, name: { 71: {}, 332: {}, 340: {} }, parent: {} }], [ "averageprice", - { _index: 168, name: { 295: {}, 306: {}, 317: {} }, parent: {} }, + { _index: 166, name: { 290: {}, 301: {}, 312: {} }, parent: {} }, ], - ["base64url", { _index: 205, name: { 392: {} }, parent: {} }], - ["baseprice", { _index: 99, name: { 178: {} }, parent: {} }], - ["bid", { _index: 150, name: { 260: {} }, parent: {} }], - ["client_id", { _index: 10, name: { 12: {}, 398: {} }, parent: {} }], + ["base64url", { _index: 203, name: { 387: {} }, parent: {} }], + ["baseprice", { _index: 96, name: { 173: {} }, parent: {} }], + ["bid", { _index: 148, name: { 255: {} }, parent: {} }], + ["client_id", { _index: 7, name: { 7: {}, 393: {} }, parent: {} }], [ "clienttag", - { _index: 63, name: { 92: {}, 112: {}, 376: {}, 385: {} }, parent: {} }, - ], - ["close", { _index: 156, name: { 268: {} }, parent: {} }], - ["code", { _index: 163, name: { 283: {} }, parent: {} }], - [ - "constructor", - { _index: 1, name: { 1: {}, 6: {}, 397: {} }, parent: {} }, + { _index: 60, name: { 87: {}, 107: {}, 371: {}, 380: {} }, parent: {} }, ], - ["contractmultiplier", { _index: 139, name: { 246: {} }, parent: {} }], + ["close", { _index: 154, name: { 263: {} }, parent: {} }], + ["code", { _index: 161, name: { 278: {} }, parent: {} }], + ["constructor", { _index: 1, name: { 1: {}, 392: {} }, parent: {} }], + ["contractmultiplier", { _index: 137, name: { 241: {} }, parent: {} }], [ "convertedpnl", - { _index: 166, name: { 288: {}, 299: {}, 310: {} }, parent: {} }, + { _index: 164, name: { 283: {}, 294: {}, 305: {} }, parent: {} }, ], [ "convertedvalue", { - _index: 164, - name: { 284: {}, 291: {}, 302: {}, 313: {} }, + _index: 162, + name: { 279: {}, 286: {}, 297: {}, 308: {} }, parent: {}, }, ], [ "country", - { _index: 107, name: { 189: {}, 206: {}, 220: {} }, parent: {} }, + { _index: 104, name: { 184: {}, 201: {}, 215: {} }, parent: {} }, ], - ["currencies", { _index: 102, name: { 182: {}, 330: {} }, parent: {} }], + ["currencies", { _index: 99, name: { 177: {}, 325: {} }, parent: {} }], [ "currency", { - _index: 43, + _index: 40, name: { + 60: {}, 65: {}, - 70: {}, - 209: {}, - 223: {}, - 294: {}, - 305: {}, + 204: {}, + 218: {}, + 289: {}, + 300: {}, + 311: {}, 316: {}, - 321: {}, }, parent: {}, }, ], [ "currentmodificationid", - { _index: 200, name: { 379: {}, 388: {} }, parent: {} }, + { _index: 198, name: { 374: {}, 383: {} }, parent: {} }, ], - ["dailychange", { _index: 100, name: { 180: {} }, parent: {} }], - ["date", { _index: 45, name: { 68: {} }, parent: {} }], - ["defaultapiversion", { _index: 8, name: { 10: {} }, parent: {} }], - ["demo", { _index: 13, name: { 15: {} }, parent: {} }], - ["description", { _index: 123, name: { 213: {}, 227: {} }, parent: {} }], + ["dailychange", { _index: 97, name: { 175: {} }, parent: {} }], + ["date", { _index: 42, name: { 63: {} }, parent: {} }], + ["defaultapiversion", { _index: 5, name: { 5: {} }, parent: {} }], + ["demo", { _index: 10, name: { 10: {} }, parent: {} }], + ["description", { _index: 121, name: { 208: {}, 222: {} }, parent: {} }], [ "duration", - { _index: 37, name: { 50: {}, 101: {}, 121: {} }, parent: {} }, + { _index: 34, name: { 45: {}, 96: {}, 116: {} }, parent: {} }, ], - ["end", { _index: 133, name: { 240: {} }, parent: {} }], - ["exantedemourl", { _index: 6, name: { 8: {} }, parent: {} }], - ["exanteliveurl", { _index: 7, name: { 9: {} }, parent: {} }], + ["end", { _index: 131, name: { 235: {} }, parent: {} }], + ["exantedemourl", { _index: 3, name: { 3: {} }, parent: {} }], + ["exanteliveurl", { _index: 4, name: { 4: {} }, parent: {} }], [ "exchange", - { _index: 119, name: { 207: {}, 221: {}, 231: {} }, parent: {} }, + { _index: 117, name: { 202: {}, 216: {}, 226: {} }, parent: {} }, ], - ["exchangeid", { _index: 23, name: { 27: {} }, parent: {} }], - ["expiration", { _index: 120, name: { 208: {}, 222: {} }, parent: {} }], - ["fetch", { _index: 209, name: { 396: {}, 402: {} }, parent: {} }], - [ - "fetcherror", - { _index: 0, name: { 0: {} }, parent: { 1: {}, 2: {}, 3: {}, 4: {} } }, - ], - ["fetchstream", { _index: 208, name: { 395: {}, 434: {} }, parent: {} }], - ["fills", { _index: 191, name: { 362: {}, 367: {} }, parent: {} }], - ["freemoney", { _index: 173, name: { 323: {} }, parent: {} }], + ["exchangeid", { _index: 20, name: { 22: {} }, parent: {} }], + ["expiration", { _index: 118, name: { 203: {}, 217: {} }, parent: {} }], + ["fetch", { _index: 207, name: { 391: {}, 397: {} }, parent: {} }], + ["fetchstream", { _index: 206, name: { 390: {}, 429: {} }, parent: {} }], + ["fills", { _index: 189, name: { 357: {}, 362: {} }, parent: {} }], + ["freemoney", { _index: 171, name: { 318: {} }, parent: {} }], [ "from", { - _index: 20, - name: { 23: {}, 51: {}, 57: {}, 131: {}, 138: {} }, + _index: 17, + name: { 18: {}, 46: {}, 52: {}, 126: {}, 133: {} }, parent: {}, }, ], - ["fromdate", { _index: 54, name: { 81: {} }, parent: {} }], - ["getaccounts", { _index: 210, name: { 403: {} }, parent: {} }], - ["getaccountsummary", { _index: 232, name: { 425: {} }, parent: {} }], + ["fromdate", { _index: 51, name: { 76: {} }, parent: {} }], + ["getaccounts", { _index: 208, name: { 398: {} }, parent: {} }], + ["getaccountsummary", { _index: 230, name: { 420: {} }, parent: {} }], [ "getaccountsummarywithoutdate", - { _index: 231, name: { 424: {} }, parent: {} }, + { _index: 229, name: { 419: {} }, parent: {} }, ], - ["getactiveorders", { _index: 236, name: { 429: {} }, parent: {} }], - ["getcandles", { _index: 229, name: { 422: {} }, parent: {} }], - ["getcrossrate", { _index: 214, name: { 407: {} }, parent: {} }], - ["getcurrencies", { _index: 213, name: { 406: {} }, parent: {} }], - ["getdailychange", { _index: 212, name: { 405: {} }, parent: {} }], - ["getdailychanges", { _index: 211, name: { 404: {} }, parent: {} }], - ["getexchanges", { _index: 215, name: { 408: {} }, parent: {} }], - ["getexchangesymbols", { _index: 216, name: { 409: {} }, parent: {} }], - ["getgroupnearestsymbol", { _index: 219, name: { 412: {} }, parent: {} }], - ["getgroups", { _index: 217, name: { 410: {} }, parent: {} }], - ["getgroupsymbols", { _index: 218, name: { 411: {} }, parent: {} }], - ["getlastquote", { _index: 226, name: { 419: {} }, parent: {} }], - ["getorder", { _index: 238, name: { 431: {} }, parent: {} }], - ["getorders", { _index: 235, name: { 428: {} }, parent: {} }], - ["getquotestream", { _index: 228, name: { 421: {} }, parent: {} }], - ["getsymbol", { _index: 221, name: { 414: {} }, parent: {} }], - ["getsymbols", { _index: 220, name: { 413: {} }, parent: {} }], - ["getsymbolschedule", { _index: 222, name: { 415: {} }, parent: {} }], + ["getactiveorders", { _index: 234, name: { 424: {} }, parent: {} }], + ["getcandles", { _index: 227, name: { 417: {} }, parent: {} }], + ["getcrossrate", { _index: 212, name: { 402: {} }, parent: {} }], + ["getcurrencies", { _index: 211, name: { 401: {} }, parent: {} }], + ["getdailychange", { _index: 210, name: { 400: {} }, parent: {} }], + ["getdailychanges", { _index: 209, name: { 399: {} }, parent: {} }], + ["getexchanges", { _index: 213, name: { 403: {} }, parent: {} }], + ["getexchangesymbols", { _index: 214, name: { 404: {} }, parent: {} }], + ["getgroupnearestsymbol", { _index: 217, name: { 407: {} }, parent: {} }], + ["getgroups", { _index: 215, name: { 405: {} }, parent: {} }], + ["getgroupsymbols", { _index: 216, name: { 406: {} }, parent: {} }], + ["getlastquote", { _index: 224, name: { 414: {} }, parent: {} }], + ["getorder", { _index: 236, name: { 426: {} }, parent: {} }], + ["getorders", { _index: 233, name: { 423: {} }, parent: {} }], + ["getquotestream", { _index: 226, name: { 416: {} }, parent: {} }], + ["getsymbol", { _index: 219, name: { 409: {} }, parent: {} }], + ["getsymbols", { _index: 218, name: { 408: {} }, parent: {} }], + ["getsymbolschedule", { _index: 220, name: { 410: {} }, parent: {} }], [ "getsymbolspecification", - { _index: 223, name: { 416: {} }, parent: {} }, + { _index: 221, name: { 411: {} }, parent: {} }, ], - ["getticks", { _index: 230, name: { 423: {} }, parent: {} }], - ["gettradesstream", { _index: 227, name: { 420: {} }, parent: {} }], - ["gettransactions", { _index: 233, name: { 426: {} }, parent: {} }], - ["gettypes", { _index: 224, name: { 417: {} }, parent: {} }], - ["gettypesymbols", { _index: 225, name: { 418: {} }, parent: {} }], + ["getticks", { _index: 228, name: { 418: {} }, parent: {} }], + ["gettradesstream", { _index: 225, name: { 415: {} }, parent: {} }], + ["gettransactions", { _index: 231, name: { 421: {} }, parent: {} }], + ["gettypes", { _index: 222, name: { 412: {} }, parent: {} }], + ["gettypesymbols", { _index: 223, name: { 413: {} }, parent: {} }], [ "group", - { _index: 122, name: { 211: {}, 225: {}, 234: {} }, parent: {} }, + { _index: 120, name: { 206: {}, 220: {}, 229: {} }, parent: {} }, ], - ["groupid", { _index: 25, name: { 30: {} }, parent: {} }], - ["gttexpiration", { _index: 75, name: { 105: {}, 125: {} }, parent: {} }], - ["headers", { _index: 242, name: { 436: {} }, parent: {} }], - ["high", { _index: 157, name: { 269: {} }, parent: {} }], - ["i18n", { _index: 121, name: { 210: {}, 224: {} }, parent: {} }], + ["groupid", { _index: 22, name: { 25: {} }, parent: {} }], + ["gttexpiration", { _index: 72, name: { 100: {}, 120: {} }, parent: {} }], + ["headers", { _index: 240, name: { 431: {} }, parent: {} }], + ["high", { _index: 155, name: { 264: {} }, parent: {} }], + ["i18n", { _index: 119, name: { 205: {}, 219: {} }, parent: {} }], [ "iaccountsummary", { - _index: 172, - name: { 320: {} }, + _index: 170, + name: { 315: {} }, parent: { + 316: {}, + 317: {}, + 318: {}, + 319: {}, + 320: {}, 321: {}, 322: {}, 323: {}, 324: {}, 325: {}, 326: {}, - 327: {}, - 328: {}, - 329: {}, - 330: {}, - 331: {}, }, }, ], [ "iaccountsummaryoptions", { - _index: 44, - name: { 67: {} }, - parent: { 68: {}, 69: {}, 70: {}, 71: {} }, + _index: 41, + name: { 62: {} }, + parent: { 63: {}, 64: {}, 65: {}, 66: {} }, }, ], - ["iactiveordersoptions", { _index: 86, name: { 154: {} }, parent: {} }], + ["iactiveordersoptions", { _index: 83, name: { 149: {} }, parent: {} }], [ "iactiveordersoptionsv2", { - _index: 84, - name: { 144: {} }, - parent: { 145: {}, 146: {}, 147: {}, 148: {} }, + _index: 81, + name: { 139: {} }, + parent: { 140: {}, 141: {}, 142: {}, 143: {} }, }, ], [ "iactiveordersoptionsv3", { - _index: 85, - name: { 149: {} }, - parent: { 150: {}, 151: {}, 152: {}, 153: {} }, + _index: 82, + name: { 144: {} }, + parent: { 145: {}, 146: {}, 147: {}, 148: {} }, }, ], [ "ibaseaccountsummaryoptions", - { _index: 41, name: { 63: {} }, parent: { 64: {}, 65: {}, 66: {} } }, + { _index: 38, name: { 58: {} }, parent: { 59: {}, 60: {}, 61: {} } }, ], [ "ibaseactiveordersoptions", - { _index: 83, name: { 141: {} }, parent: { 142: {}, 143: {} } }, + { _index: 80, name: { 136: {} }, parent: { 137: {}, 138: {} } }, ], [ "ibaseposition", { - _index: 165, - name: { 287: {} }, + _index: 163, + name: { 282: {} }, parent: { + 283: {}, + 284: {}, + 285: {}, + 286: {}, + 287: {}, 288: {}, 289: {}, 290: {}, 291: {}, - 292: {}, - 293: {}, - 294: {}, - 295: {}, - 296: {}, }, }, ], [ "icancelorderoptions", { - _index: 92, - name: { 165: {} }, - parent: { 166: {}, 167: {}, 168: {} }, + _index: 89, + name: { 160: {} }, + parent: { 161: {}, 162: {}, 163: {} }, }, ], [ "icandle", { - _index: 153, - name: { 264: {} }, - parent: { 265: {}, 266: {}, 267: {}, 268: {}, 269: {}, 270: {} }, + _index: 151, + name: { 259: {} }, + parent: { 260: {}, 261: {}, 262: {}, 263: {}, 264: {}, 265: {} }, }, ], - ["icandlesize", { _index: 35, name: { 48: {} }, parent: {} }], + ["icandlesize", { _index: 32, name: { 43: {} }, parent: {} }], [ "icandlesoptions", { - _index: 36, - name: { 49: {} }, - parent: { 50: {}, 51: {}, 52: {}, 53: {}, 54: {}, 55: {} }, + _index: 33, + name: { 44: {} }, + parent: { 45: {}, 46: {}, 47: {}, 48: {}, 49: {}, 50: {} }, }, ], [ "icrossrate", { - _index: 103, - name: { 183: {} }, - parent: { 184: {}, 185: {}, 186: {} }, + _index: 100, + name: { 178: {} }, + parent: { 179: {}, 180: {}, 181: {} }, }, ], [ "icrossrateoptions", - { _index: 19, name: { 22: {} }, parent: { 23: {}, 24: {}, 25: {} } }, + { _index: 16, name: { 17: {} }, parent: { 18: {}, 19: {}, 20: {} } }, ], - ["icurrencies", { _index: 101, name: { 181: {} }, parent: { 182: {} } }], + ["icurrencies", { _index: 98, name: { 176: {} }, parent: { 177: {} } }], [ "icurrency", { - _index: 162, - name: { 282: {} }, - parent: { 283: {}, 284: {}, 285: {}, 286: {} }, + _index: 160, + name: { 277: {} }, + parent: { 278: {}, 279: {}, 280: {}, 281: {} }, }, ], [ "id", { - _index: 42, + _index: 39, name: { + 59: {}, 64: {}, - 69: {}, - 188: {}, - 202: {}, - 251: {}, - 298: {}, - 334: {}, - 342: {}, - 375: {}, + 183: {}, + 197: {}, + 246: {}, + 293: {}, + 329: {}, + 337: {}, + 370: {}, }, parent: {}, }, @@ -4606,101 +4551,103 @@ window.searchData = { [ "idailychange", { - _index: 97, - name: { 176: {} }, - parent: { 177: {}, 178: {}, 179: {}, 180: {} }, + _index: 94, + name: { 171: {} }, + parent: { 172: {}, 173: {}, 174: {}, 175: {} }, }, ], - ["iduration", { _index: 60, name: { 88: {} }, parent: {} }], + ["iduration", { _index: 57, name: { 83: {} }, parent: {} }], [ "iexanteoptions", { - _index: 9, - name: { 11: {} }, - parent: { 12: {}, 13: {}, 14: {}, 15: {}, 16: {} }, + _index: 6, + name: { 6: {} }, + parent: { 7: {}, 8: {}, 9: {}, 10: {}, 11: {} }, }, ], [ "iexchange", { - _index: 106, - name: { 187: {} }, - parent: { 188: {}, 189: {}, 190: {} }, + _index: 103, + name: { 182: {} }, + parent: { 183: {}, 184: {}, 185: {} }, }, ], [ "iexchangeid", - { _index: 22, name: { 26: {} }, parent: { 27: {}, 28: {} } }, - ], - [ - "ifdoneparentid", - { _index: 71, name: { 100: {}, 120: {} }, parent: {} }, + { _index: 19, name: { 21: {} }, parent: { 22: {}, 23: {} } }, ], - ["ifill", { _index: 189, name: { 360: {} }, parent: {} }], + ["ifdoneparentid", { _index: 68, name: { 95: {}, 115: {} }, parent: {} }], + ["ifill", { _index: 187, name: { 355: {} }, parent: {} }], [ "ifillv2", { - _index: 185, - name: { 350: {} }, - parent: { 351: {}, 352: {}, 353: {}, 354: {} }, + _index: 183, + name: { 345: {} }, + parent: { 346: {}, 347: {}, 348: {}, 349: {} }, }, ], [ "ifillv3", { - _index: 188, - name: { 355: {} }, - parent: { 356: {}, 357: {}, 358: {}, 359: {} }, + _index: 186, + name: { 350: {} }, + parent: { 351: {}, 352: {}, 353: {}, 354: {} }, }, ], [ "igroupid", - { _index: 24, name: { 29: {} }, parent: { 30: {}, 31: {} } }, + { _index: 21, name: { 24: {} }, parent: { 25: {}, 26: {} } }, ], [ "iinstrumentgroup", { - _index: 128, - name: { 230: {} }, - parent: { 231: {}, 232: {}, 233: {}, 234: {} }, + _index: 126, + name: { 225: {} }, + parent: { 226: {}, 227: {}, 228: {}, 229: {} }, }, ], [ "iinstrumentschedule", - { _index: 135, name: { 242: {} }, parent: { 243: {} } }, + { _index: 133, name: { 237: {} }, parent: { 238: {} } }, ], [ "iinstrumentspecification", { - _index: 137, - name: { 244: {} }, - parent: { 245: {}, 246: {}, 247: {}, 248: {}, 249: {} }, + _index: 135, + name: { 239: {} }, + parent: { 240: {}, 241: {}, 242: {}, 243: {}, 244: {} }, }, ], [ "iinstrumenttype", - { _index: 143, name: { 250: {} }, parent: { 251: {} } }, + { _index: 141, name: { 245: {} }, parent: { 246: {} } }, ], - ["iintrument", { _index: 126, name: { 228: {} }, parent: {} }], + ["iintrument", { _index: 124, name: { 223: {} }, parent: {} }], [ "iintrumentinterval", { - _index: 129, - name: { 235: {} }, - parent: { 236: {}, 237: {}, 238: {}, 241: {} }, + _index: 127, + name: { 230: {} }, + parent: { 231: {}, 232: {}, 233: {}, 236: {} }, }, ], [ "iintrumentinterval.__type", - { _index: 132, name: {}, parent: { 239: {}, 240: {} } }, + { _index: 130, name: {}, parent: { 234: {}, 235: {} } }, ], - ["iintruments", { _index: 127, name: { 229: {} }, parent: {} }], + ["iintruments", { _index: 125, name: { 224: {} }, parent: {} }], [ "iintrumentv2", { - _index: 115, - name: { 200: {} }, + _index: 113, + name: { 195: {} }, parent: { + 196: {}, + 197: {}, + 198: {}, + 199: {}, + 200: {}, 201: {}, 202: {}, 203: {}, @@ -4709,20 +4656,20 @@ window.searchData = { 206: {}, 207: {}, 208: {}, - 209: {}, - 210: {}, - 211: {}, - 212: {}, - 213: {}, }, }, ], [ "iintrumentv3", { - _index: 124, - name: { 214: {} }, + _index: 122, + name: { 209: {} }, parent: { + 210: {}, + 211: {}, + 212: {}, + 213: {}, + 214: {}, 215: {}, 216: {}, 217: {}, @@ -4731,128 +4678,128 @@ window.searchData = { 220: {}, 221: {}, 222: {}, - 223: {}, - 224: {}, - 225: {}, - 226: {}, - 227: {}, }, }, ], [ "ilastquote", { - _index: 149, - name: { 259: {} }, - parent: { 260: {}, 261: {}, 262: {}, 263: {} }, + _index: 147, + name: { 254: {} }, + parent: { 255: {}, 256: {}, 257: {}, 258: {} }, }, ], [ "ilastquoteoptions", - { _index: 33, name: { 44: {} }, parent: { 45: {}, 46: {}, 47: {} } }, + { _index: 30, name: { 39: {} }, parent: { 40: {}, 41: {}, 42: {} } }, ], - ["imodifyorderoptions", { _index: 93, name: { 169: {} }, parent: {} }], - ["instrument", { _index: 62, name: { 91: {}, 146: {} }, parent: {} }], - ["intervals", { _index: 136, name: { 243: {} }, parent: {} }], - ["ioptiondata", { _index: 114, name: { 199: {} }, parent: {} }], + ["imodifyorderoptions", { _index: 90, name: { 164: {} }, parent: {} }], + ["instrument", { _index: 59, name: { 86: {}, 141: {} }, parent: {} }], + ["intervals", { _index: 134, name: { 238: {} }, parent: {} }], + ["ioptiondata", { _index: 112, name: { 194: {} }, parent: {} }], [ "ioptiondatav2", { - _index: 108, - name: { 191: {} }, - parent: { 192: {}, 193: {}, 194: {} }, + _index: 106, + name: { 186: {} }, + parent: { 187: {}, 188: {}, 189: {} }, }, ], [ "ioptiondatav3", { - _index: 112, - name: { 195: {} }, - parent: { 196: {}, 197: {}, 198: {} }, + _index: 110, + name: { 190: {} }, + parent: { 191: {}, 192: {}, 193: {} }, }, ], - ["iorder", { _index: 203, name: { 390: {} }, parent: {} }], + ["iorder", { _index: 201, name: { 385: {} }, parent: {} }], [ "iorderid", - { _index: 94, name: { 170: {} }, parent: { 171: {}, 172: {} } }, + { _index: 91, name: { 165: {} }, parent: { 166: {}, 167: {} } }, ], - ["iordersoptions", { _index: 82, name: { 140: {} }, parent: {} }], + ["iordersoptions", { _index: 79, name: { 135: {} }, parent: {} }], [ "iordersoptionsv2", { - _index: 79, - name: { 128: {} }, - parent: { 129: {}, 130: {}, 131: {}, 132: {}, 133: {} }, + _index: 76, + name: { 123: {} }, + parent: { 124: {}, 125: {}, 126: {}, 127: {}, 128: {} }, }, ], [ "iordersoptionsv3", { - _index: 81, - name: { 134: {} }, - parent: { 135: {}, 136: {}, 137: {}, 138: {}, 139: {} }, + _index: 78, + name: { 129: {} }, + parent: { 130: {}, 131: {}, 132: {}, 133: {}, 134: {} }, }, ], - ["iordersstatus", { _index: 184, name: { 349: {} }, parent: {} }], - ["iorderstate", { _index: 195, name: { 371: {} }, parent: {} }], + ["iordersstatus", { _index: 182, name: { 344: {} }, parent: {} }], + ["iorderstate", { _index: 193, name: { 366: {} }, parent: {} }], [ "iorderstatev2", { - _index: 190, - name: { 361: {} }, - parent: { 362: {}, 363: {}, 364: {}, 365: {} }, + _index: 188, + name: { 356: {} }, + parent: { 357: {}, 358: {}, 359: {}, 360: {} }, }, ], [ "iorderstatev3", { - _index: 194, - name: { 366: {} }, - parent: { 367: {}, 368: {}, 369: {}, 370: {} }, + _index: 192, + name: { 361: {} }, + parent: { 362: {}, 363: {}, 364: {}, 365: {} }, }, ], - ["iordertype", { _index: 59, name: { 87: {} }, parent: {} }], + ["iordertype", { _index: 56, name: { 82: {} }, parent: {} }], [ "iorderv2", { - _index: 196, - name: { 372: {} }, + _index: 194, + name: { 367: {} }, parent: { + 368: {}, + 369: {}, + 370: {}, + 371: {}, + 372: {}, 373: {}, 374: {}, 375: {}, - 376: {}, - 377: {}, - 378: {}, - 379: {}, - 380: {}, }, }, ], [ "iorderv3", { - _index: 202, - name: { 381: {} }, + _index: 200, + name: { 376: {} }, parent: { + 377: {}, + 378: {}, + 379: {}, + 380: {}, + 381: {}, 382: {}, 383: {}, 384: {}, - 385: {}, - 386: {}, - 387: {}, - 388: {}, - 389: {}, }, }, ], - ["iplaceorderoptions", { _index: 78, name: { 127: {} }, parent: {} }], + ["iplaceorderoptions", { _index: 75, name: { 122: {} }, parent: {} }], [ "iplaceorderoptionsv2", { - _index: 61, - name: { 89: {} }, + _index: 58, + name: { 84: {} }, parent: { + 85: {}, + 86: {}, + 87: {}, + 88: {}, + 89: {}, 90: {}, 91: {}, 92: {}, @@ -4866,20 +4813,20 @@ window.searchData = { 100: {}, 101: {}, 102: {}, - 103: {}, - 104: {}, - 105: {}, - 106: {}, - 107: {}, }, }, ], [ "iplaceorderoptionsv3", { - _index: 77, - name: { 108: {} }, + _index: 74, + name: { 103: {} }, parent: { + 104: {}, + 105: {}, + 106: {}, + 107: {}, + 108: {}, 109: {}, 110: {}, 111: {}, @@ -4893,128 +4840,128 @@ window.searchData = { 119: {}, 120: {}, 121: {}, - 122: {}, - 123: {}, - 124: {}, - 125: {}, - 126: {}, }, }, ], - ["iposition", { _index: 171, name: { 319: {} }, parent: {} }], + ["iposition", { _index: 169, name: { 314: {} }, parent: {} }], [ "ipositionv2", { - _index: 169, - name: { 297: {} }, + _index: 167, + name: { 292: {} }, parent: { + 293: {}, + 294: {}, + 295: {}, + 296: {}, + 297: {}, 298: {}, 299: {}, 300: {}, 301: {}, 302: {}, - 303: {}, - 304: {}, - 305: {}, - 306: {}, - 307: {}, }, }, ], [ "ipositionv3", { - _index: 170, - name: { 308: {} }, + _index: 168, + name: { 303: {} }, parent: { + 304: {}, + 305: {}, + 306: {}, + 307: {}, + 308: {}, 309: {}, 310: {}, 311: {}, 312: {}, 313: {}, - 314: {}, - 315: {}, - 316: {}, - 317: {}, - 318: {}, }, }, ], - ["iquoteside", { _index: 148, name: { 258: {} }, parent: {} }], + ["iquoteside", { _index: 146, name: { 253: {} }, parent: {} }], [ "iquotesidev2", - { _index: 144, name: { 252: {} }, parent: { 253: {}, 254: {} } }, + { _index: 142, name: { 247: {} }, parent: { 248: {}, 249: {} } }, ], [ "iquotesidev3", - { _index: 146, name: { 255: {} }, parent: { 256: {}, 257: {} } }, + { _index: 144, name: { 250: {} }, parent: { 251: {}, 252: {} } }, ], [ "ireplaceorderoptions", { - _index: 87, - name: { 155: {} }, - parent: { 156: {}, 157: {}, 158: {}, 159: {}, 164: {} }, + _index: 84, + name: { 150: {} }, + parent: { 151: {}, 152: {}, 153: {}, 154: {}, 159: {} }, }, ], [ "ireplaceorderoptions.__type", { - _index: 91, + _index: 88, name: {}, - parent: { 160: {}, 161: {}, 162: {}, 163: {} }, + parent: { 155: {}, 156: {}, 157: {}, 158: {} }, }, ], - ["iside", { _index: 58, name: { 86: {} }, parent: {} }], + ["iside", { _index: 55, name: { 81: {} }, parent: {} }], [ "isymbolid", - { _index: 17, name: { 19: {} }, parent: { 20: {}, 21: {} } }, + { _index: 14, name: { 14: {} }, parent: { 15: {}, 16: {} } }, ], [ "isymbolidoptions", - { _index: 26, name: { 32: {} }, parent: { 33: {}, 34: {} } }, + { _index: 23, name: { 27: {} }, parent: { 28: {}, 29: {} } }, ], - ["isymbolids", { _index: 31, name: { 42: {} }, parent: { 43: {} } }], + ["isymbolids", { _index: 28, name: { 37: {} }, parent: { 38: {} } }], [ "isymbolidtype", - { _index: 29, name: { 39: {} }, parent: { 40: {}, 41: {} } }, + { _index: 26, name: { 34: {} }, parent: { 35: {}, 36: {} } }, ], [ "isymbolschedule", - { _index: 27, name: { 35: {} }, parent: { 36: {}, 37: {}, 38: {} } }, + { _index: 24, name: { 30: {} }, parent: { 31: {}, 32: {}, 33: {} } }, ], - ["itick", { _index: 161, name: { 281: {} }, parent: {} }], + ["itick", { _index: 159, name: { 276: {} }, parent: {} }], [ "iticksoptions", { - _index: 39, - name: { 56: {} }, - parent: { 57: {}, 58: {}, 59: {}, 60: {}, 61: {}, 62: {} }, + _index: 36, + name: { 51: {} }, + parent: { 52: {}, 53: {}, 54: {}, 55: {}, 56: {}, 57: {} }, }, ], [ "itradetickv2", { - _index: 159, - name: { 271: {} }, - parent: { 272: {}, 273: {}, 274: {}, 275: {} }, + _index: 157, + name: { 266: {} }, + parent: { 267: {}, 268: {}, 269: {}, 270: {} }, }, ], [ "itradetickv3", { - _index: 160, - name: { 276: {} }, - parent: { 277: {}, 278: {}, 279: {}, 280: {} }, + _index: 158, + name: { 271: {} }, + parent: { 272: {}, 273: {}, 274: {}, 275: {} }, }, ], - ["itransactions", { _index: 183, name: { 348: {} }, parent: {} }], + ["itransactions", { _index: 181, name: { 343: {} }, parent: {} }], [ "itransactionsoptions", { - _index: 46, - name: { 72: {} }, + _index: 43, + name: { 67: {} }, parent: { + 68: {}, + 69: {}, + 70: {}, + 71: {}, + 72: {}, 73: {}, 74: {}, 75: {}, @@ -5023,174 +4970,173 @@ window.searchData = { 78: {}, 79: {}, 80: {}, - 81: {}, - 82: {}, - 83: {}, - 84: {}, - 85: {}, }, }, ], [ "itransactionv2", { - _index: 179, - name: { 332: {} }, + _index: 177, + name: { 327: {} }, parent: { + 328: {}, + 329: {}, + 330: {}, + 331: {}, + 332: {}, 333: {}, 334: {}, - 335: {}, - 336: {}, - 337: {}, - 338: {}, - 339: {}, }, }, ], [ "itransactionv3", { - _index: 182, - name: { 340: {} }, + _index: 180, + name: { 335: {} }, parent: { + 336: {}, + 337: {}, + 338: {}, + 339: {}, + 340: {}, 341: {}, 342: {}, - 343: {}, - 344: {}, - 345: {}, - 346: {}, - 347: {}, }, }, ], [ "iuseraccount", - { _index: 95, name: { 173: {} }, parent: { 174: {}, 175: {} } }, + { _index: 92, name: { 168: {} }, parent: { 169: {}, 170: {} } }, ], - ["iversion", { _index: 15, name: { 17: {} }, parent: { 18: {} } }], - ["jsonstream", { _index: 4, name: { 5: {} }, parent: { 6: {}, 7: {} } }], - ["jwt", { _index: 207, name: { 394: {} }, parent: {} }], - ["lastsessioncloseprice", { _index: 98, name: { 177: {} }, parent: {} }], - ["lastupdate", { _index: 192, name: { 364: {}, 369: {} }, parent: {} }], - ["level", { _index: 34, name: { 46: {} }, parent: {} }], - ["leverage", { _index: 138, name: { 245: {} }, parent: {} }], + ["iversion", { _index: 12, name: { 12: {} }, parent: { 13: {} } }], + ["jsonstream", { _index: 0, name: { 0: {} }, parent: { 1: {}, 2: {} } }], + ["jwt", { _index: 205, name: { 389: {} }, parent: {} }], + ["lastsessioncloseprice", { _index: 95, name: { 172: {} }, parent: {} }], + ["lastupdate", { _index: 190, name: { 359: {}, 364: {} }, parent: {} }], + ["level", { _index: 31, name: { 41: {} }, parent: {} }], + ["leverage", { _index: 136, name: { 240: {} }, parent: {} }], [ "limit", { - _index: 52, - name: { 79: {}, 130: {}, 137: {}, 142: {}, 147: {}, 153: {} }, + _index: 49, + name: { 74: {}, 125: {}, 132: {}, 137: {}, 142: {}, 148: {} }, parent: {}, }, ], [ "limitprice", - { _index: 67, name: { 96: {}, 116: {}, 162: {} }, parent: {} }, + { _index: 64, name: { 91: {}, 111: {}, 157: {} }, parent: {} }, ], - ["lotsize", { _index: 142, name: { 249: {} }, parent: {} }], - ["low", { _index: 155, name: { 267: {} }, parent: {} }], - ["marginutilization", { _index: 177, name: { 329: {} }, parent: {} }], - ["minpriceincrement", { _index: 125, name: { 216: {} }, parent: {} }], - ["modifyorder", { _index: 237, name: { 430: {} }, parent: {} }], - ["moneyusedformargin", { _index: 176, name: { 328: {} }, parent: {} }], - ["mpi", { _index: 116, name: { 201: {} }, parent: {} }], + ["lotsize", { _index: 140, name: { 244: {} }, parent: {} }], + ["low", { _index: 153, name: { 262: {} }, parent: {} }], + ["marginutilization", { _index: 175, name: { 324: {} }, parent: {} }], + ["minpriceincrement", { _index: 123, name: { 211: {} }, parent: {} }], + ["modifyorder", { _index: 235, name: { 425: {} }, parent: {} }], + ["moneyusedformargin", { _index: 174, name: { 323: {} }, parent: {} }], + ["mpi", { _index: 114, name: { 196: {} }, parent: {} }], [ "name", { - _index: 3, - name: { 3: {}, 190: {}, 212: {}, 226: {}, 233: {}, 236: {} }, + _index: 105, + name: { 185: {}, 207: {}, 221: {}, 228: {}, 231: {} }, parent: {}, }, ], - ["netassetvalue", { _index: 174, name: { 325: {} }, parent: {} }], - ["ocogroup", { _index: 74, name: { 104: {}, 124: {} }, parent: {} }], - ["offset", { _index: 51, name: { 78: {} }, parent: {} }], - ["open", { _index: 154, name: { 266: {} }, parent: {} }], + ["netassetvalue", { _index: 172, name: { 320: {} }, parent: {} }], + ["ocogroup", { _index: 71, name: { 99: {}, 119: {} }, parent: {} }], + ["offset", { _index: 48, name: { 73: {} }, parent: {} }], + ["open", { _index: 152, name: { 261: {} }, parent: {} }], [ "operationtype", - { _index: 50, name: { 77: {}, 335: {}, 343: {} }, parent: {} }, + { _index: 47, name: { 72: {}, 330: {}, 338: {} }, parent: {} }, ], - ["optiondata", { _index: 117, name: { 204: {}, 217: {} }, parent: {} }], + ["optiondata", { _index: 115, name: { 199: {}, 212: {} }, parent: {} }], [ "optiongroupid", - { _index: 111, name: { 194: {}, 198: {} }, parent: {} }, + { _index: 109, name: { 189: {}, 193: {} }, parent: {} }, ], - ["optionright", { _index: 113, name: { 196: {} }, parent: {} }], - ["order", { _index: 53, name: { 80: {} }, parent: {} }], + ["optionright", { _index: 111, name: { 191: {} }, parent: {} }], + ["order", { _index: 50, name: { 75: {} }, parent: {} }], [ "orderid", { - _index: 56, - name: { 83: {}, 156: {}, 166: {}, 171: {}, 384: {} }, + _index: 53, + name: { 78: {}, 151: {}, 161: {}, 166: {}, 379: {} }, parent: {}, }, ], [ "orderparameters", - { _index: 197, name: { 373: {}, 382: {} }, parent: {} }, + { _index: 195, name: { 368: {}, 377: {} }, parent: {} }, ], - ["orderpos", { _index: 57, name: { 84: {} }, parent: {} }], - ["orderstate", { _index: 198, name: { 374: {}, 383: {} }, parent: {} }], - ["ordertype", { _index: 64, name: { 93: {}, 113: {} }, parent: {} }], - ["ordertypes", { _index: 134, name: { 241: {} }, parent: {} }], - ["orderupdateshttp", { _index: 239, name: { 432: {} }, parent: {} }], - ["pair", { _index: 104, name: { 185: {} }, parent: {} }], - ["parameters", { _index: 89, name: { 158: {} }, parent: {} }], - ["partquantity", { _index: 70, name: { 99: {}, 119: {} }, parent: {} }], - ["period", { _index: 130, name: { 237: {} }, parent: {} }], - ["placeinterval", { _index: 73, name: { 103: {}, 123: {} }, parent: {} }], - ["placeorder", { _index: 234, name: { 427: {} }, parent: {} }], - ["placetime", { _index: 201, name: { 380: {}, 389: {} }, parent: {} }], - ["pnl", { _index: 167, name: { 290: {}, 301: {}, 312: {} }, parent: {} }], - ["position", { _index: 187, name: { 353: {}, 358: {} }, parent: {} }], - ["positions", { _index: 178, name: { 331: {} }, parent: {} }], + ["orderpos", { _index: 54, name: { 79: {} }, parent: {} }], + ["orderstate", { _index: 196, name: { 369: {}, 378: {} }, parent: {} }], + ["ordertype", { _index: 61, name: { 88: {}, 108: {} }, parent: {} }], + ["ordertypes", { _index: 132, name: { 236: {} }, parent: {} }], + ["orderupdateshttp", { _index: 237, name: { 427: {} }, parent: {} }], + ["pair", { _index: 101, name: { 180: {} }, parent: {} }], + ["parameters", { _index: 86, name: { 153: {} }, parent: {} }], + ["partquantity", { _index: 67, name: { 94: {}, 114: {} }, parent: {} }], + ["period", { _index: 128, name: { 232: {} }, parent: {} }], + ["placeinterval", { _index: 70, name: { 98: {}, 118: {} }, parent: {} }], + ["placeorder", { _index: 232, name: { 422: {} }, parent: {} }], + ["placetime", { _index: 199, name: { 375: {}, 384: {} }, parent: {} }], + ["pnl", { _index: 165, name: { 285: {}, 296: {}, 307: {} }, parent: {} }], + ["position", { _index: 185, name: { 348: {}, 353: {} }, parent: {} }], + ["positions", { _index: 176, name: { 326: {} }, parent: {} }], [ "price", { - _index: 147, + _index: 145, name: { - 257: {}, - 277: {}, - 286: {}, - 292: {}, - 303: {}, - 314: {}, + 252: {}, + 272: {}, + 281: {}, + 287: {}, + 298: {}, + 309: {}, + 349: {}, 354: {}, - 359: {}, }, parent: {}, }, ], [ "pricedistance", - { _index: 76, name: { 106: {}, 126: {}, 163: {} }, parent: {} }, + { _index: 73, name: { 101: {}, 121: {}, 158: {} }, parent: {} }, ], - ["priceunit", { _index: 140, name: { 247: {} }, parent: {} }], + ["priceunit", { _index: 138, name: { 242: {} }, parent: {} }], [ "quantity", { - _index: 69, + _index: 66, name: { - 98: {}, - 118: {}, - 160: {}, - 289: {}, - 300: {}, - 311: {}, + 93: {}, + 113: {}, + 155: {}, + 284: {}, + 295: {}, + 306: {}, + 347: {}, 352: {}, - 357: {}, }, parent: {}, }, ], - ["rate", { _index: 105, name: { 186: {} }, parent: {} }], - ["reason", { _index: 193, name: { 365: {}, 370: {} }, parent: {} }], - ["response", { _index: 2, name: { 2: {}, 4: {} }, parent: {} }], + ["rate", { _index: 102, name: { 181: {} }, parent: {} }], + ["reason", { _index: 191, name: { 360: {}, 365: {} }, parent: {} }], [ "restclient", { - _index: 204, - name: { 391: {} }, + _index: 202, + name: { 386: {} }, parent: { + 387: {}, + 388: {}, + 389: {}, + 390: {}, + 391: {}, 392: {}, 393: {}, 394: {}, @@ -5231,89 +5177,84 @@ window.searchData = { 429: {}, 430: {}, 431: {}, - 432: {}, - 433: {}, - 434: {}, - 435: {}, - 436: {}, }, }, ], - ["right", { _index: 109, name: { 192: {} }, parent: {} }], - ["sessiondate", { _index: 175, name: { 326: {} }, parent: {} }], - ["setquery", { _index: 206, name: { 393: {} }, parent: {} }], - ["shared_key", { _index: 12, name: { 14: {}, 400: {} }, parent: {} }], - ["side", { _index: 65, name: { 94: {}, 114: {} }, parent: {} }], + ["right", { _index: 107, name: { 187: {} }, parent: {} }], + ["sessiondate", { _index: 173, name: { 321: {} }, parent: {} }], + ["setquery", { _index: 204, name: { 388: {} }, parent: {} }], + ["shared_key", { _index: 9, name: { 9: {}, 395: {} }, parent: {} }], + ["side", { _index: 62, name: { 89: {}, 109: {} }, parent: {} }], [ "size", { - _index: 38, - name: { 53: {}, 59: {}, 253: {}, 256: {}, 273: {}, 278: {} }, + _index: 35, + name: { 48: {}, 54: {}, 248: {}, 251: {}, 268: {}, 273: {} }, parent: {}, }, ], - ["start", { _index: 131, name: { 239: {} }, parent: {} }], + ["start", { _index: 129, name: { 234: {} }, parent: {} }], [ "status", - { _index: 96, name: { 174: {}, 363: {}, 368: {} }, parent: {} }, + { _index: 93, name: { 169: {}, 358: {}, 363: {} }, parent: {} }, ], - ["stoploss", { _index: 66, name: { 95: {}, 115: {} }, parent: {} }], + ["stoploss", { _index: 63, name: { 90: {}, 110: {} }, parent: {} }], [ "stopprice", - { _index: 68, name: { 97: {}, 117: {}, 161: {} }, parent: {} }, + { _index: 65, name: { 92: {}, 112: {}, 156: {} }, parent: {} }, ], - ["strikeprice", { _index: 110, name: { 193: {}, 197: {} }, parent: {} }], - ["sum", { _index: 181, name: { 339: {}, 347: {} }, parent: {} }], + ["strikeprice", { _index: 108, name: { 188: {}, 192: {} }, parent: {} }], + ["sum", { _index: 179, name: { 334: {}, 342: {} }, parent: {} }], [ "symbolid", { - _index: 18, + _index: 15, name: { - 20: {}, - 33: {}, - 37: {}, - 54: {}, - 61: {}, - 75: {}, - 111: {}, - 152: {}, + 15: {}, + 28: {}, + 32: {}, + 49: {}, + 56: {}, + 70: {}, + 106: {}, + 147: {}, + 174: {}, 179: {}, - 184: {}, - 218: {}, - 263: {}, + 213: {}, + 258: {}, + 270: {}, 275: {}, - 280: {}, - 309: {}, - 336: {}, - 344: {}, + 304: {}, + 331: {}, + 339: {}, }, parent: {}, }, ], - ["symbolids", { _index: 32, name: { 43: {}, 45: {} }, parent: {} }], + ["symbolids", { _index: 29, name: { 38: {}, 40: {} }, parent: {} }], [ "symboltype", { - _index: 30, - name: { 40: {}, 215: {}, 293: {}, 304: {}, 315: {} }, + _index: 27, + name: { 35: {}, 210: {}, 288: {}, 299: {}, 310: {} }, parent: {}, }, ], - ["takeprofit", { _index: 72, name: { 102: {}, 122: {} }, parent: {} }], - ["ticker", { _index: 118, name: { 205: {}, 219: {} }, parent: {} }], - ["time", { _index: 186, name: { 351: {} }, parent: {} }], + ["takeprofit", { _index: 69, name: { 97: {}, 117: {} }, parent: {} }], + ["ticker", { _index: 116, name: { 200: {}, 214: {} }, parent: {} }], + ["time", { _index: 184, name: { 346: {} }, parent: {} }], [ "timestamp", { - _index: 152, + _index: 150, name: { - 262: {}, - 265: {}, + 257: {}, + 260: {}, + 269: {}, 274: {}, - 279: {}, - 327: {}, - 341: {}, - 356: {}, + 322: {}, + 336: {}, + 351: {}, }, parent: {}, }, @@ -5321,63 +5262,63 @@ window.searchData = { [ "to", { - _index: 21, - name: { 24: {}, 52: {}, 58: {}, 132: {}, 139: {} }, + _index: 18, + name: { 19: {}, 47: {}, 53: {}, 127: {}, 134: {} }, parent: {}, }, ], - ["todate", { _index: 55, name: { 82: {} }, parent: {} }], - ["token", { _index: 241, name: { 435: {} }, parent: {} }], - ["tradeshttp", { _index: 240, name: { 433: {} }, parent: {} }], - ["type", { _index: 40, name: { 60: {}, 203: {} }, parent: {} }], - ["types", { _index: 28, name: { 36: {}, 232: {} }, parent: {} }], - ["units", { _index: 141, name: { 248: {} }, parent: {} }], - ["url", { _index: 14, name: { 16: {}, 401: {} }, parent: {} }], - ["username", { _index: 199, name: { 378: {}, 387: {} }, parent: {} }], - ["uuid", { _index: 47, name: { 73: {} }, parent: {} }], + ["todate", { _index: 52, name: { 77: {} }, parent: {} }], + ["token", { _index: 239, name: { 430: {} }, parent: {} }], + ["tradeshttp", { _index: 238, name: { 428: {} }, parent: {} }], + ["type", { _index: 37, name: { 55: {}, 198: {} }, parent: {} }], + ["types", { _index: 25, name: { 31: {}, 227: {} }, parent: {} }], + ["units", { _index: 139, name: { 243: {} }, parent: {} }], + ["url", { _index: 11, name: { 11: {}, 396: {} }, parent: {} }], + ["username", { _index: 197, name: { 373: {}, 382: {} }, parent: {} }], + ["uuid", { _index: 44, name: { 68: {} }, parent: {} }], [ "value", { - _index: 145, - name: { 254: {}, 272: {}, 285: {}, 296: {}, 307: {}, 318: {} }, + _index: 143, + name: { 249: {}, 267: {}, 280: {}, 291: {}, 302: {}, 313: {} }, parent: {}, }, ], [ "version", { - _index: 16, + _index: 13, name: { - 18: {}, - 21: {}, - 25: {}, - 28: {}, - 31: {}, - 34: {}, - 38: {}, - 41: {}, - 47: {}, - 55: {}, - 62: {}, + 13: {}, + 16: {}, + 20: {}, + 23: {}, + 26: {}, + 29: {}, + 33: {}, + 36: {}, + 42: {}, + 50: {}, + 57: {}, + 61: {}, 66: {}, - 71: {}, - 85: {}, - 107: {}, - 110: {}, - 133: {}, - 135: {}, + 80: {}, + 102: {}, + 105: {}, + 128: {}, + 130: {}, + 138: {}, 143: {}, - 148: {}, - 150: {}, - 164: {}, - 168: {}, - 172: {}, + 145: {}, + 159: {}, + 163: {}, + 167: {}, }, parent: {}, }, ], - ["volume", { _index: 158, name: { 270: {} }, parent: {} }], - ["when", { _index: 180, name: { 333: {} }, parent: {} }], + ["volume", { _index: 156, name: { 265: {} }, parent: {} }], + ["when", { _index: 178, name: { 328: {} }, parent: {} }], ], pipeline: [], }, diff --git a/docs/classes/fetcherror.html b/docs/classes/fetcherror.html deleted file mode 100644 index eb42092..0000000 --- a/docs/classes/fetcherror.html +++ /dev/null @@ -1,650 +0,0 @@ - - - - - - FetchError | exante - - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class FetchError

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - Error -
      -
    • - FetchError -
    • -
    -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Accessors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • - new FetchError(message: string, response: Response): FetchError -
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      - message: string -
      -
    • -
    • -
      - response: - Response -
      -
    • -
    -

    - Returns - FetchError -

    -
  • -
-
-
-
-

Properties

-
- -

- Readonly - Private #response -

-
- #response: - Response -
- -
-
- -

message

-
- message: - string -
- -
-
- -

- Readonly name -

-
- name: - "FetchError" - = "FetchError" -
- -
-
- -

- Optional stack -

-
- stack: - undefined | string -
- -
-
- -

- Optional - Static - prepareStackTrace -

-
- prepareStackTrace: - undefined | ((err: Error, stackTraces: CallSite[]) => any) -
- -
-
-

Optional override for formatting stack traces

-
-
-
see
-
-

- https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces -

-
-
-
-
-
- -

- Static - stackTraceLimit -

-
- stackTraceLimit: - number -
- -
-
-
-

Accessors

-
- -

response

-
    -
  • - get response(): Response -
  • -
- -
-
-
-

Methods

-
- -

- Static - captureStackTrace -

-
    -
  • - captureStackTrace(targetObject: object, - constructorOpt?: Function): void -
  • -
-
    -
  • - -
    -
    -

    Create .stack property on a target object

    -
    -
    -

    Parameters

    -
      -
    • -
      - targetObject: - object -
      -
    • -
    • -
      - Optional - constructorOpt: - Function -
      -
    • -
    -

    - Returns void -

    -
  • -
-
-
-
- -
-
- -
- - - diff --git a/docs/classes/jsonstream.html b/docs/classes/jsonstream.html index b177066..dc4e002 100644 --- a/docs/classes/jsonstream.html +++ b/docs/classes/jsonstream.html @@ -105,7 +105,9 @@

Index

Constructors

-
+

Properties

  • destroyed
  • readable
  • Properties >
  • Properties >
  • Properties >
  • Properties >
  • Properties >
  • Properties >
  • writable
  • Properties >
  • Properties >
  • Properties >
  • Properties >
  • Properties >
  • Properties >
  • Properties >
  • Properties >
  • Properties >
  • Properties

    Methods

    • Methods >
    • _destroy
    • _final
    • _flush
    • _read
    • -
    • +
    • _transform
    • _write
    • _writev
    • Methods >
    • cork
    • destroy
    • emit
    • end
    • eventNames
    • Methods >
    • isPaused
    • Methods >
    • listeners
    • off
    • on
    • once
    • pause
    • pipe
    • Methods >
    • Methods >
    • push
    • Methods >
    • read
    • Methods >
    • Methods >
    • resume
    • Methods >
    • Methods >
    • Methods >
    • uncork
    • unpipe
    • unshift
    • wrap
    • write
    • from
    • Methods >
    • on
    • onceMethods

      Constructors

      constructor

      • new JSONStream(constructor
      -
      +

      Properties

      destroyed

      @@ -675,13 +684,14 @@

      destroyed

      boolean

      readable

      @@ -690,13 +700,14 @@

      readable

      boolean

      @@ -709,34 +720,17 @@

      > null | "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex" + >BufferEncoding

      @@ -748,13 +742,14 @@

      boolean

      @@ -770,13 +765,14 @@

      >boolean

      @@ -791,13 +787,14 @@

      number

      @@ -809,13 +806,14 @@

      number

      @@ -830,13 +828,14 @@

      boolean

      @@ -847,13 +846,14 @@

      boolean

      @@ -865,13 +865,14 @@

      number

      @@ -883,13 +884,14 @@

      boolean

      @@ -903,13 +905,14 @@

      boolean

      @@ -924,13 +927,14 @@

      number

      @@ -942,13 +946,14 @@

      number

      @@ -963,18 +968,19 @@

      boolean

      - Readonly Static + Readonly captureRejectionSymbol

      @@ -991,13 +997,14 @@

      >

      @@ -1011,6 +1018,7 @@

      boolean

      @@ -1040,18 +1048,19 @@

      number

      - Readonly Static + Readonly errorMonitor

      @@ -1065,6 +1074,7 @@

      >

      _destroy

      • _destroy(error_destroy

      _final

      • _final(callback_final

      _flush

      • _flush(callback_flush

      _read

      • _read(size_read

      _transform

      -
        +
        • _transform(chunk: _transform

      _write

      • _write(chunk_write >any, encoding: BufferEncoding, - callback: string, callback: (error?: _write

      Optional _writev

      • _writev(chunks >; encoding: BufferEncodingstring }[], callback

      addListener

      • addListener(addListener

      cork

      • cork(cork

      destroy

      • destroy(errordestroy

      emit

      • emit(eventemit

      end

      • end(cbend >any, encoding?: "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex", - cb?: string, cb?: () => end

      eventNames

      • eventNames(eventNames
        • @@ -3097,12 +3097,12 @@

      getMaxListeners

      • getMaxListenersgetMaxListeners
        • @@ -3129,12 +3130,12 @@

      isPaused

      • isPaused(isPaused

      listenerCount

      • listenerCount(event: type: string | symbollistenerCount
        • @@ -3190,7 +3193,7 @@

          Parameters

          • - event: stringstring | symbol
            @@ -3203,12 +3206,12 @@

      listeners

      • listeners(eventlisteners
        • @@ -3250,12 +3254,12 @@

      off

      • off(eventoff
        • @@ -3372,12 +3377,12 @@

      on

      • on(eventon

      once

      • once(eventonce

      pause

      • pause(pause

      pipe

      • pipe<T>(pipe >{ end?: undefined | boolean })pipe
        • @@ -4902,12 +4919,12 @@

      prependListener

      • prependListenerprependListener

      prependOnceListener

      • prependOnceListenerprependOnceListener

      push

      • push(chunkpush >any, encoding?: "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex"string): boolean @@ -6355,6 +6370,7 @@

        push

      rawListeners

      • rawListeners(rawListeners
        • @@ -6453,12 +6445,12 @@

      read

      • read(sizeread

      removeAllListeners

      • removeAllListenersremoveAllListeners
        • @@ -6553,12 +6547,12 @@

      removeListener

      • removeListenerremoveListener

      resume

      • resume(resume

      setDefaultEncoding

      setEncoding

      setMaxListeners

      • setMaxListenerssetMaxListeners
        • @@ -7453,12 +7457,12 @@

      uncork

      • uncork(uncork

      unpipe

      • unpipe(unpipe

      unshift

      • unshift(chunkunshift >any, encoding?: "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex"BufferEncoding): void @@ -7577,6 +7565,7 @@

        unshift

      wrap

      • wrap(oldStreamwrap

      write

      • write(chunkwrite >any, encoding?: "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex", - cb?: string, cb?: (error: write

      Static from

      • from(iterableStatic from

      @@ -8039,7 +7966,7 @@

      listenerCount

      • listenerCount(

      Static on

      • on(emitterStatic on

      Static once

      -
      +

      Accessors

        -
      • +
      • headers
      • -
      • +
      • token @@ -160,7 +166,9 @@

        Accessors

        Methods

        @@ -487,8 +495,8 @@

        Properties

        >

        - Readonly Private + Readonly #app_id

        @@ -500,8 +508,8 @@

      • Defined in src/rest.ts:700src/rest.ts:698
      @@ -512,8 +520,8 @@

      >

      - Readonly Private + Readonly #client_id

      @@ -525,8 +533,8 @@

    • Defined in src/rest.ts:699src/rest.ts:697
    @@ -537,8 +545,8 @@

    >

    - Readonly Private + Readonly #shared_key

    @@ -550,8 +558,8 @@

  • Defined in src/rest.ts:701src/rest.ts:699
@@ -573,23 +581,27 @@

  • Defined in src/rest.ts:703src/rest.ts:701
  • -
    +

    Accessors

    -

    headers

    +

    + Private headers +

    @@ -625,12 +637,14 @@

    -

    token

    +

    + Private token +

    @@ -669,15 +683,16 @@

    Methods

    fetch

    -
      +
      • - fetch(url: (url: string | URL, @@ -687,7 +702,7 @@

        fetch

        >: Promise<unknownT>
      @@ -698,8 +713,8 @@

      fetch

    • Defined in src/rest.ts:719src/rest.ts:717
    @@ -709,6 +724,14 @@

    fetch

    Make a request and parse the body as JSON

    +

    Type parameters

    +
      +
    • +

      + T = unknown +

      +
    • +

    Parameters

    • @@ -722,14 +745,14 @@
      __namedParameters: RequestInit = ... + > = {}

    Returns Promise<unknownT>

    @@ -769,8 +792,8 @@

    fetchStream

  • Defined in src/rest.ts:1068src/rest.ts:1066
  • @@ -793,7 +816,7 @@
    options: RequestInit = ... + > = {}
    @@ -845,8 +868,8 @@

    getAccountSummary

  • Defined in src/rest.ts:962src/rest.ts:959
  • @@ -921,8 +944,8 @@

    getAccountSummaryWithoutDate

  • Defined in src/rest.ts:950src/rest.ts:947
  • @@ -993,8 +1016,8 @@

    getAccounts

  • Defined in src/rest.ts:728src/rest.ts:725
  • @@ -1014,7 +1037,7 @@
    class="tsd-signature-type" data-tsd-kind="Interface" >IVersion = ... + > = {}
    @@ -1068,8 +1091,8 @@

    getActiveOrders

  • Defined in src/rest.ts:1017src/rest.ts:1015
  • @@ -1141,8 +1164,8 @@

    getCandles

  • Defined in src/rest.ts:922src/rest.ts:919
  • @@ -1213,8 +1236,8 @@

    getCrossrate

  • Defined in src/rest.ts:766src/rest.ts:763
  • @@ -1284,8 +1307,8 @@

    getCurrencies

  • Defined in src/rest.ts:757src/rest.ts:754
  • @@ -1305,7 +1328,7 @@
    class="tsd-signature-type" data-tsd-kind="Interface" >IVersion = ... + > = {}
    @@ -1357,8 +1380,8 @@

    getDailyChange

  • Defined in src/rest.ts:746src/rest.ts:743
  • @@ -1434,8 +1457,8 @@

    getDailyChanges

  • Defined in src/rest.ts:737src/rest.ts:734
  • @@ -1455,7 +1478,7 @@
    class="tsd-signature-type" data-tsd-kind="Interface" >IVersion = ... + > = {}
    @@ -1508,8 +1531,8 @@

    getExchangeSymbols

  • Defined in src/rest.ts:786src/rest.ts:783
  • @@ -1580,8 +1603,8 @@

    getExchanges

  • Defined in src/rest.ts:777src/rest.ts:774
  • @@ -1601,7 +1624,7 @@
    class="tsd-signature-type" data-tsd-kind="Interface" >IVersion = ... + > = {}
    @@ -1654,8 +1677,8 @@

    getGroupNearestSymbol

  • Defined in src/rest.ts:815src/rest.ts:812
  • @@ -1730,8 +1753,8 @@

    getGroupSymbols

  • Defined in src/rest.ts:805src/rest.ts:802
  • @@ -1805,8 +1828,8 @@

    getGroups

  • Defined in src/rest.ts:796src/rest.ts:793
  • @@ -1826,7 +1849,7 @@
    class="tsd-signature-type" data-tsd-kind="Interface" >IVersion = ... + > = {}
    @@ -1879,8 +1902,8 @@

    getLastQuote

  • Defined in src/rest.ts:888src/rest.ts:885
  • @@ -1951,8 +1974,8 @@

    getOrder

  • Defined in src/rest.ts:1040src/rest.ts:1038
  • @@ -2023,8 +2046,8 @@

    getOrders

  • Defined in src/rest.ts:1006src/rest.ts:1004
  • @@ -2096,8 +2119,8 @@

    getQuoteStream

  • Defined in src/rest.ts:909src/rest.ts:906
  • @@ -2170,8 +2193,8 @@

    getSymbol

  • Defined in src/rest.ts:834src/rest.ts:831
  • @@ -2243,8 +2266,8 @@

    getSymbolSchedule

  • Defined in src/rest.ts:844src/rest.ts:841
  • @@ -2316,8 +2339,8 @@

    getSymbolSpecification

  • Defined in src/rest.ts:857src/rest.ts:854
  • @@ -2387,8 +2410,8 @@

    getSymbols

  • Defined in src/rest.ts:825src/rest.ts:822
  • @@ -2410,7 +2433,7 @@
    class="tsd-signature-type" data-tsd-kind="Interface" >IVersion = ... + > = {}
    @@ -2461,8 +2484,8 @@

    getTicks

  • Defined in src/rest.ts:937src/rest.ts:934
  • @@ -2535,8 +2558,8 @@

    getTradesStream

  • Defined in src/rest.ts:901src/rest.ts:898
  • @@ -2610,8 +2633,8 @@

    getTransactions

  • Defined in src/rest.ts:975src/rest.ts:972
  • @@ -2631,7 +2654,7 @@
    class="tsd-signature-type" data-tsd-kind="Interface" >ITransactionsOptions = ... + > = {}
    @@ -2682,8 +2705,8 @@

    getTypeSymbols

  • Defined in src/rest.ts:878src/rest.ts:875
  • @@ -2754,8 +2777,8 @@

    getTypes

  • Defined in src/rest.ts:869src/rest.ts:866
  • @@ -2775,7 +2798,7 @@
    class="tsd-signature-type" data-tsd-kind="Interface" >IVersion = ... + > = {}
    @@ -2826,8 +2849,8 @@

    modifyOrder

  • Defined in src/rest.ts:1028src/rest.ts:1026
  • @@ -2899,8 +2922,8 @@

    orderUpdatesHttp

  • Defined in src/rest.ts:1050src/rest.ts:1048
  • @@ -2920,7 +2943,7 @@
    class="tsd-signature-type" data-tsd-kind="Interface" >IVersion = ... + > = {}
    @@ -2991,8 +3014,8 @@

    placeOrder

  • Defined in src/rest.ts:990src/rest.ts:987
  • @@ -3034,8 +3057,8 @@

  • Defined in src/rest.ts:991src/rest.ts:988
  • @@ -3101,8 +3124,8 @@

    tradesHttp

  • Defined in src/rest.ts:1059src/rest.ts:1057
  • @@ -3122,7 +3145,7 @@
    class="tsd-signature-type" data-tsd-kind="Interface" >IVersion = ... + > = {}
    @@ -3188,8 +3211,8 @@

    Static JWT

  • Defined in src/rest.ts:1141src/rest.ts:1139
  • @@ -3281,8 +3304,8 @@

  • Defined in src/rest.ts:1114src/rest.ts:1112
  • @@ -3316,17 +3339,16 @@

    Static fetch

    • - fetch(url: (url: string | URL, optionsStatic fetch

    >: Promise<unknownT> @@ -3348,8 +3370,8 @@

    Static fetch

  • Defined in src/rest.ts:1177src/rest.ts:1179
  • @@ -3359,6 +3381,14 @@

    Static fetch

    Make a request and parse the body as JSON

    +

    Type parameters

    +
      +
    • +

      + T = unknown +

      +
    • +

    Parameters

    • @@ -3372,14 +3402,14 @@
      options: RequestInit = ... + > = {}

    Returns Promise<unknownT>

    @@ -3424,8 +3454,8 @@

  • Defined in src/rest.ts:1160src/rest.ts:1158
  • @@ -3448,7 +3478,7 @@

    options: RequestInit = ... + > = {}
    @@ -3506,8 +3536,8 @@

  • Defined in src/rest.ts:1128src/rest.ts:1126
  • @@ -3592,17 +3622,23 @@

  • url
  • -
  • +
  • headers
  • -
  • +
  • token
  • -
  • +
  • fetch @@ -3812,7 +3848,7 @@

    >

  • fetchexante
  • @@ -89,15 +89,10 @@

    src="https://github.com/b2broker/exante-node/workflows/CI/badge.svg" alt="CI Status" /> - GitHub version - npm version alt="Known Vulnerabilities" /> Coverage Status Test

    @@ -178,17 +186,16 @@

    from: - undefined | string + string

    @@ -208,17 +215,16 @@

    limit: - undefined | string + string

    Optional to

    to: - undefined | string + string

    @@ -266,19 +271,18 @@

    version: - undefined | "2.0""2.0" | "3.0"

    @@ -178,17 +186,16 @@

    from: - undefined | string + string

    @@ -208,17 +215,16 @@

    limit: - undefined | string + string

    Optional to

    to: - undefined | string + string

    version

    @@ -267,12 +272,13 @@

    version

    "3.0"

    lastUpdate

    @@ -175,12 +181,13 @@

    lastUpdate

    string

    @@ -200,17 +207,16 @@

    reason: - undefined | string + string

    status

    @@ -236,12 +242,13 @@

    status

    >

    lastUpdate

    @@ -175,12 +181,13 @@

    lastUpdate

    string

    @@ -200,17 +207,16 @@

    reason: - undefined | string + string

    status

    @@ -236,12 +242,13 @@

    status

    >

    @@ -274,17 +306,16 @@

    clientTag: - undefined | string + string

    duration

    @@ -310,12 +341,13 @@

    duration

    >

    @@ -336,17 +368,16 @@

    gttExpiration: - undefined | string + string

    @@ -370,19 +401,18 @@

    class="tsd-signature-symbol" >: - undefined | nullnull | string

    @@ -429,17 +459,16 @@

    limitPrice: - undefined | string + string

    @@ -460,19 +489,18 @@

    ocoGroup: - undefined | nullnull | string

    orderType

    @@ -498,12 +526,13 @@

    orderType

    >

    @@ -524,17 +553,16 @@

    partQuantity: - undefined | string + string

    @@ -555,17 +583,16 @@

    placeInterval: - undefined | string + string

    @@ -586,17 +613,16 @@

    priceDistance: - undefined | string + string

    quantity

    @@ -617,12 +643,13 @@

    quantity

    string

    side

    @@ -648,12 +675,13 @@

    side

    >

    @@ -674,17 +702,16 @@

    stopLoss: - undefined | string + string

    @@ -705,17 +732,16 @@

    stopPrice: - undefined | string + string

    @@ -736,17 +762,16 @@

    takeProfit: - undefined | string + string

    @@ -766,19 +791,18 @@

    version: - undefined | "2.0""2.0" | "3.0"

    @@ -274,17 +306,16 @@

    clientTag: - undefined | string + string

    duration

    @@ -310,12 +341,13 @@

    duration

    >

    @@ -336,17 +368,16 @@

    gttExpiration: - undefined | string + string

    @@ -370,19 +401,18 @@

    class="tsd-signature-symbol" >: - undefined | nullnull | string

    @@ -403,17 +433,16 @@

    limitPrice: - undefined | string + string

    @@ -434,19 +463,18 @@

    ocoGroup: - undefined | nullnull | string

    orderType

    @@ -472,12 +500,13 @@

    orderType

    >

    @@ -498,17 +527,16 @@

    partQuantity: - undefined | string + string

    @@ -529,17 +557,16 @@

    placeInterval: - undefined | string + string

    @@ -560,17 +587,16 @@

    priceDistance: - undefined | string + string

    quantity

    @@ -591,12 +617,13 @@

    quantity

    string

    side

    @@ -622,12 +649,13 @@

    side

    >

    @@ -648,17 +676,16 @@

    stopLoss: - undefined | string + string

    @@ -679,17 +706,16 @@

    stopPrice: - undefined | string + string

    @@ -736,17 +762,16 @@

    takeProfit: - undefined | string + string

    version

    @@ -767,12 +792,13 @@

    version

    "3.0"

    symbolId

    @@ -170,12 +174,13 @@

    symbolId

    string

    timestamp

    @@ -196,12 +201,13 @@

    timestamp

    number

    symbolId

    @@ -196,12 +200,13 @@

    symbolId

    string

    timestamp

    @@ -222,12 +227,13 @@

    timestamp

    number

    asset

    @@ -189,12 +202,13 @@

    asset

    string

    id

    @@ -215,12 +229,13 @@

    id

    number

    operationType

    @@ -241,12 +256,13 @@

    operationType

    string

    sum

    @@ -267,12 +283,13 @@

    sum

    string

    symbolId

    @@ -295,12 +312,13 @@

    symbolId

    >string