FieldMapping
StockSharp.Algo.Import
Importing field description.
继承自: NotifiableObject
实现: IPersistable, ICloneable
构造函数
属性
AdapterType : Type
Adapter.
DefaultValue : string
Default value.
Description : string
Description.
DisplayName : string
Display name.
IsExtended : bool
Is field extended.
IsMultiple : bool
Multiple field's instancies allowed.
IsRequired : bool
Is field required.
Values : IEnumerable<FieldMappingValue>
Mapping values.
ZeroAsNull : bool
Zero as .
方法
Reset()
Reset state.
字段
GetDescription : Func<string>
Description.
GetDisplayName : Func<string>
Display name.