Click or drag to resize
LastInstrumentPricesApiSubscribeAsync - метод
Подписаться на таблицу последних цен

Пространство имён: OTC.ClientAPI.LastInstrumentPrices
Сборка: OTC.ClientAPI (в OTC.ClientAPI.dll) Версия: 1209540
Синтаксис
C#
public Task<ISubscription<LastInstrumentPriceContract>> SubscribeAsync(
	ISubscriptionListener<LastInstrumentPriceContract> listener,
	string ticker = null
)

Параметры

listener
Тип: OTC.ClientAPI.DataFeedISubscriptionListenerLastInstrumentPriceContract
Подписчик
ticker (Optional)
Тип: SystemString
Тикер подписки

Возвращаемое значение

Тип: TaskISubscriptionLastInstrumentPriceContract
Подписка
См. также