Click or drag to resize

AdapterBaseTSubscribeLevel1Data Method

Subscribe Level-I data

Namespace: ArthaChitra.Model.Connection
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public abstract Task SubscribeLevel1Data(
	Instrument[] instruments
)

Parameters

instruments  Instrument
Array of Instrument

Return Value

Task

Implements

IAdapterSubscribeLevel1Data(Instrument)
See Also