defmodule BarrelEx.Stream do @moduledoc """ Stream API that allows to receive data feed info in real time. """ end