OrderClientSafe Constructor
|
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntaxpublic OrderClientSafe(
OrderClient oc
)
Public Sub New (
oc As OrderClient
)
public:
OrderClientSafe(
OrderClient^ oc
)
new :
oc : OrderClient -> OrderClientSafe
Parameters
- oc
- Type: TradingAPI.MT4ServerOrderClient
See Also