Click or drag to resize

SimulatorGetStrikeAsync Method


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

Parameters

callback  ActionDouble
 
underlying  Instrument
 
expiryDate  DateTime
 
instrumentDefinition  InstrumentDefinition
 

Return Value

Task

Implements

IAdapterGetStrikeAsync(ActionDouble, Instrument, DateTime, InstrumentDefinition)
See Also