@ariva-mds/mds 2.59.0 → 2.61.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/api/MdsConnection.js +54 -18
- package/lib/cjs/models/AfuCompanyProfileFinancialStatementLiabilitiesAndEquityEquity.js +2 -0
- package/lib/cjs/models/CorporateAction.js +80 -0
- package/lib/cjs/models/CorporateActions.js +51 -0
- package/lib/cjs/models/KpiData.js +184 -0
- package/lib/cjs/models/KpiDataAllOf.js +174 -0
- package/lib/cjs/models/TimeseriesBidAskData.js +54 -0
- package/lib/cjs/models/TimeseriesData.js +2 -0
- package/lib/cjs/models/WebSocketCommandGetKpi.js +58 -0
- package/lib/cjs/models/WebSocketCommandGetTradingtimeAnalysis.js +37 -0
- package/lib/cjs/models/WebSocketCommandListTimeseriesBidAsk.js +60 -0
- package/lib/cjs/models/WebSocketCommandSubscribeTimeseriesBidAsk.js +60 -0
- package/lib/cjs/models/WebSocketMessage.js +6 -0
- package/lib/cjs/models/WebSocketRequest.js +117 -0
- package/lib/cjs/models/index.js +8 -0
- package/lib/esm/api/MdsConnection.js +55 -19
- package/lib/esm/models/AfuCompanyProfileFinancialStatementLiabilitiesAndEquityEquity.js +2 -0
- package/lib/esm/models/CorporateAction.js +73 -0
- package/lib/esm/models/CorporateActions.js +44 -0
- package/lib/esm/models/KpiData.js +177 -0
- package/lib/esm/models/KpiDataAllOf.js +167 -0
- package/lib/esm/models/TimeseriesBidAskData.js +47 -0
- package/lib/esm/models/TimeseriesData.js +2 -0
- package/lib/esm/models/WebSocketCommandGetKpi.js +51 -0
- package/lib/esm/models/WebSocketCommandGetTradingtimeAnalysis.js +32 -1
- package/lib/esm/models/WebSocketCommandListTimeseriesBidAsk.js +53 -0
- package/lib/esm/models/WebSocketCommandSubscribeTimeseriesBidAsk.js +53 -0
- package/lib/esm/models/WebSocketMessage.js +6 -0
- package/lib/esm/models/WebSocketRequest.js +112 -1
- package/lib/esm/models/index.js +8 -0
- package/lib/types/api/MdsConnection.d.ts +12 -7
- package/lib/types/api/MdsConnection.d.ts.map +1 -1
- package/lib/types/models/AfuCompanyProfileFinancialStatementLiabilitiesAndEquityEquity.d.ts +6 -0
- package/lib/types/models/AfuCompanyProfileFinancialStatementLiabilitiesAndEquityEquity.d.ts.map +1 -1
- package/lib/types/models/CorporateAction.d.ts +99 -0
- package/lib/types/models/CorporateAction.d.ts.map +1 -0
- package/lib/types/models/CorporateActions.d.ts +33 -0
- package/lib/types/models/CorporateActions.d.ts.map +1 -0
- package/lib/types/models/KpiData.d.ts +435 -0
- package/lib/types/models/KpiData.d.ts.map +1 -0
- package/lib/types/models/KpiDataAllOf.d.ts +404 -0
- package/lib/types/models/KpiDataAllOf.d.ts.map +1 -0
- package/lib/types/models/TimeseriesBidAskData.d.ts +44 -0
- package/lib/types/models/TimeseriesBidAskData.d.ts.map +1 -0
- package/lib/types/models/TimeseriesData.d.ts +6 -0
- package/lib/types/models/TimeseriesData.d.ts.map +1 -1
- package/lib/types/models/WebSocketCommandGetKpi.d.ts +56 -0
- package/lib/types/models/WebSocketCommandGetKpi.d.ts.map +1 -0
- package/lib/types/models/WebSocketCommandGetTradingtimeAnalysis.d.ts +7 -0
- package/lib/types/models/WebSocketCommandGetTradingtimeAnalysis.d.ts.map +1 -1
- package/lib/types/models/WebSocketCommandListTimeseriesBidAsk.d.ts +59 -0
- package/lib/types/models/WebSocketCommandListTimeseriesBidAsk.d.ts.map +1 -0
- package/lib/types/models/WebSocketCommandSubscribeTimeseriesBidAsk.d.ts +59 -0
- package/lib/types/models/WebSocketCommandSubscribeTimeseriesBidAsk.d.ts.map +1 -0
- package/lib/types/models/WebSocketMessage.d.ts +14 -0
- package/lib/types/models/WebSocketMessage.d.ts.map +1 -1
- package/lib/types/models/WebSocketRequest.d.ts +28 -0
- package/lib/types/models/WebSocketRequest.d.ts.map +1 -1
- package/lib/types/models/index.d.ts +8 -0
- package/lib/types/models/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,404 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MDS API
|
|
3
|
+
* Please note the following definitions used throughout this API: **Source**: A source can be any kind of marketplace (exchange) or an entity that calculates prices/values for instruments. **Instrument**: An instrument is e.g. a stock, a bond, an index, a currency-pair, or a specific future/option contract. An instrument is identified by an InstrumentId. Some information in MDS is linked to instruments: Masterdata (names, instrument types,...), Fundamental stock data, News,... **Listing**: An instrument can be traded/calculated on multiple sources. Some sources even support multiple listings of the same instrument, e.g. lisings in different currencies. A listing is identified by a MarketstateId. Most information in MDS is linked to listings: Marketstate (prices/quotes), Tickdata (price/quote history), Performance data,... **Instrument** **vs** **Listing**: The Microsoft stock is an instrument identified by the InstrumentId \"US5949181045\". It is listed and traded on many exchanges. Each of these listings is identified by a unique MarketstateId, i.e. \"US5949181045@GAT\" (listing on Tradegate) or \"US5949181045,USD@SIX\" (USD-listing on SIX), or \"US5949181045,CHF@SIX\" (CHF-listing on SIX). **Marketstate** defines the current state of an instrument listed on a source. In our case besides open, close, post and pre market also latest trade and quote information... **MarketstateQuery**: When you request a price/quote in MDS, you have to select the listing(s) you wish to receive them for. Most API calls use a MarketstateQuery as a parameter to express a filter for one or more Marketstates. The query often takes the form of \"DE0007100000@ETR\" and can also utilize wildcards like \"*\" or \"?\". <br> See here for a full specification <a href=\"#model-MarketstateQuery\">MarketstateQuery</a> **Timestamps**: Most events covered in MDS have a known instant they refer to. A trade on an exchange usually has an exact time when it was executed. However depending on source and context some events can refer to a whole trading day without specifying a time of day. ECB currency rates for instance are determined for the whole day. In other cases an exact time is not part of the licensed data, e.g. when looking at the end-of-day quality of some exchanges. If an exact time is known, this is transmitted in a field \"datetime\". If only a date is given the field \"date\" is used. If you see \"00:00:00.000\" in a datetime field, this actually means something happened exactly at midnight, it is not a special value indicating \\\"no date available\\\". **SSE-NOTE**: Many endpoints support Server Sent Events (SSE) to get pushed updates. To receive SSE the client needs to request the content-type \"text/event-stream\" via the \"accept\" http request-header. <br>Unfortunately Swagger UI does not support SSE! To test SSE on an endpoint use the curl command shown in the snapshot response and modify the \"accept\" HTTP request-header as described above. **CURL-NOTE**: When use curl use the option -i to see the response headers. If the return status is 401 then you have to reauthorize. Otherwise you do not see whether the token is expired and wondering that there is no response.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.4.34
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface KpiDataAllOf
|
|
16
|
+
*/
|
|
17
|
+
export interface KpiDataAllOf {
|
|
18
|
+
/**
|
|
19
|
+
* KPI Source
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof KpiDataAllOf
|
|
22
|
+
*/
|
|
23
|
+
kpiSourceId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Dividend yield for the current financial year. It indicates the percentage of the dividend in relation to the share price.
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof KpiDataAllOf
|
|
28
|
+
*/
|
|
29
|
+
divYield?: number;
|
|
30
|
+
/**
|
|
31
|
+
* Average dividend yield over the last five years.
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof KpiDataAllOf
|
|
34
|
+
*/
|
|
35
|
+
divYield5?: number;
|
|
36
|
+
/**
|
|
37
|
+
* Average dividend yield over the last ten years.
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof KpiDataAllOf
|
|
40
|
+
*/
|
|
41
|
+
divYield10?: number;
|
|
42
|
+
/**
|
|
43
|
+
* Dividend yield for the current financial year. It indicates the percentage of the dividend in relation to the share price.
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof KpiDataAllOf
|
|
46
|
+
*/
|
|
47
|
+
divYieldPercentage?: number;
|
|
48
|
+
/**
|
|
49
|
+
* Year-on-year growth in dividend per share.
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof KpiDataAllOf
|
|
52
|
+
*/
|
|
53
|
+
dpsGrowthYoy?: number;
|
|
54
|
+
/**
|
|
55
|
+
* Average annual growth in dividend per share over the last five years.
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof KpiDataAllOf
|
|
58
|
+
*/
|
|
59
|
+
dpsGrowthYoy5?: number;
|
|
60
|
+
/**
|
|
61
|
+
* Average annual growth in dividend per share over the last ten years.
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof KpiDataAllOf
|
|
64
|
+
*/
|
|
65
|
+
dpsGrowthYoy10?: number;
|
|
66
|
+
/**
|
|
67
|
+
* Continuous dividend payment that the company pays or increases constantly over several years.
|
|
68
|
+
* @type {number}
|
|
69
|
+
* @memberof KpiDataAllOf
|
|
70
|
+
*/
|
|
71
|
+
contDivPayment?: number;
|
|
72
|
+
/**
|
|
73
|
+
* Continuous dividend growth, indicates whether the company has consistently increased its dividend over several years.
|
|
74
|
+
* @type {number}
|
|
75
|
+
* @memberof KpiDataAllOf
|
|
76
|
+
*/
|
|
77
|
+
contDivGrowth?: number;
|
|
78
|
+
/**
|
|
79
|
+
* Ratio of the distributed dividend to the company's net profit. It shows how much of the profit is distributed to shareholders.
|
|
80
|
+
* @type {number}
|
|
81
|
+
* @memberof KpiDataAllOf
|
|
82
|
+
*/
|
|
83
|
+
divPayoutRatio?: number;
|
|
84
|
+
/**
|
|
85
|
+
* The market capitalization of a company, in other words, the total value of all shares issued by a company.
|
|
86
|
+
* @type {number}
|
|
87
|
+
* @memberof KpiDataAllOf
|
|
88
|
+
*/
|
|
89
|
+
marketCap?: number;
|
|
90
|
+
/**
|
|
91
|
+
* The price volatility of the share over a period of one months.
|
|
92
|
+
* @type {number}
|
|
93
|
+
* @memberof KpiDataAllOf
|
|
94
|
+
*/
|
|
95
|
+
volatility1?: number;
|
|
96
|
+
/**
|
|
97
|
+
* The price volatility of the share over a period of three months.
|
|
98
|
+
* @type {number}
|
|
99
|
+
* @memberof KpiDataAllOf
|
|
100
|
+
*/
|
|
101
|
+
volatility3?: number;
|
|
102
|
+
/**
|
|
103
|
+
* The average daily trading volume of the share on the main market on which it is traded during one month.
|
|
104
|
+
* @type {number}
|
|
105
|
+
* @memberof KpiDataAllOf
|
|
106
|
+
*/
|
|
107
|
+
avgTradingVolume?: number;
|
|
108
|
+
/**
|
|
109
|
+
* The average daily trading volume of the share on the main market on which it is traded during three month.
|
|
110
|
+
* @type {number}
|
|
111
|
+
* @memberof KpiDataAllOf
|
|
112
|
+
*/
|
|
113
|
+
avgTradingVolume3m?: number;
|
|
114
|
+
/**
|
|
115
|
+
* Ratio of the current share price to earnings per share for the last quarter.
|
|
116
|
+
* @type {number}
|
|
117
|
+
* @memberof KpiDataAllOf
|
|
118
|
+
*/
|
|
119
|
+
priceToEarningsRatio?: number;
|
|
120
|
+
/**
|
|
121
|
+
* The price-earnings-growth ratio, which sets the price-earnings ratio in relation to earnings growth.
|
|
122
|
+
* @type {number}
|
|
123
|
+
* @memberof KpiDataAllOf
|
|
124
|
+
*/
|
|
125
|
+
priceToEarningsGrowthRatio?: number;
|
|
126
|
+
/**
|
|
127
|
+
* Ratio of the current share price to earnings per share for the last quarter.
|
|
128
|
+
* @type {number}
|
|
129
|
+
* @memberof KpiDataAllOf
|
|
130
|
+
*/
|
|
131
|
+
priceToGrowthRatio4?: number;
|
|
132
|
+
/**
|
|
133
|
+
* Ratio of the current share price to the cash flow per share for the last quarter.
|
|
134
|
+
* @type {number}
|
|
135
|
+
* @memberof KpiDataAllOf
|
|
136
|
+
*/
|
|
137
|
+
priceToCashFlowRatio?: number;
|
|
138
|
+
/**
|
|
139
|
+
* Shows how often a company could settle its current liabilities with available cash.
|
|
140
|
+
* @type {number}
|
|
141
|
+
* @memberof KpiDataAllOf
|
|
142
|
+
*/
|
|
143
|
+
cashDebtRatio?: number;
|
|
144
|
+
/**
|
|
145
|
+
* Shows the percentage of sales remaining after deducting variable production costs such as wages and raw materials.
|
|
146
|
+
* @type {number}
|
|
147
|
+
* @memberof KpiDataAllOf
|
|
148
|
+
*/
|
|
149
|
+
operatingMargin?: number;
|
|
150
|
+
/**
|
|
151
|
+
* Year-on-year percentage growth in EBITDA based on the last twelve months.
|
|
152
|
+
* @type {number}
|
|
153
|
+
* @memberof KpiDataAllOf
|
|
154
|
+
*/
|
|
155
|
+
ebitdaGrowth?: number;
|
|
156
|
+
/**
|
|
157
|
+
* Year-on-year percentage growth in earnings per share based on the last twelve months.
|
|
158
|
+
* @type {number}
|
|
159
|
+
* @memberof KpiDataAllOf
|
|
160
|
+
*/
|
|
161
|
+
epsGrowth?: number;
|
|
162
|
+
/**
|
|
163
|
+
* Percentage growth in free cash flow year-on-year, based on the last twelve months.
|
|
164
|
+
* @type {number}
|
|
165
|
+
* @memberof KpiDataAllOf
|
|
166
|
+
*/
|
|
167
|
+
freeCashFlowGrowth?: number;
|
|
168
|
+
/**
|
|
169
|
+
* Year-on-year percentage growth in gross profit based on the last twelve months.
|
|
170
|
+
* @type {number}
|
|
171
|
+
* @memberof KpiDataAllOf
|
|
172
|
+
*/
|
|
173
|
+
grossProfitGrowth?: number;
|
|
174
|
+
/**
|
|
175
|
+
* Year-on-year percentage growth in sales based on the last twelve months.
|
|
176
|
+
* @type {number}
|
|
177
|
+
* @memberof KpiDataAllOf
|
|
178
|
+
*/
|
|
179
|
+
revenueGrowth?: number;
|
|
180
|
+
/**
|
|
181
|
+
* Year-on-year percentage growth in total debt.
|
|
182
|
+
* @type {number}
|
|
183
|
+
* @memberof KpiDataAllOf
|
|
184
|
+
*/
|
|
185
|
+
totalDebtGrowth?: number;
|
|
186
|
+
/**
|
|
187
|
+
* Indicates what percentage of each sales revenue remains as profit before tax.
|
|
188
|
+
* @type {number}
|
|
189
|
+
* @memberof KpiDataAllOf
|
|
190
|
+
*/
|
|
191
|
+
pretaxMargin?: number;
|
|
192
|
+
/**
|
|
193
|
+
* Cash flow ratio, can include various metrics depending on the context (e.g. cash flow from operating activities / current liabilities).
|
|
194
|
+
* @type {number}
|
|
195
|
+
* @memberof KpiDataAllOf
|
|
196
|
+
*/
|
|
197
|
+
cfRatio?: number;
|
|
198
|
+
/**
|
|
199
|
+
* Free cash flow margin, shows the percentage of sales that is converted into free cash flow.
|
|
200
|
+
* @type {number}
|
|
201
|
+
* @memberof KpiDataAllOf
|
|
202
|
+
*/
|
|
203
|
+
fcfMargin?: number;
|
|
204
|
+
/**
|
|
205
|
+
* Return on investment, measures the efficiency with which a company uses its assets to generate profits.
|
|
206
|
+
* @type {number}
|
|
207
|
+
* @memberof KpiDataAllOf
|
|
208
|
+
*/
|
|
209
|
+
roa?: number;
|
|
210
|
+
/**
|
|
211
|
+
* Return on equity, measures how well a company generates returns from its shareholders' equity.
|
|
212
|
+
* @type {number}
|
|
213
|
+
* @memberof KpiDataAllOf
|
|
214
|
+
*/
|
|
215
|
+
roe?: number;
|
|
216
|
+
/**
|
|
217
|
+
* Return on investment, measures the efficiency of a company's investments in capital assets.
|
|
218
|
+
* @type {number}
|
|
219
|
+
* @memberof KpiDataAllOf
|
|
220
|
+
*/
|
|
221
|
+
roic?: number;
|
|
222
|
+
/**
|
|
223
|
+
* Ratio of research and development costs to total revenues, based on the last twelve months.
|
|
224
|
+
* @type {number}
|
|
225
|
+
* @memberof KpiDataAllOf
|
|
226
|
+
*/
|
|
227
|
+
rdRatio?: number;
|
|
228
|
+
/**
|
|
229
|
+
* Ratio of selling and administrative expenses to total income, based on the last twelve months.
|
|
230
|
+
* @type {number}
|
|
231
|
+
* @memberof KpiDataAllOf
|
|
232
|
+
*/
|
|
233
|
+
sgARatio?: number;
|
|
234
|
+
/**
|
|
235
|
+
* Percentage change in the share price over the last three months.
|
|
236
|
+
* @type {number}
|
|
237
|
+
* @memberof KpiDataAllOf
|
|
238
|
+
*/
|
|
239
|
+
stockPricePerformance3m?: number;
|
|
240
|
+
/**
|
|
241
|
+
* Percentage change in the share price over the last six months.
|
|
242
|
+
* @type {number}
|
|
243
|
+
* @memberof KpiDataAllOf
|
|
244
|
+
*/
|
|
245
|
+
stockPricePerformance6m?: number;
|
|
246
|
+
/**
|
|
247
|
+
* Percentage change in the share price over the last year.
|
|
248
|
+
* @type {number}
|
|
249
|
+
* @memberof KpiDataAllOf
|
|
250
|
+
*/
|
|
251
|
+
stockPricePerformance1y?: number;
|
|
252
|
+
/**
|
|
253
|
+
* Percentage change in the share price over the last three years.
|
|
254
|
+
* @type {number}
|
|
255
|
+
* @memberof KpiDataAllOf
|
|
256
|
+
*/
|
|
257
|
+
stockPricePerformance3y?: number;
|
|
258
|
+
/**
|
|
259
|
+
* Percentage change in market capitalization over the last six months.
|
|
260
|
+
* @type {number}
|
|
261
|
+
* @memberof KpiDataAllOf
|
|
262
|
+
*/
|
|
263
|
+
marketCapPerformance6m?: number;
|
|
264
|
+
/**
|
|
265
|
+
* Percentage change in market capitalization over the last year.
|
|
266
|
+
* @type {number}
|
|
267
|
+
* @memberof KpiDataAllOf
|
|
268
|
+
*/
|
|
269
|
+
marketCapPerformance1y?: number;
|
|
270
|
+
/**
|
|
271
|
+
* Percentage change in market capitalization over the last three years.
|
|
272
|
+
* @type {number}
|
|
273
|
+
* @memberof KpiDataAllOf
|
|
274
|
+
*/
|
|
275
|
+
marketCapPerformance3y?: number;
|
|
276
|
+
/**
|
|
277
|
+
*
|
|
278
|
+
* @type {number}
|
|
279
|
+
* @memberof KpiDataAllOf
|
|
280
|
+
*/
|
|
281
|
+
quickRatio?: number;
|
|
282
|
+
/**
|
|
283
|
+
*
|
|
284
|
+
* @type {number}
|
|
285
|
+
* @memberof KpiDataAllOf
|
|
286
|
+
*/
|
|
287
|
+
debtToEquityRatio?: number;
|
|
288
|
+
/**
|
|
289
|
+
*
|
|
290
|
+
* @type {number}
|
|
291
|
+
* @memberof KpiDataAllOf
|
|
292
|
+
*/
|
|
293
|
+
grossProfitMargin?: number;
|
|
294
|
+
/**
|
|
295
|
+
*
|
|
296
|
+
* @type {number}
|
|
297
|
+
* @memberof KpiDataAllOf
|
|
298
|
+
*/
|
|
299
|
+
priceToSalesRatio?: number;
|
|
300
|
+
/**
|
|
301
|
+
*
|
|
302
|
+
* @type {number}
|
|
303
|
+
* @memberof KpiDataAllOf
|
|
304
|
+
*/
|
|
305
|
+
priceToBookRatio?: number;
|
|
306
|
+
/**
|
|
307
|
+
*
|
|
308
|
+
* @type {number}
|
|
309
|
+
* @memberof KpiDataAllOf
|
|
310
|
+
*/
|
|
311
|
+
priceToFreeCashFlowRatio?: number;
|
|
312
|
+
/**
|
|
313
|
+
*
|
|
314
|
+
* @type {number}
|
|
315
|
+
* @memberof KpiDataAllOf
|
|
316
|
+
*/
|
|
317
|
+
priceToCashRatio?: number;
|
|
318
|
+
/**
|
|
319
|
+
*
|
|
320
|
+
* @type {number}
|
|
321
|
+
* @memberof KpiDataAllOf
|
|
322
|
+
*/
|
|
323
|
+
rsi?: number;
|
|
324
|
+
/**
|
|
325
|
+
*
|
|
326
|
+
* @type {number}
|
|
327
|
+
* @memberof KpiDataAllOf
|
|
328
|
+
*/
|
|
329
|
+
stochastic?: number;
|
|
330
|
+
/**
|
|
331
|
+
*
|
|
332
|
+
* @type {number}
|
|
333
|
+
* @memberof KpiDataAllOf
|
|
334
|
+
*/
|
|
335
|
+
commodityChannelIndex?: number;
|
|
336
|
+
/**
|
|
337
|
+
*
|
|
338
|
+
* @type {number}
|
|
339
|
+
* @memberof KpiDataAllOf
|
|
340
|
+
*/
|
|
341
|
+
averageDirectionalIndex?: number;
|
|
342
|
+
/**
|
|
343
|
+
*
|
|
344
|
+
* @type {number}
|
|
345
|
+
* @memberof KpiDataAllOf
|
|
346
|
+
*/
|
|
347
|
+
awesomeOscillator?: number;
|
|
348
|
+
/**
|
|
349
|
+
*
|
|
350
|
+
* @type {number}
|
|
351
|
+
* @memberof KpiDataAllOf
|
|
352
|
+
*/
|
|
353
|
+
momentum?: number;
|
|
354
|
+
/**
|
|
355
|
+
*
|
|
356
|
+
* @type {number}
|
|
357
|
+
* @memberof KpiDataAllOf
|
|
358
|
+
*/
|
|
359
|
+
macd?: number;
|
|
360
|
+
/**
|
|
361
|
+
*
|
|
362
|
+
* @type {number}
|
|
363
|
+
* @memberof KpiDataAllOf
|
|
364
|
+
*/
|
|
365
|
+
stochasticRsi?: number;
|
|
366
|
+
/**
|
|
367
|
+
*
|
|
368
|
+
* @type {number}
|
|
369
|
+
* @memberof KpiDataAllOf
|
|
370
|
+
*/
|
|
371
|
+
williamsPercentRange?: number;
|
|
372
|
+
/**
|
|
373
|
+
*
|
|
374
|
+
* @type {number}
|
|
375
|
+
* @memberof KpiDataAllOf
|
|
376
|
+
*/
|
|
377
|
+
bullsPower?: number;
|
|
378
|
+
/**
|
|
379
|
+
*
|
|
380
|
+
* @type {number}
|
|
381
|
+
* @memberof KpiDataAllOf
|
|
382
|
+
*/
|
|
383
|
+
bearsPower?: number;
|
|
384
|
+
/**
|
|
385
|
+
*
|
|
386
|
+
* @type {number}
|
|
387
|
+
* @memberof KpiDataAllOf
|
|
388
|
+
*/
|
|
389
|
+
ultimateOscillator?: number;
|
|
390
|
+
/**
|
|
391
|
+
*
|
|
392
|
+
* @type {number}
|
|
393
|
+
* @memberof KpiDataAllOf
|
|
394
|
+
*/
|
|
395
|
+
oscillatorAverage?: number;
|
|
396
|
+
}
|
|
397
|
+
/**
|
|
398
|
+
* Check if a given object implements the KpiDataAllOf interface.
|
|
399
|
+
*/
|
|
400
|
+
export declare function instanceOfKpiDataAllOf(value: object): boolean;
|
|
401
|
+
export declare function KpiDataAllOfFromJSON(json: any): KpiDataAllOf;
|
|
402
|
+
export declare function KpiDataAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): KpiDataAllOf;
|
|
403
|
+
export declare function KpiDataAllOfToJSON(value?: KpiDataAllOf | null): any;
|
|
404
|
+
//# sourceMappingURL=KpiDataAllOf.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KpiDataAllOf.d.ts","sourceRoot":"","sources":["../../../src/models/KpiDataAllOf.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MDS API
|
|
3
|
+
* Please note the following definitions used throughout this API: **Source**: A source can be any kind of marketplace (exchange) or an entity that calculates prices/values for instruments. **Instrument**: An instrument is e.g. a stock, a bond, an index, a currency-pair, or a specific future/option contract. An instrument is identified by an InstrumentId. Some information in MDS is linked to instruments: Masterdata (names, instrument types,...), Fundamental stock data, News,... **Listing**: An instrument can be traded/calculated on multiple sources. Some sources even support multiple listings of the same instrument, e.g. lisings in different currencies. A listing is identified by a MarketstateId. Most information in MDS is linked to listings: Marketstate (prices/quotes), Tickdata (price/quote history), Performance data,... **Instrument** **vs** **Listing**: The Microsoft stock is an instrument identified by the InstrumentId \"US5949181045\". It is listed and traded on many exchanges. Each of these listings is identified by a unique MarketstateId, i.e. \"US5949181045@GAT\" (listing on Tradegate) or \"US5949181045,USD@SIX\" (USD-listing on SIX), or \"US5949181045,CHF@SIX\" (CHF-listing on SIX). **Marketstate** defines the current state of an instrument listed on a source. In our case besides open, close, post and pre market also latest trade and quote information... **MarketstateQuery**: When you request a price/quote in MDS, you have to select the listing(s) you wish to receive them for. Most API calls use a MarketstateQuery as a parameter to express a filter for one or more Marketstates. The query often takes the form of \"DE0007100000@ETR\" and can also utilize wildcards like \"*\" or \"?\". <br> See here for a full specification <a href=\"#model-MarketstateQuery\">MarketstateQuery</a> **Timestamps**: Most events covered in MDS have a known instant they refer to. A trade on an exchange usually has an exact time when it was executed. However depending on source and context some events can refer to a whole trading day without specifying a time of day. ECB currency rates for instance are determined for the whole day. In other cases an exact time is not part of the licensed data, e.g. when looking at the end-of-day quality of some exchanges. If an exact time is known, this is transmitted in a field \"datetime\". If only a date is given the field \"date\" is used. If you see \"00:00:00.000\" in a datetime field, this actually means something happened exactly at midnight, it is not a special value indicating \\\"no date available\\\". **SSE-NOTE**: Many endpoints support Server Sent Events (SSE) to get pushed updates. To receive SSE the client needs to request the content-type \"text/event-stream\" via the \"accept\" http request-header. <br>Unfortunately Swagger UI does not support SSE! To test SSE on an endpoint use the curl command shown in the snapshot response and modify the \"accept\" HTTP request-header as described above. **CURL-NOTE**: When use curl use the option -i to see the response headers. If the return status is 401 then you have to reauthorize. Otherwise you do not see whether the token is expired and wondering that there is no response.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.4.34
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Timeseries bid ask data for an instrument
|
|
14
|
+
* @export
|
|
15
|
+
* @interface TimeseriesBidAskData
|
|
16
|
+
*/
|
|
17
|
+
export interface TimeseriesBidAskData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {Date}
|
|
21
|
+
* @memberof TimeseriesBidAskData
|
|
22
|
+
*/
|
|
23
|
+
datetime?: Date;
|
|
24
|
+
/**
|
|
25
|
+
* Bid value
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof TimeseriesBidAskData
|
|
28
|
+
*/
|
|
29
|
+
bid?: number;
|
|
30
|
+
/**
|
|
31
|
+
* Ask value
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof TimeseriesBidAskData
|
|
34
|
+
*/
|
|
35
|
+
ask?: number;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the TimeseriesBidAskData interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfTimeseriesBidAskData(value: object): boolean;
|
|
41
|
+
export declare function TimeseriesBidAskDataFromJSON(json: any): TimeseriesBidAskData;
|
|
42
|
+
export declare function TimeseriesBidAskDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): TimeseriesBidAskData;
|
|
43
|
+
export declare function TimeseriesBidAskDataToJSON(value?: TimeseriesBidAskData | null): any;
|
|
44
|
+
//# sourceMappingURL=TimeseriesBidAskData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TimeseriesBidAskData.d.ts","sourceRoot":"","sources":["../../../src/models/TimeseriesBidAskData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,IAAI,CAAC;IAChB;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAIrE;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE5E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CAU/G;AAED,wBAAgB,0BAA0B,CAAC,KAAK,CAAC,EAAE,oBAAoB,GAAG,IAAI,GAAG,GAAG,CAanF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimeseriesData.d.ts","sourceRoot":"","sources":["../../../src/models/TimeseriesData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,IAAI,CAAC;IAChB;;;;OAIG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAI/D;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAEhE;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,cAAc,
|
|
1
|
+
{"version":3,"file":"TimeseriesData.d.ts","sourceRoot":"","sources":["../../../src/models/TimeseriesData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,IAAI,CAAC;IAChB;;;;OAIG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAI/D;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAEhE;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,cAAc,CAgBnG;AAED,wBAAgB,oBAAoB,CAAC,KAAK,CAAC,EAAE,cAAc,GAAG,IAAI,GAAG,GAAG,CAmBvE"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MDS API
|
|
3
|
+
* Please note the following definitions used throughout this API: **Source**: A source can be any kind of marketplace (exchange) or an entity that calculates prices/values for instruments. **Instrument**: An instrument is e.g. a stock, a bond, an index, a currency-pair, or a specific future/option contract. An instrument is identified by an InstrumentId. Some information in MDS is linked to instruments: Masterdata (names, instrument types,...), Fundamental stock data, News,... **Listing**: An instrument can be traded/calculated on multiple sources. Some sources even support multiple listings of the same instrument, e.g. lisings in different currencies. A listing is identified by a MarketstateId. Most information in MDS is linked to listings: Marketstate (prices/quotes), Tickdata (price/quote history), Performance data,... **Instrument** **vs** **Listing**: The Microsoft stock is an instrument identified by the InstrumentId \"US5949181045\". It is listed and traded on many exchanges. Each of these listings is identified by a unique MarketstateId, i.e. \"US5949181045@GAT\" (listing on Tradegate) or \"US5949181045,USD@SIX\" (USD-listing on SIX), or \"US5949181045,CHF@SIX\" (CHF-listing on SIX). **Marketstate** defines the current state of an instrument listed on a source. In our case besides open, close, post and pre market also latest trade and quote information... **MarketstateQuery**: When you request a price/quote in MDS, you have to select the listing(s) you wish to receive them for. Most API calls use a MarketstateQuery as a parameter to express a filter for one or more Marketstates. The query often takes the form of \"DE0007100000@ETR\" and can also utilize wildcards like \"*\" or \"?\". <br> See here for a full specification <a href=\"#model-MarketstateQuery\">MarketstateQuery</a> **Timestamps**: Most events covered in MDS have a known instant they refer to. A trade on an exchange usually has an exact time when it was executed. However depending on source and context some events can refer to a whole trading day without specifying a time of day. ECB currency rates for instance are determined for the whole day. In other cases an exact time is not part of the licensed data, e.g. when looking at the end-of-day quality of some exchanges. If an exact time is known, this is transmitted in a field \"datetime\". If only a date is given the field \"date\" is used. If you see \"00:00:00.000\" in a datetime field, this actually means something happened exactly at midnight, it is not a special value indicating \\\"no date available\\\". **SSE-NOTE**: Many endpoints support Server Sent Events (SSE) to get pushed updates. To receive SSE the client needs to request the content-type \"text/event-stream\" via the \"accept\" http request-header. <br>Unfortunately Swagger UI does not support SSE! To test SSE on an endpoint use the curl command shown in the snapshot response and modify the \"accept\" HTTP request-header as described above. **CURL-NOTE**: When use curl use the option -i to see the response headers. If the return status is 401 then you have to reauthorize. Otherwise you do not see whether the token is expired and wondering that there is no response.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.4.34
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface WebSocketCommandGetKpi
|
|
16
|
+
*/
|
|
17
|
+
export interface WebSocketCommandGetKpi {
|
|
18
|
+
/**
|
|
19
|
+
* ID for one instrument, ie. a stock or an index. This will be the highest ranked available identifier for this instrument from the following list: <p>- ISIN: DE0007100000 <br>- Currency: CURRENCY(EUR/USD) <br>- EUREX-Option: EUREXO(DE000710000000,C,3000,1222) </p>
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof WebSocketCommandGetKpi
|
|
22
|
+
*/
|
|
23
|
+
instrumentId?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof WebSocketCommandGetKpi
|
|
28
|
+
*/
|
|
29
|
+
sourceId?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof WebSocketCommandGetKpi
|
|
34
|
+
*/
|
|
35
|
+
kpiSourceId?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof WebSocketCommandGetKpi
|
|
40
|
+
*/
|
|
41
|
+
listingVariant?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {Array<string>}
|
|
45
|
+
* @memberof WebSocketCommandGetKpi
|
|
46
|
+
*/
|
|
47
|
+
kpis?: Array<string>;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Check if a given object implements the WebSocketCommandGetKpi interface.
|
|
51
|
+
*/
|
|
52
|
+
export declare function instanceOfWebSocketCommandGetKpi(value: object): boolean;
|
|
53
|
+
export declare function WebSocketCommandGetKpiFromJSON(json: any): WebSocketCommandGetKpi;
|
|
54
|
+
export declare function WebSocketCommandGetKpiFromJSONTyped(json: any, ignoreDiscriminator: boolean): WebSocketCommandGetKpi;
|
|
55
|
+
export declare function WebSocketCommandGetKpiToJSON(value?: WebSocketCommandGetKpi | null): any;
|
|
56
|
+
//# sourceMappingURL=WebSocketCommandGetKpi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WebSocketCommandGetKpi.d.ts","sourceRoot":"","sources":["../../../src/models/WebSocketCommandGetKpi.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACxB;AAED;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAIvE;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAEhF;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sBAAsB,CAYnH;AAED,wBAAgB,4BAA4B,CAAC,KAAK,CAAC,EAAE,sBAAsB,GAAG,IAAI,GAAG,GAAG,CAevF"}
|
|
@@ -28,4 +28,11 @@ export interface WebSocketCommandGetTradingtimeAnalysis {
|
|
|
28
28
|
*/
|
|
29
29
|
date?: Date;
|
|
30
30
|
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the WebSocketCommandGetTradingtimeAnalysis interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfWebSocketCommandGetTradingtimeAnalysis(value: object): boolean;
|
|
35
|
+
export declare function WebSocketCommandGetTradingtimeAnalysisFromJSON(json: any): WebSocketCommandGetTradingtimeAnalysis;
|
|
36
|
+
export declare function WebSocketCommandGetTradingtimeAnalysisFromJSONTyped(json: any, ignoreDiscriminator: boolean): WebSocketCommandGetTradingtimeAnalysis;
|
|
37
|
+
export declare function WebSocketCommandGetTradingtimeAnalysisToJSON(value?: WebSocketCommandGetTradingtimeAnalysis | null): any;
|
|
31
38
|
//# sourceMappingURL=WebSocketCommandGetTradingtimeAnalysis.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebSocketCommandGetTradingtimeAnalysis.d.ts","sourceRoot":"","sources":["../../../src/models/WebSocketCommandGetTradingtimeAnalysis.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"WebSocketCommandGetTradingtimeAnalysis.d.ts","sourceRoot":"","sources":["../../../src/models/WebSocketCommandGetTradingtimeAnalysis.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,sCAAsC;IACnD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,gDAAgD,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAIvF;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,sCAAsC,CAEhH;AAED,wBAAgB,mDAAmD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sCAAsC,CASnJ;AAED,wBAAgB,4CAA4C,CAAC,KAAK,CAAC,EAAE,sCAAsC,GAAG,IAAI,GAAG,GAAG,CAYvH"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MDS API
|
|
3
|
+
* Please note the following definitions used throughout this API: **Source**: A source can be any kind of marketplace (exchange) or an entity that calculates prices/values for instruments. **Instrument**: An instrument is e.g. a stock, a bond, an index, a currency-pair, or a specific future/option contract. An instrument is identified by an InstrumentId. Some information in MDS is linked to instruments: Masterdata (names, instrument types,...), Fundamental stock data, News,... **Listing**: An instrument can be traded/calculated on multiple sources. Some sources even support multiple listings of the same instrument, e.g. lisings in different currencies. A listing is identified by a MarketstateId. Most information in MDS is linked to listings: Marketstate (prices/quotes), Tickdata (price/quote history), Performance data,... **Instrument** **vs** **Listing**: The Microsoft stock is an instrument identified by the InstrumentId \"US5949181045\". It is listed and traded on many exchanges. Each of these listings is identified by a unique MarketstateId, i.e. \"US5949181045@GAT\" (listing on Tradegate) or \"US5949181045,USD@SIX\" (USD-listing on SIX), or \"US5949181045,CHF@SIX\" (CHF-listing on SIX). **Marketstate** defines the current state of an instrument listed on a source. In our case besides open, close, post and pre market also latest trade and quote information... **MarketstateQuery**: When you request a price/quote in MDS, you have to select the listing(s) you wish to receive them for. Most API calls use a MarketstateQuery as a parameter to express a filter for one or more Marketstates. The query often takes the form of \"DE0007100000@ETR\" and can also utilize wildcards like \"*\" or \"?\". <br> See here for a full specification <a href=\"#model-MarketstateQuery\">MarketstateQuery</a> **Timestamps**: Most events covered in MDS have a known instant they refer to. A trade on an exchange usually has an exact time when it was executed. However depending on source and context some events can refer to a whole trading day without specifying a time of day. ECB currency rates for instance are determined for the whole day. In other cases an exact time is not part of the licensed data, e.g. when looking at the end-of-day quality of some exchanges. If an exact time is known, this is transmitted in a field \"datetime\". If only a date is given the field \"date\" is used. If you see \"00:00:00.000\" in a datetime field, this actually means something happened exactly at midnight, it is not a special value indicating \\\"no date available\\\". **SSE-NOTE**: Many endpoints support Server Sent Events (SSE) to get pushed updates. To receive SSE the client needs to request the content-type \"text/event-stream\" via the \"accept\" http request-header. <br>Unfortunately Swagger UI does not support SSE! To test SSE on an endpoint use the curl command shown in the snapshot response and modify the \"accept\" HTTP request-header as described above. **CURL-NOTE**: When use curl use the option -i to see the response headers. If the return status is 401 then you have to reauthorize. Otherwise you do not see whether the token is expired and wondering that there is no response.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.4.34
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { Quality } from './Quality';
|
|
13
|
+
import type { Resolution } from './Resolution';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface WebSocketCommandListTimeseriesBidAsk
|
|
18
|
+
*/
|
|
19
|
+
export interface WebSocketCommandListTimeseriesBidAsk {
|
|
20
|
+
/**
|
|
21
|
+
* Id for the Marketstate of an Instrument that is listed on a Source. <p> Format: InstrumentId "," ListingVariant "," Source <p>InstrumentId: The InstrumentID in one of the defined formats, see <a href="#model-InstrumentId">InstrumentId</a></p> <p>ListingVariant: Normally the listing variant is only determined by the trading currency, in that case the ListingVariant is named after the Currency (e.g. EUR). But other variant types might be possible!</p> <p>Source: The Source or Exchange. </p>
|
|
22
|
+
* <p> Any MarketstateId is also a valid MarketstateQuery.</bold></p>
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof WebSocketCommandListTimeseriesBidAsk
|
|
25
|
+
*/
|
|
26
|
+
marketstateId?: string;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {Quality}
|
|
30
|
+
* @memberof WebSocketCommandListTimeseriesBidAsk
|
|
31
|
+
*/
|
|
32
|
+
quality?: Quality;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof WebSocketCommandListTimeseriesBidAsk
|
|
37
|
+
*/
|
|
38
|
+
start?: string;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof WebSocketCommandListTimeseriesBidAsk
|
|
43
|
+
*/
|
|
44
|
+
end?: string;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {Resolution}
|
|
48
|
+
* @memberof WebSocketCommandListTimeseriesBidAsk
|
|
49
|
+
*/
|
|
50
|
+
resolution?: Resolution;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Check if a given object implements the WebSocketCommandListTimeseriesBidAsk interface.
|
|
54
|
+
*/
|
|
55
|
+
export declare function instanceOfWebSocketCommandListTimeseriesBidAsk(value: object): boolean;
|
|
56
|
+
export declare function WebSocketCommandListTimeseriesBidAskFromJSON(json: any): WebSocketCommandListTimeseriesBidAsk;
|
|
57
|
+
export declare function WebSocketCommandListTimeseriesBidAskFromJSONTyped(json: any, ignoreDiscriminator: boolean): WebSocketCommandListTimeseriesBidAsk;
|
|
58
|
+
export declare function WebSocketCommandListTimeseriesBidAskToJSON(value?: WebSocketCommandListTimeseriesBidAsk | null): any;
|
|
59
|
+
//# sourceMappingURL=WebSocketCommandListTimeseriesBidAsk.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WebSocketCommandListTimeseriesBidAsk.d.ts","sourceRoot":"","sources":["../../../src/models/WebSocketCommandListTimeseriesBidAsk.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAMzC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAO/C;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;;OAKG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;CAC3B;AAED;;GAEG;AACH,wBAAgB,8CAA8C,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAIrF;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE5G;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oCAAoC,CAY/I;AAED,wBAAgB,0CAA0C,CAAC,KAAK,CAAC,EAAE,oCAAoC,GAAG,IAAI,GAAG,GAAG,CAenH"}
|