Table of Contents

Class FieldMappingValue

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

Mapping value.

public class FieldMappingValue : IPersistable
Inheritance
FieldMappingValue
Implements
IPersistable
Inherited Members
Extension Methods

Constructors

FieldMappingValue()

public FieldMappingValue()

Properties

ValueFile

File value.

public string ValueFile { get; set; }

Property Value

string

ValueStockSharp

S# value.

public object ValueStockSharp { get; set; }

Property Value

object