OrderSpec.Add Property (Typed) | |
A logical value specifying whether open orders should remain open while the new order is being created.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Add AS LOGIC GET SET
public virtual bool Add { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA 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