Skip to content

Commit

Permalink
fix: comments for onDemand role
Browse files Browse the repository at this point in the history
  • Loading branch information
kosyloa committed Apr 29, 2024
1 parent e8b13ed commit f4ee544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DXFeedFramework/Api/DXEndpoint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public class DXEndpoint {
case feed = 0
/// ``onDemandFeed`` endpoint is similar to ``feed``, but it is designed to be used with
/// OnDemandService for historical data replay only.
/// It is configured with default properties, but is not connected automatically to the data provider until ``OnDemandService/replay(date:speed:)``or ``OnDemandService/replay(date:)`` method is invoked.
case onDemandFeed
/// ``streamFeed`` endpoint is similar to ``feed``
/// and also connects to the remote data feed provider, is designed for bulk parsing of data from files.
Expand Down

0 comments on commit f4ee544

Please sign in to comment.