Click or drag to resize

DbOrderCondInfo.EvalBlock Field

X#
A code block defining the expression to evaluate every StepSize rows during the creation of the order. The code block referenced should return a logical value: TRUE indicates that creation of the order should continue normally, and FALSE indicates that order creation should terminate.

Namespace:  XSharp.RDD.Support
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 EvalBlock AS ICodeblock
Request Example View Source

Field Value

Type: ICodeblock
See Also