FieldMapping
StockSharp.Algo.Import
Importing field description.
Erbt von: NotifiableObject
Implementiert: IPersistable, ICloneable
Konstruktoren
Eigenschaften
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 .
Methoden
GetOrClone() : FieldMapping
Get FieldMapping instance or clone dependent on IsMultiple.
Rückgabe: Field.
Reset()
Reset state.
Felder
GetDescription : Func<string>
Description.
GetDisplayName : Func<string>
Display name.