What does the name of the parameter cmd, in the Mql4 OrderSend function, means?

 
I'm going to teach about the Mql4 OrderSend function and i would like to know what de name of the parameter cmd means. Can you help?
 
joelanio:

I'm asking about mql4 language. 

https://docs.mql4.com/trading/ordersend

OrderSend - Trade Functions - MQL4 Reference
OrderSend - Trade Functions - MQL4 Reference
  • docs.mql4.com
OrderSend - Trade Functions - MQL4 Reference
 
This does'nt unswer my question.
 
joelanio:
This does'nt unswer my question.

Yes, it does!

 
It certainly does.

cmd

[in]  Operation type. It can be any of the Trade operation enumeration.

Did you bother to click on the link and learn?

 
William Roeder:
It certainly does.

Did you bother to click on the link and learn?


You are not understanding my question. I want to know what te word "cmd" means.  

 
joelanio:
I'm going to teach about the Mql4 OrderSend function and i would like to know what de name of the parameter cmd means. Can you help?

You are going to "teach"?

Keith Watford:

Yes, it does!

See the above 😊

 
Keith Watford:

Yes, it does!

No, it doesn't. 
 
joelanio:
No, it doesn't. 

Dont make your problem ours, read the manuel

 
joelanio:

You are not understanding my question. I want to know what te word "cmd" means.  

cmd is command for trade operation OP_BUY or OP_SELL or others.

 
amando:

How we should know what your program looks like?

Look, my progam has nothing to do with it. It wasn't me who gave the names of the parameters of the OrderSend function. If it was me, i would give opt (what could means operation type), but they named it "cmd", and i just want to know what it means...
Reason: