Click or drag to resize

AdapterBaseTGetSnapQuotes Method

Get snap quotes (static quotes)

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

Parameters

instruments  Instrument
Array of Instrument

Return Value

Task

Implements

IAdapterGetSnapQuotes(Instrument)
Exceptions
ExceptionCondition
NotImplementedException
See Also