@ariva-mds/mds 2.57.0 → 2.59.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.
Files changed (49) hide show
  1. package/lib/cjs/api/MdsConnection.js +3 -3
  2. package/lib/cjs/models/ChartData.js +70 -0
  3. package/lib/cjs/models/ChartDataAllOf.js +60 -0
  4. package/lib/cjs/models/OfficialSymbols.js +2 -0
  5. package/lib/cjs/models/Resolution.js +2 -0
  6. package/lib/cjs/models/TickHistoryData.js +3 -0
  7. package/lib/cjs/models/WebSocketCommandGetTradingtimeAnalysis.js +0 -37
  8. package/lib/cjs/models/WebSocketCommandListCharts.js +74 -0
  9. package/lib/cjs/models/WebSocketCommandListTickHistory.js +2 -2
  10. package/lib/cjs/models/WebSocketMessage.js +3 -0
  11. package/lib/cjs/models/WebSocketRequest.js +0 -105
  12. package/lib/cjs/models/index.js +3 -0
  13. package/lib/esm/api/MdsConnection.js +3 -3
  14. package/lib/esm/models/ChartData.js +63 -0
  15. package/lib/esm/models/ChartDataAllOf.js +53 -0
  16. package/lib/esm/models/OfficialSymbols.js +2 -0
  17. package/lib/esm/models/Resolution.js +2 -0
  18. package/lib/esm/models/TickHistoryData.js +3 -0
  19. package/lib/esm/models/WebSocketCommandGetTradingtimeAnalysis.js +1 -32
  20. package/lib/esm/models/WebSocketCommandListCharts.js +67 -0
  21. package/lib/esm/models/WebSocketCommandListTickHistory.js +2 -2
  22. package/lib/esm/models/WebSocketMessage.js +3 -0
  23. package/lib/esm/models/WebSocketRequest.js +1 -100
  24. package/lib/esm/models/index.js +3 -0
  25. package/lib/types/api/MdsConnection.d.ts +1 -1
  26. package/lib/types/api/MdsConnection.d.ts.map +1 -1
  27. package/lib/types/models/ChartData.d.ts +85 -0
  28. package/lib/types/models/ChartData.d.ts.map +1 -0
  29. package/lib/types/models/ChartDataAllOf.d.ts +54 -0
  30. package/lib/types/models/ChartDataAllOf.d.ts.map +1 -0
  31. package/lib/types/models/OfficialSymbols.d.ts +6 -0
  32. package/lib/types/models/OfficialSymbols.d.ts.map +1 -1
  33. package/lib/types/models/Resolution.d.ts +2 -0
  34. package/lib/types/models/Resolution.d.ts.map +1 -1
  35. package/lib/types/models/TickHistoryData.d.ts +8 -1
  36. package/lib/types/models/TickHistoryData.d.ts.map +1 -1
  37. package/lib/types/models/WebSocketCommandGetTradingtimeAnalysis.d.ts +0 -7
  38. package/lib/types/models/WebSocketCommandGetTradingtimeAnalysis.d.ts.map +1 -1
  39. package/lib/types/models/WebSocketCommandListCharts.d.ts +101 -0
  40. package/lib/types/models/WebSocketCommandListCharts.d.ts.map +1 -0
  41. package/lib/types/models/WebSocketCommandListTickHistory.d.ts +1 -1
  42. package/lib/types/models/WebSocketCommandListTickHistory.d.ts.map +1 -1
  43. package/lib/types/models/WebSocketMessage.d.ts +7 -0
  44. package/lib/types/models/WebSocketMessage.d.ts.map +1 -1
  45. package/lib/types/models/WebSocketRequest.d.ts +7 -7
  46. package/lib/types/models/WebSocketRequest.d.ts.map +1 -1
  47. package/lib/types/models/index.d.ts +3 -0
  48. package/lib/types/models/index.d.ts.map +1 -1
  49. package/package.json +3 -3
@@ -0,0 +1,53 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * MDS API
5
+ * 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.
6
+ *
7
+ * The version of the OpenAPI document: 0.4.34
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { exists } from '../runtime';
15
+ import { DayMarkDataFromJSON, DayMarkDataToJSON, } from './DayMarkData';
16
+ import { ResolutionFromJSON, ResolutionToJSON, } from './Resolution';
17
+ import { TimeseriesDataFromJSON, TimeseriesDataToJSON, } from './TimeseriesData';
18
+ import { TradingtimeFromJSON, TradingtimeToJSON, } from './Tradingtime';
19
+ /**
20
+ * Check if a given object implements the ChartDataAllOf interface.
21
+ */
22
+ export function instanceOfChartDataAllOf(value) {
23
+ let isInstance = true;
24
+ return isInstance;
25
+ }
26
+ export function ChartDataAllOfFromJSON(json) {
27
+ return ChartDataAllOfFromJSONTyped(json, false);
28
+ }
29
+ export function ChartDataAllOfFromJSONTyped(json, ignoreDiscriminator) {
30
+ if ((json === undefined) || (json === null)) {
31
+ return json;
32
+ }
33
+ return {
34
+ 'resolution': !exists(json, 'resolution') ? undefined : ResolutionFromJSON(json['resolution']),
35
+ 'close': !exists(json, 'close') ? undefined : DayMarkDataFromJSON(json['close']),
36
+ 'tradingTimes': !exists(json, 'tradingTimes') ? undefined : TradingtimeFromJSON(json['tradingTimes']),
37
+ 'items': !exists(json, 'items') ? undefined : (json['items'].map(TimeseriesDataFromJSON)),
38
+ };
39
+ }
40
+ export function ChartDataAllOfToJSON(value) {
41
+ if (value === undefined) {
42
+ return undefined;
43
+ }
44
+ if (value === null) {
45
+ return null;
46
+ }
47
+ return {
48
+ 'resolution': ResolutionToJSON(value.resolution),
49
+ 'close': DayMarkDataToJSON(value.close),
50
+ 'tradingTimes': TradingtimeToJSON(value.tradingTimes),
51
+ 'items': value.items === undefined ? undefined : (value.items.map(TimeseriesDataToJSON)),
52
+ };
53
+ }
@@ -39,6 +39,7 @@ export function OfficialSymbolsFromJSONTyped(json, ignoreDiscriminator) {
39
39
  'gids': !exists(json, 'gids') ? undefined : json['gids'],
40
40
  'msci': !exists(json, 'msci') ? undefined : json['msci'],
41
41
  'dji': !exists(json, 'dji') ? undefined : json['dji'],
42
+ 'baader': !exists(json, 'baader') ? undefined : json['baader'],
42
43
  'commodity': !exists(json, 'commodity') ? undefined : json['commodity'],
43
44
  'securityId': !exists(json, 'securityId') ? undefined : json['securityId'],
44
45
  'aic': !exists(json, 'aic') ? undefined : json['aic'],
@@ -65,6 +66,7 @@ export function OfficialSymbolsToJSON(value) {
65
66
  'gids': value.gids,
66
67
  'msci': value.msci,
67
68
  'dji': value.dji,
69
+ 'baader': value.baader,
68
70
  'commodity': value.commodity,
69
71
  'securityId': value.securityId,
70
72
  'aic': value.aic,
@@ -18,7 +18,9 @@
18
18
  export const Resolution = {
19
19
  _1M: '1M',
20
20
  _5M: '5M',
21
+ _10M: '10M',
21
22
  _15M: '15M',
23
+ _60M: '60M',
22
24
  _1H: '1H',
23
25
  _1D: '1D',
24
26
  _1W: '1W',
@@ -12,6 +12,7 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
  import { exists } from '../runtime';
15
+ import { LookupTableFromJSON, LookupTableToJSON, } from './LookupTable';
15
16
  /**
16
17
  * Check if a given object implements the TickHistoryData interface.
17
18
  */
@@ -32,6 +33,7 @@ export function TickHistoryDataFromJSONTyped(json, ignoreDiscriminator) {
32
33
  'value': !exists(json, 'value') ? undefined : json['value'],
33
34
  'quantity': !exists(json, 'quantity') ? undefined : json['quantity'],
34
35
  'totalResultCount': !exists(json, 'totalResultCount') ? undefined : json['totalResultCount'],
36
+ 'indicator': !exists(json, 'indicator') ? undefined : LookupTableFromJSON(json['indicator']),
35
37
  };
36
38
  }
37
39
  export function TickHistoryDataToJSON(value) {
@@ -47,5 +49,6 @@ export function TickHistoryDataToJSON(value) {
47
49
  'value': value.value,
48
50
  'quantity': value.quantity,
49
51
  'totalResultCount': value.totalResultCount,
52
+ 'indicator': LookupTableToJSON(value.indicator),
50
53
  };
51
54
  }
@@ -11,35 +11,4 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- import { exists } from '../runtime';
15
- /**
16
- * Check if a given object implements the WebSocketCommandGetTradingtimeAnalysis interface.
17
- */
18
- export function instanceOfWebSocketCommandGetTradingtimeAnalysis(value) {
19
- let isInstance = true;
20
- return isInstance;
21
- }
22
- export function WebSocketCommandGetTradingtimeAnalysisFromJSON(json) {
23
- return WebSocketCommandGetTradingtimeAnalysisFromJSONTyped(json, false);
24
- }
25
- export function WebSocketCommandGetTradingtimeAnalysisFromJSONTyped(json, ignoreDiscriminator) {
26
- if ((json === undefined) || (json === null)) {
27
- return json;
28
- }
29
- return {
30
- 'sourceId': !exists(json, 'sourceId') ? undefined : json['sourceId'],
31
- 'date': !exists(json, 'date') ? undefined : (new Date(json['date'])),
32
- };
33
- }
34
- export function WebSocketCommandGetTradingtimeAnalysisToJSON(value) {
35
- if (value === undefined) {
36
- return undefined;
37
- }
38
- if (value === null) {
39
- return null;
40
- }
41
- return {
42
- 'sourceId': value.sourceId,
43
- 'date': value.date === undefined ? undefined : (value.date.toISOString().substr(0, 10)),
44
- };
45
- }
14
+ export {};
@@ -0,0 +1,67 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * MDS API
5
+ * 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.
6
+ *
7
+ * The version of the OpenAPI document: 0.4.34
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { exists } from '../runtime';
15
+ import { QualityFromJSON, QualityToJSON, } from './Quality';
16
+ import { ResolutionFromJSON, ResolutionToJSON, } from './Resolution';
17
+ /**
18
+ * Check if a given object implements the WebSocketCommandListCharts interface.
19
+ */
20
+ export function instanceOfWebSocketCommandListCharts(value) {
21
+ let isInstance = true;
22
+ return isInstance;
23
+ }
24
+ export function WebSocketCommandListChartsFromJSON(json) {
25
+ return WebSocketCommandListChartsFromJSONTyped(json, false);
26
+ }
27
+ export function WebSocketCommandListChartsFromJSONTyped(json, ignoreDiscriminator) {
28
+ if ((json === undefined) || (json === null)) {
29
+ return json;
30
+ }
31
+ return {
32
+ 'marketstateId': !exists(json, 'marketstateId') ? undefined : json['marketstateId'],
33
+ 'instrumentId': !exists(json, 'instrumentId') ? undefined : json['instrumentId'],
34
+ 'sourceId': !exists(json, 'sourceId') ? undefined : json['sourceId'],
35
+ 'sourcePriority': !exists(json, 'sourcePriority') ? undefined : json['sourcePriority'],
36
+ 'quality': !exists(json, 'quality') ? undefined : QualityFromJSON(json['quality']),
37
+ 'cleanSplits': !exists(json, 'cleanSplits') ? undefined : json['cleanSplits'],
38
+ 'cleanDividends': !exists(json, 'cleanDividends') ? undefined : json['cleanDividends'],
39
+ 'cleanDistributions': !exists(json, 'cleanDistributions') ? undefined : json['cleanDistributions'],
40
+ 'cleanSubscriptions': !exists(json, 'cleanSubscriptions') ? undefined : json['cleanSubscriptions'],
41
+ 'start': !exists(json, 'start') ? undefined : json['start'],
42
+ 'end': !exists(json, 'end') ? undefined : json['end'],
43
+ 'resolution': !exists(json, 'resolution') ? undefined : ResolutionFromJSON(json['resolution']),
44
+ };
45
+ }
46
+ export function WebSocketCommandListChartsToJSON(value) {
47
+ if (value === undefined) {
48
+ return undefined;
49
+ }
50
+ if (value === null) {
51
+ return null;
52
+ }
53
+ return {
54
+ 'marketstateId': value.marketstateId,
55
+ 'instrumentId': value.instrumentId,
56
+ 'sourceId': value.sourceId,
57
+ 'sourcePriority': value.sourcePriority,
58
+ 'quality': QualityToJSON(value.quality),
59
+ 'cleanSplits': value.cleanSplits,
60
+ 'cleanDividends': value.cleanDividends,
61
+ 'cleanDistributions': value.cleanDistributions,
62
+ 'cleanSubscriptions': value.cleanSubscriptions,
63
+ 'start': value.start,
64
+ 'end': value.end,
65
+ 'resolution': ResolutionToJSON(value.resolution),
66
+ };
67
+ }
@@ -34,7 +34,7 @@ export function WebSocketCommandListTickHistoryFromJSONTyped(json, ignoreDiscrim
34
34
  'limit': !exists(json, 'limit') ? undefined : json['limit'],
35
35
  'start': !exists(json, 'start') ? undefined : json['start'],
36
36
  'end': !exists(json, 'end') ? undefined : json['end'],
37
- 'hasVolume': !exists(json, 'hasVolume') ? undefined : json['hasVolume'],
37
+ 'filterByVolume': !exists(json, 'filterByVolume') ? undefined : json['filterByVolume'],
38
38
  };
39
39
  }
40
40
  export function WebSocketCommandListTickHistoryToJSON(value) {
@@ -51,6 +51,6 @@ export function WebSocketCommandListTickHistoryToJSON(value) {
51
51
  'limit': value.limit,
52
52
  'start': value.start,
53
53
  'end': value.end,
54
- 'hasVolume': value.hasVolume,
54
+ 'filterByVolume': value.filterByVolume,
55
55
  };
56
56
  }
@@ -15,6 +15,7 @@ import { exists } from '../runtime';
15
15
  import { AfuCompanyProfileFromJSON, AfuCompanyProfileToJSON, } from './AfuCompanyProfile';
16
16
  import { AuthenticationStateFromJSON, AuthenticationStateToJSON, } from './AuthenticationState';
17
17
  import { BidAskHistoryDataFromJSON, BidAskHistoryDataToJSON, } from './BidAskHistoryData';
18
+ import { ChartDataFromJSON, ChartDataToJSON, } from './ChartData';
18
19
  import { ListingdataWithIdAndQualityFromJSON, ListingdataWithIdAndQualityToJSON, } from './ListingdataWithIdAndQuality';
19
20
  import { MarketdepthWithIdFromJSON, MarketdepthWithIdToJSON, } from './MarketdepthWithId';
20
21
  import { MarketstateResponseSearchFromJSON, MarketstateResponseSearchToJSON, } from './MarketstateResponseSearch';
@@ -63,6 +64,7 @@ export function WebSocketMessageFromJSONTyped(json, ignoreDiscriminator) {
63
64
  'dataTradingtimeAnalysis': !exists(json, 'dataTradingtimeAnalysis') ? undefined : TradingtimeInfoReplyFromJSON(json['dataTradingtimeAnalysis']),
64
65
  'dataMarketdepth': !exists(json, 'dataMarketdepth') ? undefined : MarketdepthWithIdFromJSON(json['dataMarketdepth']),
65
66
  'dataTimeseries': !exists(json, 'dataTimeseries') ? undefined : TimeseriesDataFromJSON(json['dataTimeseries']),
67
+ 'dataCharts': !exists(json, 'dataCharts') ? undefined : ChartDataFromJSON(json['dataCharts']),
66
68
  'dataTickHistory': !exists(json, 'dataTickHistory') ? undefined : TickHistoryDataFromJSON(json['dataTickHistory']),
67
69
  'dataBidAskHistory': !exists(json, 'dataBidAskHistory') ? undefined : BidAskHistoryDataFromJSON(json['dataBidAskHistory']),
68
70
  'dataPerformance': !exists(json, 'dataPerformance') ? undefined : PerformanceDataForTimeRangeFromJSON(json['dataPerformance']),
@@ -98,6 +100,7 @@ export function WebSocketMessageToJSON(value) {
98
100
  'dataTradingtimeAnalysis': TradingtimeInfoReplyToJSON(value.dataTradingtimeAnalysis),
99
101
  'dataMarketdepth': MarketdepthWithIdToJSON(value.dataMarketdepth),
100
102
  'dataTimeseries': TimeseriesDataToJSON(value.dataTimeseries),
103
+ 'dataCharts': ChartDataToJSON(value.dataCharts),
101
104
  'dataTickHistory': TickHistoryDataToJSON(value.dataTickHistory),
102
105
  'dataBidAskHistory': BidAskHistoryDataToJSON(value.dataBidAskHistory),
103
106
  'dataPerformance': PerformanceDataForTimeRangeToJSON(value.dataPerformance),
@@ -11,103 +11,4 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- import { exists } from '../runtime';
15
- import { WebSocketCommandAuthenticateFromJSON, WebSocketCommandAuthenticateToJSON, } from './WebSocketCommandAuthenticate';
16
- import { WebSocketCommandCancelFromJSON, WebSocketCommandCancelToJSON, } from './WebSocketCommandCancel';
17
- import { WebSocketCommandGetAfuCompanyProfileFromJSON, WebSocketCommandGetAfuCompanyProfileToJSON, } from './WebSocketCommandGetAfuCompanyProfile';
18
- import { WebSocketCommandGetFwwFundsProfileFromJSON, WebSocketCommandGetFwwFundsProfileToJSON, } from './WebSocketCommandGetFwwFundsProfile';
19
- import { WebSocketCommandGetInstrumentMasterdataFromJSON, WebSocketCommandGetInstrumentMasterdataToJSON, } from './WebSocketCommandGetInstrumentMasterdata';
20
- import { WebSocketCommandGetReferenceFromJSON, WebSocketCommandGetReferenceToJSON, } from './WebSocketCommandGetReference';
21
- import { WebSocketCommandGetSourceFromJSON, WebSocketCommandGetSourceToJSON, } from './WebSocketCommandGetSource';
22
- import { WebSocketCommandGetTradingtimeFromJSON, WebSocketCommandGetTradingtimeToJSON, } from './WebSocketCommandGetTradingtime';
23
- import { WebSocketCommandGetTradingtimeAnalysisFromJSON, WebSocketCommandGetTradingtimeAnalysisToJSON, } from './WebSocketCommandGetTradingtimeAnalysis';
24
- import { WebSocketCommandHeartbeatFromJSON, WebSocketCommandHeartbeatToJSON, } from './WebSocketCommandHeartbeat';
25
- import { WebSocketCommandListBidAskHistoryFromJSON, WebSocketCommandListBidAskHistoryToJSON, } from './WebSocketCommandListBidAskHistory';
26
- import { WebSocketCommandListInstrumentListingsFromJSON, WebSocketCommandListInstrumentListingsToJSON, } from './WebSocketCommandListInstrumentListings';
27
- import { WebSocketCommandListMarketstatesFromJSON, WebSocketCommandListMarketstatesToJSON, } from './WebSocketCommandListMarketstates';
28
- import { WebSocketCommandListPerformanceFromJSON, WebSocketCommandListPerformanceToJSON, } from './WebSocketCommandListPerformance';
29
- import { WebSocketCommandListTickHistoryFromJSON, WebSocketCommandListTickHistoryToJSON, } from './WebSocketCommandListTickHistory';
30
- import { WebSocketCommandListTimeseriesFromJSON, WebSocketCommandListTimeseriesToJSON, } from './WebSocketCommandListTimeseries';
31
- import { WebSocketCommandPriorityFromJSON, WebSocketCommandPriorityToJSON, } from './WebSocketCommandPriority';
32
- import { WebSocketCommandSubscribeListTopflopFromJSON, WebSocketCommandSubscribeListTopflopToJSON, } from './WebSocketCommandSubscribeListTopflop';
33
- import { WebSocketCommandSubscribeMarketdepthFromJSON, WebSocketCommandSubscribeMarketdepthToJSON, } from './WebSocketCommandSubscribeMarketdepth';
34
- import { WebSocketCommandSubscribeMarketstatesFromJSON, WebSocketCommandSubscribeMarketstatesToJSON, } from './WebSocketCommandSubscribeMarketstates';
35
- import { WebSocketCommandSubscribeSourceTradetickerFromJSON, WebSocketCommandSubscribeSourceTradetickerToJSON, } from './WebSocketCommandSubscribeSourceTradeticker';
36
- import { WebSocketCommandSubscribeTimeseriesFromJSON, WebSocketCommandSubscribeTimeseriesToJSON, } from './WebSocketCommandSubscribeTimeseries';
37
- /**
38
- * Check if a given object implements the WebSocketRequest interface.
39
- */
40
- export function instanceOfWebSocketRequest(value) {
41
- let isInstance = true;
42
- return isInstance;
43
- }
44
- export function WebSocketRequestFromJSON(json) {
45
- return WebSocketRequestFromJSONTyped(json, false);
46
- }
47
- export function WebSocketRequestFromJSONTyped(json, ignoreDiscriminator) {
48
- if ((json === undefined) || (json === null)) {
49
- return json;
50
- }
51
- return {
52
- 'requestId': !exists(json, 'requestId') ? undefined : json['requestId'],
53
- 'cancel': !exists(json, 'cancel') ? undefined : WebSocketCommandCancelFromJSON(json['cancel']),
54
- 'priority': !exists(json, 'priority') ? undefined : WebSocketCommandPriorityFromJSON(json['priority']),
55
- 'heartbeat': !exists(json, 'heartbeat') ? undefined : WebSocketCommandHeartbeatFromJSON(json['heartbeat']),
56
- 'authenticate': !exists(json, 'authenticate') ? undefined : WebSocketCommandAuthenticateFromJSON(json['authenticate']),
57
- 'subscribeAuthentication': !exists(json, 'subscribeAuthentication') ? undefined : WebSocketCommandAuthenticateFromJSON(json['subscribeAuthentication']),
58
- 'subscribeMarketstates': !exists(json, 'subscribeMarketstates') ? undefined : WebSocketCommandSubscribeMarketstatesFromJSON(json['subscribeMarketstates']),
59
- 'subscribeMarketdepth': !exists(json, 'subscribeMarketdepth') ? undefined : WebSocketCommandSubscribeMarketdepthFromJSON(json['subscribeMarketdepth']),
60
- 'listPerformance': !exists(json, 'listPerformance') ? undefined : WebSocketCommandListPerformanceFromJSON(json['listPerformance']),
61
- 'listBidAskHistory': !exists(json, 'listBidAskHistory') ? undefined : WebSocketCommandListBidAskHistoryFromJSON(json['listBidAskHistory']),
62
- 'listInstrumentListings': !exists(json, 'listInstrumentListings') ? undefined : WebSocketCommandListInstrumentListingsFromJSON(json['listInstrumentListings']),
63
- 'listTimeseries': !exists(json, 'listTimeseries') ? undefined : WebSocketCommandListTimeseriesFromJSON(json['listTimeseries']),
64
- 'listTickHistory': !exists(json, 'listTickHistory') ? undefined : WebSocketCommandListTickHistoryFromJSON(json['listTickHistory']),
65
- 'listMarketstates': !exists(json, 'listMarketstates') ? undefined : WebSocketCommandListMarketstatesFromJSON(json['listMarketstates']),
66
- 'subscribeTimeseries': !exists(json, 'subscribeTimeseries') ? undefined : WebSocketCommandSubscribeTimeseriesFromJSON(json['subscribeTimeseries']),
67
- 'getInstrumentMasterdata': !exists(json, 'getInstrumentMasterdata') ? undefined : WebSocketCommandGetInstrumentMasterdataFromJSON(json['getInstrumentMasterdata']),
68
- 'getAfuCompanyProfile': !exists(json, 'getAfuCompanyProfile') ? undefined : WebSocketCommandGetAfuCompanyProfileFromJSON(json['getAfuCompanyProfile']),
69
- 'getFwwFundsProfile': !exists(json, 'getFwwFundsProfile') ? undefined : WebSocketCommandGetFwwFundsProfileFromJSON(json['getFwwFundsProfile']),
70
- 'getReference': !exists(json, 'getReference') ? undefined : WebSocketCommandGetReferenceFromJSON(json['getReference']),
71
- 'getSource': !exists(json, 'getSource') ? undefined : WebSocketCommandGetSourceFromJSON(json['getSource']),
72
- 'getTradingtime': !exists(json, 'getTradingtime') ? undefined : WebSocketCommandGetTradingtimeFromJSON(json['getTradingtime']),
73
- 'getTradingtimeAnalysis': !exists(json, 'getTradingtimeAnalysis') ? undefined : WebSocketCommandGetTradingtimeAnalysisFromJSON(json['getTradingtimeAnalysis']),
74
- 'subscribeSourceTradeticker': !exists(json, 'subscribeSourceTradeticker') ? undefined : WebSocketCommandSubscribeSourceTradetickerFromJSON(json['subscribeSourceTradeticker']),
75
- 'subscribeListTopflop': !exists(json, 'subscribeListTopflop') ? undefined : WebSocketCommandSubscribeListTopflopFromJSON(json['subscribeListTopflop']),
76
- 'rateLimitStatistics': !exists(json, 'rateLimitStatistics') ? undefined : json['rateLimitStatistics'],
77
- };
78
- }
79
- export function WebSocketRequestToJSON(value) {
80
- if (value === undefined) {
81
- return undefined;
82
- }
83
- if (value === null) {
84
- return null;
85
- }
86
- return {
87
- 'requestId': value.requestId,
88
- 'cancel': WebSocketCommandCancelToJSON(value.cancel),
89
- 'priority': WebSocketCommandPriorityToJSON(value.priority),
90
- 'heartbeat': WebSocketCommandHeartbeatToJSON(value.heartbeat),
91
- 'authenticate': WebSocketCommandAuthenticateToJSON(value.authenticate),
92
- 'subscribeAuthentication': WebSocketCommandAuthenticateToJSON(value.subscribeAuthentication),
93
- 'subscribeMarketstates': WebSocketCommandSubscribeMarketstatesToJSON(value.subscribeMarketstates),
94
- 'subscribeMarketdepth': WebSocketCommandSubscribeMarketdepthToJSON(value.subscribeMarketdepth),
95
- 'listPerformance': WebSocketCommandListPerformanceToJSON(value.listPerformance),
96
- 'listBidAskHistory': WebSocketCommandListBidAskHistoryToJSON(value.listBidAskHistory),
97
- 'listInstrumentListings': WebSocketCommandListInstrumentListingsToJSON(value.listInstrumentListings),
98
- 'listTimeseries': WebSocketCommandListTimeseriesToJSON(value.listTimeseries),
99
- 'listTickHistory': WebSocketCommandListTickHistoryToJSON(value.listTickHistory),
100
- 'listMarketstates': WebSocketCommandListMarketstatesToJSON(value.listMarketstates),
101
- 'subscribeTimeseries': WebSocketCommandSubscribeTimeseriesToJSON(value.subscribeTimeseries),
102
- 'getInstrumentMasterdata': WebSocketCommandGetInstrumentMasterdataToJSON(value.getInstrumentMasterdata),
103
- 'getAfuCompanyProfile': WebSocketCommandGetAfuCompanyProfileToJSON(value.getAfuCompanyProfile),
104
- 'getFwwFundsProfile': WebSocketCommandGetFwwFundsProfileToJSON(value.getFwwFundsProfile),
105
- 'getReference': WebSocketCommandGetReferenceToJSON(value.getReference),
106
- 'getSource': WebSocketCommandGetSourceToJSON(value.getSource),
107
- 'getTradingtime': WebSocketCommandGetTradingtimeToJSON(value.getTradingtime),
108
- 'getTradingtimeAnalysis': WebSocketCommandGetTradingtimeAnalysisToJSON(value.getTradingtimeAnalysis),
109
- 'subscribeSourceTradeticker': WebSocketCommandSubscribeSourceTradetickerToJSON(value.subscribeSourceTradeticker),
110
- 'subscribeListTopflop': WebSocketCommandSubscribeListTopflopToJSON(value.subscribeListTopflop),
111
- 'rateLimitStatistics': value.rateLimitStatistics,
112
- };
113
- }
14
+ export {};
@@ -47,6 +47,8 @@ export * from './BidAskHistoryData';
47
47
  export * from './BidAskTimeseries';
48
48
  export * from './BidAskTimeseriesAllOf';
49
49
  export * from './BidAskTimeseriesItem';
50
+ export * from './ChartData';
51
+ export * from './ChartDataAllOf';
50
52
  export * from './ContinuationToken';
51
53
  export * from './DayMarkData';
52
54
  export * from './DayMarkDataEod';
@@ -158,6 +160,7 @@ export * from './WebSocketCommandGetTradingtime';
158
160
  export * from './WebSocketCommandGetTradingtimeAnalysis';
159
161
  export * from './WebSocketCommandHeartbeat';
160
162
  export * from './WebSocketCommandListBidAskHistory';
163
+ export * from './WebSocketCommandListCharts';
161
164
  export * from './WebSocketCommandListInstrumentListings';
162
165
  export * from './WebSocketCommandListMarketstates';
163
166
  export * from './WebSocketCommandListPerformance';
@@ -109,7 +109,7 @@ export declare class MdsConnection {
109
109
  /**
110
110
  * Returns the tick history for the specified Instrument on the Source.
111
111
  */
112
- tickHistory(marketstateId: string, start?: Date | string, end?: Date | string, hasVolume?: boolean, quality?: Quality, offset?: number, limit?: number): Observable<TickHistoryData>;
112
+ tickHistory(marketstateId: string, start?: Date | string, end?: Date | string, filterByVolume?: boolean, quality?: Quality, offset?: number, limit?: number): Observable<TickHistoryData>;
113
113
  private updateExistingMarketstateWithDeltaUpdate;
114
114
  private sendAsSoonAsAuthenticationPermits;
115
115
  private stayAuthenticated;
@@ -1 +1 @@
1
- {"version":3,"file":"MdsConnection.d.ts","sourceRoot":"","sources":["../../../src/api/MdsConnection.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"MdsConnection.d.ts","sourceRoot":"","sources":["../../../src/api/MdsConnection.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,85 @@
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 { DayMarkData } from './DayMarkData';
13
+ import type { Resolution } from './Resolution';
14
+ import type { TimeseriesData } from './TimeseriesData';
15
+ import type { Tradingtime } from './Tradingtime';
16
+ /**
17
+ * Represents chart-specific data for an instrument.
18
+ * @export
19
+ * @interface ChartData
20
+ */
21
+ export interface ChartData {
22
+ /**
23
+ * 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>
24
+ * <p> Any MarketstateId is also a valid MarketstateQuery.</bold></p>
25
+ * @type {string}
26
+ * @memberof ChartData
27
+ */
28
+ marketstateId?: string;
29
+ /**
30
+ * 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>
31
+ * @type {string}
32
+ * @memberof ChartData
33
+ */
34
+ instrumentId?: string;
35
+ /**
36
+ * Source
37
+ * @type {string}
38
+ * @memberof ChartData
39
+ */
40
+ sourceId?: string;
41
+ /**
42
+ * if an instrument is listed eg. in multiple currencies on one exchange then the information in this field is used to discriminate between them.
43
+ * @type {string}
44
+ * @memberof ChartData
45
+ */
46
+ currency?: string;
47
+ /**
48
+ * if an instrument is listed eg. in multiple currencies on one exchange then the information in this field is used to discriminate between them.
49
+ * @type {string}
50
+ * @memberof ChartData
51
+ */
52
+ listingVariant?: string;
53
+ /**
54
+ *
55
+ * @type {Resolution}
56
+ * @memberof ChartData
57
+ */
58
+ resolution?: Resolution;
59
+ /**
60
+ *
61
+ * @type {DayMarkData}
62
+ * @memberof ChartData
63
+ */
64
+ close?: DayMarkData;
65
+ /**
66
+ *
67
+ * @type {Tradingtime}
68
+ * @memberof ChartData
69
+ */
70
+ tradingTimes?: Tradingtime;
71
+ /**
72
+ *
73
+ * @type {Array<TimeseriesData>}
74
+ * @memberof ChartData
75
+ */
76
+ items?: Array<TimeseriesData>;
77
+ }
78
+ /**
79
+ * Check if a given object implements the ChartData interface.
80
+ */
81
+ export declare function instanceOfChartData(value: object): boolean;
82
+ export declare function ChartDataFromJSON(json: any): ChartData;
83
+ export declare function ChartDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChartData;
84
+ export declare function ChartDataToJSON(value?: ChartData | null): any;
85
+ //# sourceMappingURL=ChartData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChartData.d.ts","sourceRoot":"","sources":["../../../src/models/ChartData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAMjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAM/C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAMvD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAOjD;;;;GAIG;AACH,MAAM,WAAW,SAAS;IACtB;;;;;OAKG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB;;;;OAIG;IACH,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB;;;;OAIG;IACH,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B;;;;OAIG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;CACjC;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAI1D;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,GAAG,SAAS,CAEtD;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,SAAS,CAgBzF;AAED,wBAAgB,eAAe,CAAC,KAAK,CAAC,EAAE,SAAS,GAAG,IAAI,GAAG,GAAG,CAmB7D"}
@@ -0,0 +1,54 @@
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 { DayMarkData } from './DayMarkData';
13
+ import type { Resolution } from './Resolution';
14
+ import type { TimeseriesData } from './TimeseriesData';
15
+ import type { Tradingtime } from './Tradingtime';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface ChartDataAllOf
20
+ */
21
+ export interface ChartDataAllOf {
22
+ /**
23
+ *
24
+ * @type {Resolution}
25
+ * @memberof ChartDataAllOf
26
+ */
27
+ resolution?: Resolution;
28
+ /**
29
+ *
30
+ * @type {DayMarkData}
31
+ * @memberof ChartDataAllOf
32
+ */
33
+ close?: DayMarkData;
34
+ /**
35
+ *
36
+ * @type {Tradingtime}
37
+ * @memberof ChartDataAllOf
38
+ */
39
+ tradingTimes?: Tradingtime;
40
+ /**
41
+ *
42
+ * @type {Array<TimeseriesData>}
43
+ * @memberof ChartDataAllOf
44
+ */
45
+ items?: Array<TimeseriesData>;
46
+ }
47
+ /**
48
+ * Check if a given object implements the ChartDataAllOf interface.
49
+ */
50
+ export declare function instanceOfChartDataAllOf(value: object): boolean;
51
+ export declare function ChartDataAllOfFromJSON(json: any): ChartDataAllOf;
52
+ export declare function ChartDataAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChartDataAllOf;
53
+ export declare function ChartDataAllOfToJSON(value?: ChartDataAllOf | null): any;
54
+ //# sourceMappingURL=ChartDataAllOf.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChartDataAllOf.d.ts","sourceRoot":"","sources":["../../../src/models/ChartDataAllOf.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAMjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAM/C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAMvD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAOjD;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B;;;;OAIG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB;;;;OAIG;IACH,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB;;;;OAIG;IACH,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B;;;;OAIG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;CACjC;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,CAWnG;AAED,wBAAgB,oBAAoB,CAAC,KAAK,CAAC,EAAE,cAAc,GAAG,IAAI,GAAG,GAAG,CAcvE"}
@@ -67,6 +67,12 @@ export interface OfficialSymbols {
67
67
  * @memberof OfficialSymbols
68
68
  */
69
69
  dji?: string;
70
+ /**
71
+ * BAADER symbol for an instrument
72
+ * @type {string}
73
+ * @memberof OfficialSymbols
74
+ */
75
+ baader?: string;
70
76
  /**
71
77
  * Identifier of a commodity
72
78
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"OfficialSymbols.d.ts","sourceRoot":"","sources":["../../../src/models/OfficialSymbols.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAMrE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAMzE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAM/E,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAO/E;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;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,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,uBAAuB,CAAC;IACnC;;;;OAIG;IACH,MAAM,CAAC,EAAE,qBAAqB,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,0BAA0B,CAAC;IACzC;;;;OAIG;IACH,WAAW,CAAC,EAAE,0BAA0B,CAAC;CAC5C;AAED;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAIhE;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAElE;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,eAAe,CAuBrG;AAED,wBAAgB,qBAAqB,CAAC,KAAK,CAAC,EAAE,eAAe,GAAG,IAAI,GAAG,GAAG,CA0BzE"}
1
+ {"version":3,"file":"OfficialSymbols.d.ts","sourceRoot":"","sources":["../../../src/models/OfficialSymbols.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAMrE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAMzE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAM/E,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAO/E;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;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,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,uBAAuB,CAAC;IACnC;;;;OAIG;IACH,MAAM,CAAC,EAAE,qBAAqB,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,0BAA0B,CAAC;IACzC;;;;OAIG;IACH,WAAW,CAAC,EAAE,0BAA0B,CAAC;CAC5C;AAED;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAIhE;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAElE;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,eAAe,CAwBrG;AAED,wBAAgB,qBAAqB,CAAC,KAAK,CAAC,EAAE,eAAe,GAAG,IAAI,GAAG,GAAG,CA2BzE"}
@@ -16,7 +16,9 @@
16
16
  export declare const Resolution: {
17
17
  readonly _1M: "1M";
18
18
  readonly _5M: "5M";
19
+ readonly _10M: "10M";
19
20
  readonly _15M: "15M";
21
+ readonly _60M: "60M";
20
22
  readonly _1H: "1H";
21
23
  readonly _1D: "1D";
22
24
  readonly _1W: "1W";
@@ -1 +1 @@
1
- {"version":3,"file":"Resolution.d.ts","sourceRoot":"","sources":["../../../src/models/Resolution.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;CAUb,CAAC;AACX,MAAM,MAAM,UAAU,GAAG,OAAO,UAAU,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC;AAGpE,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,GAAG,UAAU,CAExD;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,UAAU,CAE3F;AAED,wBAAgB,gBAAgB,CAAC,KAAK,CAAC,EAAE,UAAU,GAAG,IAAI,GAAG,GAAG,CAE/D"}
1
+ {"version":3,"file":"Resolution.d.ts","sourceRoot":"","sources":["../../../src/models/Resolution.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;;;CAYb,CAAC;AACX,MAAM,MAAM,UAAU,GAAG,OAAO,UAAU,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC;AAGpE,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,GAAG,UAAU,CAExD;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,UAAU,CAE3F;AAED,wBAAgB,gBAAgB,CAAC,KAAK,CAAC,EAAE,UAAU,GAAG,IAAI,GAAG,GAAG,CAE/D"}