
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
The article says that the initial check is performed in the terminal. OrderCheck() also works in the terminal, nothing is sent to the server.
The article says: "once the request is sent, it arrives at the server and undergoes initial validation".
It literally says the following:
After sending a request, it arrives at the trade server and passes the initial check:
You confused me, too. Removed the reference from the "initial check" combination.
So you are saying that the OrderSend() function returns true only after the server accepts (places) the order?
It says literally the following:
After sending a request, it arrives at the trade server and passes the initial check:
Then it is necessary to divide it into three checks:
1) rough check by the terminal;
2) check on the terminal side using the OrderCheck()$ function
3) server-side check.
It is still unclear what the concept of "primary check" refers to.
Rosh:
Это означает, что запрос принят. Дальше он может быть отвергнут дилером, торговой площадкой и так далее.
OK. I don't care about the further fate of the order. From your words I conclude (question 2) that the OrderSend() function cannot return true immediately after checking the request for correctness. true is returned only after the server accepts the order. Is this correct? Then it turns out that the information that "in case of a successful basic check of structures, true is returned" is not quite correct in the reference book.
Basic check ≡ Primary server-side check
I have already written above when formulating question 2 that "there may be situations when a request has already been checked for correctness but has not yet been accepted by the broker". Nobody seems to argue with this statement. That's why I'll rephrase question 2 a bit taking into account your definitions:
In fact, I am interested in the following question: what exactly stage (from the terminal to the server) does the OrderSend() function signal true when the order has passed through? "Basic check" or "Basic check + acceptance (placement) of the order"? Or is it impossible to make the necessary conclusion solely on receipt of true ?
I have already written above when formulating question 2 that "there may be situations when a request has already been checked for correctness but has not yet been accepted by the broker". Nobody seems to argue with this statement. Therefore, I will rephrase question 2 a bit taking into account your definitions:
In fact, I'm interested in the following question: which stage (from the terminal to the server) of the OrderSend() function is signalled by true ? "Basic check" or "Basic check + acceptance (placement) of the order"? Or is it impossible to draw the necessary conclusion solely on the receipt of true ?