Skip to content

Commit 698b15e

Browse files
Release 1.305.0 (packages/sources/dxfeed)
1 parent 03fa35b commit 698b15e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.6.0
4+
5+
### Minor Changes
6+
7+
- [#4774](https://github.com/smartcontractkit/external-adapters-js/pull/4774) [`2fe9f0e`](https://github.com/smartcontractkit/external-adapters-js/commit/2fe9f0ea0ed35db1603a900f231a164e4d647ef6) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Only use O exchange for overnight
8+
39
## 2.5.0
410

511
### Minor Changes

packages/sources/dxfeed/README.md

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

3-
![2.5.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)
3+
![2.6.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

@@ -64,6 +64,7 @@ Request:
6464
| :-------: | :-----------: | :---------------------------------------------------: | :-------------------------------------------------------------------------------------------: | :-----: | :-----: | :-----: | :--------: | :------------: |
6565
|| 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 | | | | |
6666
| | requireVolume | | If true, throw error if bid/ask volume is invalid | boolean | | | | |
67+
| | isOvernight | | If true, only accept O exchange codes for bid and ask | boolean | | | | |
6768

6869
### Example
6970

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.5.0",
3+
"version": "2.6.0",
44
"description": "Chainlink dxfeed adapter.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)