IAdapterGetStrikeAsync Method | 
Namespace: ArthaChitra.Model.ConnectionAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
SyntaxTask 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