CWormsChangeOrderPlacerCheckCurrentMarket Property |
If true, Place will fail if there is no market data for the symbol. Default false.
Namespace: Woti.OrdersAssembly: Woti (in Woti.dll) Version: 13.4.258.0
Syntaxpublic virtual bool CheckCurrentMarket { get; set; }
Public Overridable Property CheckCurrentMarket As Boolean
Get
Set
public:
virtual property bool CheckCurrentMarket {
bool get ();
void set (bool value);
}
Property Value
BooleanImplements
IWormsChangeOrderPlacerCheckCurrentMarket
See Also