FieldMappingRegistry

StockSharp.Algo.Import

Importing fields registry.

Methods

CreateFields
public static IEnumerable<FieldMapping> CreateFields(DataType dataType)
result = FieldMappingRegistry.CreateFields(dataType)

Generate importing fields for the specified type.

dataType
Data type info.

Returns: Importing fields.