Click or drag to resize

OrderSpec.KeyInfo Property (Typed)

X#
The 1-D, 4-element array containing the structure of the OrderSpec object.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY KeyInfo AS ARRAY GET SET 
Request Example View Source

Property Value

Type: Array
The 1-D, 4-element array containing the structure of the OrderSpec object.
Remarks
The 1-D, 4-element array containing the structure of the OrderSpec object. Each subarray is comprised of four elements, which contain the following order key information:
ConstantDescription
ORD_KEYTYPEData type of index key.
ORD_KEYCOUNTNumber of keys included in this order.
ORD_KEYSIZELength of this order key.
ORD_KEYDECNumber of decimals in this order
See Also