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
stringFull path to the file.
Returns
- IDictionary<string, UdpFeedGroup>
UDP settings.