6 Star 9 Fork 4

依尚/CTP-Future

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
selfmarketdialog.h 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
MeGustas 提交于 2017-04-10 16:44 . 1、CTP登录
#ifndef SELFMARKETDIALOG_H
#define SELFMARKETDIALOG_H
#include <QDialog>
#include <QMap>
#include "mainwindow.h"
#include<QCompleter>
#include<QKeyEvent>
namespace Ui {
class SelfMarketDialog;
}
class SelfMarketDialog : public QDialog
{
Q_OBJECT
public:
explicit SelfMarketDialog(QWidget *parent = 0);
~SelfMarketDialog();
//添加获取到的合约信息
void AddContractsInfo(CThostFtdcInstrumentField *pInstrument);
void showEvent(QShowEvent *);
void keyPressEvent ( QKeyEvent * k );
void SubscribeContractsChoosed();
signals:
void destroyWin();
void SubscribeMarketData();
void SigSubscribeMarketDataFailure();
public slots:
void onContractChoosed(const QString& contract);
void onTextChanged(const QString& str);
void SlotSubscribeMarketDataFailure();
void UpdateExchange(const QString & text);
void OKButtonClicked();
//添加响应事件
void ButtonAddClicked(const QModelIndex &index);
//删除响应事件
void ButtonDelClicked(const QModelIndex &index);
//上移按钮响应事件
void ButtonUpClicked();
//下移按钮响应事件
void ButtonDownClicked();
private:
QMap<QString,QString> m_MapF1Contracts;
QMap<QString,QString> m_MapF2Contracts;
QMap<QString,QString> m_MapF3Contracts;
QMap<QString,QString> m_MapF4Contracts;
void* m_pMainwindow;
Ui::SelfMarketDialog *ui;
QCompleter* m_completer;
QStandardItemModel* m_model;
};
#endif // SELFMARKETDIALOG_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/soso58/CTP-Future.git
[email protected]:soso58/CTP-Future.git
soso58
CTP-Future
CTP-Future
master

搜索帮助