Click or drag to resize

DbFileSpec.Orders Property

X#
The 1-D array of OrderSpec objects that are associated with this DBFileSpec object.

Namespace:  VO
Assembly:  VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Orders AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
The 1-D array of OrderSpec objects that are associated with this DBFileSpec object.
Remarks
Tip Tip
It is not required to assign this array when using OrderSpec:OrderCreate() and OrderSpec:OrderAdd() methods.
See Also