Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kosyloa committed Mar 15, 2024
1 parent ab86fd6 commit 95b3df3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions DXFeedFramework/Events/Market/Extra/OrderSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,10 @@ public class OrderSource: IndexedEventSource {
public static let memx = try? OrderSource("memx", pubOrder)

/// Blue Ocean Technologies Alternative Trading System.
/// ``Order`` events are publishable on this
/// source and the corresponding subscription can be observed via ``DXPublisher``.
public static let OCEA = try? OrderSource("OCEA", pubOrder)

/// Pink Sheets. Record for price level book.
/// Pink sheets are listings for stocks that trade over-the-counter (OTC).
/// ``Order`` and ``OtcMarketsOrder`` events are publishable on this
/// source and the corresponding subscription can be observed via ``DXPublisher``
public static let pink = try? OrderSource("pink", pubOrder | pubOtcMarketsOrder)

/// Don't use it. Just for initialization all static variable.
Expand Down

0 comments on commit 95b3df3

Please sign in to comment.