Table of Contents

Interface ISecurityRemoteExtendedStorage

Namespace
StockSharp.Algo.Storages.Remote
Assembly
StockSharp.Algo.dll

Remote security extended info storage.

public interface ISecurityRemoteExtendedStorage
Extension Methods

Properties

SecurityId

Security identifier.

SecurityId SecurityId { get; }

Property Value

SecurityId

Methods

AddSecurityExtendedInfo(object[])

Add extended info.

void AddSecurityExtendedInfo(object[] fieldValues)

Parameters

fieldValues object[]

Extended information.

DeleteSecurityExtendedInfo()

Delete extended info.

void DeleteSecurityExtendedInfo()