OrderSpec.Add Property | |
A logical value specifying whether open orders should remain open while the new order is being created.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Add AS USUAL GET SET
public virtual Usual Add { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA logical value specifying whether open orders should remain open while the new order is being created.
Remarks
A logical value specifying whether open orders should remain open while the new order is being created. TRUE specifies that they should remain open. FALSE specifies that all open orders should be closed. The default is FALSE.
See Also