Skip to content

Commit 17984ba

Browse files
authored
Rename OMM Item Stream to OMM Stream
1 parent 0de0b9b commit 17984ba

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.02-OMMItemStream-MarketByPrice.ipynb renamed to Tutorials/3.Delivery/3.1-Streaming/TUT_3.1.02-OMMStream-MarketByPrice.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 Library for Python\n",
8-
"## Delivery - OMMItemStream - Market By Price data via callback\n",
8+
"## Delivery - OMM Stream - Market By Price data via callback\n",
99
"\n",
10-
"This notebook demonstrates how to use the OMM Item Stream interface to request streaming Full Depth Orderbook data"
10+
"This notebook demonstrates how to use the OMM Stream interface to request streaming Full Depth Orderbook data"
1111
]
1212
},
1313
{
@@ -116,7 +116,7 @@
116116
"cell_type": "markdown",
117117
"metadata": {},
118118
"source": [
119-
"## Create an Item Stream and register the event callbacks"
119+
"## Create an OMM Stream and register the event callbacks"
120120
]
121121
},
122122
{
@@ -153,7 +153,7 @@
153153
"metadata": {},
154154
"source": [
155155
"## Open the Item Stream\n",
156-
"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",
156+
"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",
157157
"However, if we use the **open_async()** asynchronous method instead, the first event callback will be after open_async() returns."
158158
]
159159
},

0 commit comments

Comments
 (0)