Click or drag to resize

SimulatorOrderEngineEvaluateTrades Method


Namespace: ArthaChitra.Model.Order
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public void EvaluateTrades(
	double bidPrice,
	int bidVolume,
	double askPrice,
	int askVolume
)

Parameters

bidPrice  Double
 
bidVolume  Int32
 
askPrice  Double
 
askVolume  Int32
 
See Also