FieldMapping
StockSharp.Algo.Import
Importing field description.
Hereda de: NotifiableObject
Implementa: IPersistable, ICloneable
Constructores
Propiedades
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 .
Métodos
GetOrClone() : FieldMapping
Get FieldMapping instance or clone dependent on IsMultiple.
Devuelve: Field.
Reset()
Reset state.
Campos
GetDescription : Func<string>
Description.
GetDisplayName : Func<string>
Display name.