SecurityIdMapping
StockSharp.Messages
Security identifier mapping.
Implements: IPersistable
Properties
AdapterId
public SecurityId AdapterId { get; set; }
value = securityIdMapping.AdapterId
securityIdMapping.AdapterId = value
Adapter format.
StockSharpId
public SecurityId StockSharpId { get; set; }
value = securityIdMapping.StockSharpId
securityIdMapping.StockSharpId = value
StockSharp format.
Methods
Load
public void Load(SettingsStorage storage)
securityIdMapping.Load(storage)
Load settings.
- storage
- Settings storage.
op_Explicit(SecurityId, SecurityId})
Cast object from SecurityIdMapping to KeyValuePair.
- mapping
- SecurityIdMapping value.
Returns: KeyValuePair value.
op_Implicit(SecurityIdMapping) : SecurityIdMapping
Cast KeyValuePair object to the type SecurityIdMapping.
- pair
- KeyValuePair value.
Returns: SecurityIdMapping value.
Save
public void Save(SettingsStorage storage)
securityIdMapping.Save(storage)
Save settings.
- storage
- Settings storage.
ToString
public override string ToString()
result = securityIdMapping.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.