Click or drag to resize

IAdapterGetStrikeAsync Method

Gets the strike prices of the underlying IInstrument

Namespace: ArthaChitra.Model.Connection
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
Task GetStrikeAsync(
	Action<double[]> callback,
	Instrument underlying,
	DateTime expiryDate,
	InstrumentDefinition instrumentDefinition
)

Parameters

callback  ActionDouble
Callback
underlying  Instrument
Underlying IInstrument
expiryDate  DateTime
Expiry date
instrumentDefinition  InstrumentDefinition
Instrument definition

Return Value

Task
See Also