Click or drag to resize

ExternalConnectionBaseGetSnapQuote Method

Gets snap quote

Namespace:  SharpCharts.Base.Connection
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public virtual Task<StaticQuote> GetSnapQuote(
	Instrument instrument
)

Parameters

instrument
Type: SharpCharts.Base.DataInstrument
Instrument

Return Value

Type: TaskStaticQuote
See Also