The current restrictions on APIs by the exchanges, how much impact do they have on multi-threadedness?

Author: Shipwrecked 7, Created: 2015-11-27 10:56:39, Updated:

The exchange has a limit on the frequency of calls to the API, and this limit is changed at will by the transaction. If it is a single thread, I set SetLimit ((Millisecond) myself, but if I am multi-threaded, how much does the exchange's limit affect my program?


More

ZeroIn addition to the set limit, which has a lot of influence, it is recommended not to use it, or to change the frequency limit on the day of the exchange, which will not be published, or to control Sleep yourself.

Shipwrecked 7Thank you.