CCZoo maintains a live table, as below, to indicate the correlations between business usages (rows) and security technologies (columns). Each hyperlink will direct you to the document section that explains the corresponding details and then guides you to the source codes. Enjoy!
rainx add codes for multi account support 1dabaf6· Dec 14, 2017 HistoryHistory Breadcrumbs TdxTradeServer / tts_setting.cppTop File metadata and controls Code Blame 112 lines (98 loc) · 3.9 KB Raw #include "tts_setting.h" #include <QSettings> #include <QDir> #include <QDebug> #de...
rainx add codes for multi account support 1dabaf6· Dec 14, 2017 HistoryHistory File metadata and controls Code Blame 42 lines (33 loc) · 1.26 KB Raw #ifndef TTS_SETTING_H #define TTS_SETTING_H #include <QObject> #include <QSettings> #define DEFAULT_TRADE_DLL_NAME "trade.dll" #...
df = ts.get_realtime_quotes(stock_codes) df_len = len(df) for stock_code in stock_codes: is_found = False for i in range(df_len): actual_code = df['code'][i] if stock_code == actual_code: code_name_price.append((actual_code, df['name'][i], df['price'][i...
我想可能是8080;它有A和H寄存器(https://en.wikipedia.org/wiki/Intel_8080),以及许多与其后代8086相似的指令助记符。 Re:hex常量,大概这个汇编器默认为数字文本的hex,load-immediate到扩展寄存器对(lxi)取一个16-bit立即数,所以他们用4个十六进制数字来写它。(那是0,不是O)。与mvi相同,mov-immediate到8位...
rainx add codes for multi account support 1dabaf6· Dec 14, 2017 HistoryHistory File metadata and controls Code Blame 39 lines (29 loc) · 823 Bytes Raw #ifndef TTS_SERVER_H #define TTS_SERVER_H #include "tts_setting.h" #include "tts_tradeapi.h" #include "tts_encrypt.h" #include...