Skip to content

Commit 0de0b9b

Browse files
authored
Rename OMM Item Stream to OMM Stream
1 parent 205add8 commit 0de0b9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Tutorials/3.Delivery/3.1-Streaming/TUT_3.1.01-OMMItemStream-MarketPrice.ipynb renamed to Tutorials/3.Delivery/3.1-Streaming/TUT_3.1.01-OMMStream-MarketPrice.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"metadata": {},
66
"source": [
77
"# Refinitiv Data Platform Library for Python\n",
8-
"## Delivery - OMMItemStream - Market Price data via callback\n",
8+
"## Delivery - OMMStream - Market Price data via callback\n",
99
"\n",
10-
"This notebook demonstrates how to use the OMM Item Stream interface to request streaming Quote and Trade data"
10+
"This notebook demonstrates how to use the OMM Stream interface to request streaming Quote and Trade data"
1111
]
1212
},
1313
{
@@ -147,8 +147,8 @@
147147
"cell_type": "markdown",
148148
"metadata": {},
149149
"source": [
150-
"## Open the ItemStream\n",
151-
"The **open()** call to open the Item Stream is a synchronous one. This means the first event (either via on_refresh(), on_status() or on_error()) can occur before the open() method returns. \n",
150+
"## Open the OMM Stream\n",
151+
"The **open()** call to open the OMM Stream is a synchronous one. This means the first event (either via on_refresh(), on_status() or on_error()) can occur before the open() method returns. \n",
152152
"However, if we use the **open_async()** asynchronous method instead, the first event callback will be after open_async() returns."
153153
]
154154
},

0 commit comments

Comments
 (0)