UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

141 lines (140 loc) 5.14 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { __extends } from "tslib"; import { Description } from "./Description"; import { markType } from "./type"; /** * @hidden */ var FinancialCalculationSupportingCalculationsDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(FinancialCalculationSupportingCalculationsDescription, _super); function FinancialCalculationSupportingCalculationsDescription() { var _this = _super.call(this) || this; _this.k = null; _this.m = null; _this.n = null; _this.l = null; _this.v = null; _this.t = null; _this.u = null; _this.s = null; _this.aa = null; return _this; } FinancialCalculationSupportingCalculationsDescription.prototype.get_type = function () { return "FinancialCalculationSupportingCalculations"; }; Object.defineProperty(FinancialCalculationSupportingCalculationsDescription.prototype, "type", { get: function () { return this.get_type(); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialCalculationSupportingCalculationsDescription.prototype, "eMA", { get: function () { return this.k; }, set: function (a) { this.k = a; this.j("EMA"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialCalculationSupportingCalculationsDescription.prototype, "sMA", { get: function () { return this.m; }, set: function (a) { this.m = a; this.j("SMA"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialCalculationSupportingCalculationsDescription.prototype, "sTDEV", { get: function () { return this.n; }, set: function (a) { this.n = a; this.j("STDEV"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialCalculationSupportingCalculationsDescription.prototype, "movingSum", { get: function () { return this.l; }, set: function (a) { this.l = a; this.j("MovingSum"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialCalculationSupportingCalculationsDescription.prototype, "shortVolumeOscillatorAverage", { get: function () { return this.v; }, set: function (a) { this.v = a; this.j("ShortVolumeOscillatorAverage"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialCalculationSupportingCalculationsDescription.prototype, "longVolumeOscillatorAverage", { get: function () { return this.t; }, set: function (a) { this.t = a; this.j("LongVolumeOscillatorAverage"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialCalculationSupportingCalculationsDescription.prototype, "shortPriceOscillatorAverage", { get: function () { return this.u; }, set: function (a) { this.u = a; this.j("ShortPriceOscillatorAverage"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialCalculationSupportingCalculationsDescription.prototype, "longPriceOscillatorAverage", { get: function () { return this.s; }, set: function (a) { this.s = a; this.j("LongPriceOscillatorAverage"); }, enumerable: false, configurable: true }); Object.defineProperty(FinancialCalculationSupportingCalculationsDescription.prototype, "makeSafeRef", { get: function () { return this.aa; }, set: function (a) { this.aa = a; this.j("MakeSafeRef"); }, enumerable: false, configurable: true }); FinancialCalculationSupportingCalculationsDescription.$t = markType(FinancialCalculationSupportingCalculationsDescription, 'FinancialCalculationSupportingCalculationsDescription', Description.$); return FinancialCalculationSupportingCalculationsDescription; }(Description)); export { FinancialCalculationSupportingCalculationsDescription };