
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
Everything has already been thought of, but I'm sorry, it's not unpleasant.
Dima, I know, of course, I also have everything invented and done, both locally and remotely in different guises.
But I just want to discuss this rather hackneyed topic, which, in my opinion, has not been raised here at all in this context.
If you have something to say on the subject, then speak up.
The client copies its parameters and creates an order with a magik equal to the original ticket. in this way we bypass the double setting.
After that the client should check the state of the order and report the execution (if there is something to execute), or its vivacity if the request is a control.
In the beginning, it all comes down to the mailing system itself. One server, many clients. If the system works, you can load the rest on this skeleton.
When the client connects, he sends a connection request, the server returns a signature in a special message, by which he will control the responses. Signature is not valid until client does not return it with special message. When everything is in order it is possible to start communicating.
So it has signatures of each client issued by the server (thus unrepeated). Server sends out messages with counter numbers (also should store message log at some depth in case some of the clients needs to repeat it), clients receive numbered message and send signed copy to server. This way server knows which client lost the message and can resend it. After x repetition the server stops sending this message, closes the session with this client, and starts waiting for the client to request a new session.
The client copies its parameters and creates an order with a magik equal to the original ticket. in this way we bypass the double setting.
ok. classic scheme.
After that the client should check the state of the order and report its fulfillment (if there is something to fulfill), or its vivacity if the request is a control.
Why such complications, the variable key can be put in the message itself.
In the beginning, it all comes down to the mailing system itself.
This is where encryption is essential; when the client connects, it sends a connection request
I think it's a bit difficult to use signatures. It is enough to have a client's login/password, issued once and checked during requests.
OK. Classic scheme.
Why do this? The server can't affect the client anyway.Please tell me which technology is used for sending and receiving the data and where the server stores it.
I don't think it's easy with signatures. It is enough to have just a login/password
where is the guarantee that the message will be received?