Table of Contents

Interface IUdpSettingsParser

Namespace
StockSharp.Fix.Dialects
Assembly
StockSharp.Udp.Core.dll

The interface for parsing UDP settings.

public interface IUdpSettingsParser
Extension Methods

Methods

Parse(string)

To parse the settings from the specified file.

IDictionary<string, UdpFeedGroup> Parse(string fileName)

Parameters

fileName string

Full path to the file.

Returns

IDictionary<string, UdpFeedGroup>

UDP settings.