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

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

Параметры

listener
Тип: OTC.ClientAPI.DataFeedISubscriptionListenerGenericTradeContract
Подписчик
ticker (Optional)
Тип: SystemString
Тикер подписки
filter (Optional)
Тип: OTC.ClientAPI.Documents.GenericTradesFilterParameters
Фильтр подписки

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

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