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
ValueStockSharp
S# value.
public object ValueStockSharp { get; set; }