Skip to content

Commit f607e5c

Browse files
Release 1.262.0 (packages/sources/dxfeed)
1 parent d8bc39f commit f607e5c

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

packages/sources/dxfeed/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @chainlink/dxfeed-adapter
22

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- [#4483](https://github.com/smartcontractkit/external-adapters-js/pull/4483) [`9243587`](https://github.com/smartcontractkit/external-adapters-js/commit/92435879a3e2cf69bf047af9b60983028a014c35) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Throw error when bid/ask volume is invalid
8+
39
## 2.3.2
410

511
### Patch Changes

packages/sources/dxfeed/README.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DXFEED
22

3-
![2.3.2](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/dxfeed/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
3+
![2.4.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/dxfeed/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
44

55
This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info.
66

@@ -60,22 +60,14 @@ Request:
6060

6161
### Input Params
6262

63-
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
64-
| :-------: | :--: | :---------------------------------------------------: | :-------------------------------------------------------------------------------------------: | :----: | :-----: | :-----: | :--------: | :------------: |
65-
|| base | `asset`, `coin`, `from`, `market`, `symbol`, `ticker` | The symbol of the stock to query, append `:USLF24` to the end for after hours on ws endpoints | string | | | | |
63+
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
64+
| :-------: | :-----------: | :---------------------------------------------------: | :-------------------------------------------------------------------------------------------: | :-----: | :-----: | :-----: | :--------: | :------------: |
65+
|| base | `asset`, `coin`, `from`, `market`, `symbol`, `ticker` | The symbol of the stock to query, append `:USLF24` to the end for after hours on ws endpoints | string | | | | |
66+
| | requireVolume | | If true, throw error if bid/ask volume is invalid | boolean | | | | |
6667

6768
### Example
6869

69-
Request:
70-
71-
```json
72-
{
73-
"data": {
74-
"endpoint": "stock_quotes",
75-
"base": "TSLA"
76-
}
77-
}
78-
```
70+
There are no examples for this endpoint.
7971

8072
---
8173

packages/sources/dxfeed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/dxfeed-adapter",
3-
"version": "2.3.2",
3+
"version": "2.4.0",
44
"description": "Chainlink dxfeed adapter.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)