OrderSpec.KeyInfo Property (Typed) | |
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
public virtual Array KeyInfo { get; set; }
Request Example
View SourceProperty Value
Type:
ArrayThe 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:
Constant | Description |
---|
ORD_KEYTYPE | Data type of index key. |
ORD_KEYCOUNT | Number of keys included in this order. |
ORD_KEYSIZE | Length of this order key. |
ORD_KEYDEC | Number of decimals in this order |
See Also