Click or drag to resize

FillBaseTryFill Method


Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public virtual bool TryFill(
	IOrder order,
	IBar bar,
	out double fillPrice
)

Parameters

order  IOrder
 
bar  IBar
 
fillPrice  Double
 

Return Value

Boolean

Implements

IFillTryFill(IOrder, IBar, Double)
See Also