Table of Contents

Class FieldMappingRegistry

Namespace
StockSharp.Algo.Import
Assembly
StockSharp.Algo.dll

Importing fields registry.

public static class FieldMappingRegistry
Inheritance
FieldMappingRegistry
Inherited Members

Methods

CreateFields(DataType)

Generate importing fields for the specified type.

public static IEnumerable<FieldMapping> CreateFields(DataType dataType)

Parameters

dataType DataType

Data type info.

Returns

IEnumerable<FieldMapping>

Importing fields.