代码拉取完成,页面将自动刷新
同步操作将从 依尚/CTPDirector 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SingleControlDlg</class>
<widget class="QDialog" name="SingleControlDlg">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>261</width>
<height>322</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>资金账号</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>订单类型</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>合约代码</string>
</property>
</widget>
<widget class="QComboBox" name="m_AccountCombox">
<property name="geometry">
<rect>
<x>80</x>
<y>10</y>
<width>101</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="m_OrderTypeCombox">
<property name="geometry">
<rect>
<x>80</x>
<y>40</y>
<width>101</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="m_ContractLineEdit">
<property name="geometry">
<rect>
<x>80</x>
<y>70</y>
<width>101</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QCheckBox" name="m_AccountCheckbox">
<property name="geometry">
<rect>
<x>190</x>
<y>10</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>显示下拉</string>
</property>
</widget>
<widget class="QCheckBox" name="m_OrderTypeCheckbox">
<property name="geometry">
<rect>
<x>190</x>
<y>40</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>快速下单</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>买卖</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>10</x>
<y>130</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>开平</string>
</property>
</widget>
<widget class="QRadioButton" name="m_BSRadioBuy">
<property name="geometry">
<rect>
<x>80</x>
<y>100</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>买入</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup</string>
</attribute>
</widget>
<widget class="QRadioButton" name="m_BSRadioSell">
<property name="geometry">
<rect>
<x>140</x>
<y>100</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>卖出</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup</string>
</attribute>
</widget>
<widget class="QRadioButton" name="m_OCRadioOpen">
<property name="geometry">
<rect>
<x>80</x>
<y>130</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>开仓</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_2</string>
</attribute>
</widget>
<widget class="QRadioButton" name="m_OCRadioClose">
<property name="geometry">
<rect>
<x>140</x>
<y>130</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>平仓</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_2</string>
</attribute>
</widget>
<widget class="QRadioButton" name="m_OCRadioCloseToday">
<property name="geometry">
<rect>
<x>200</x>
<y>130</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>平今仓</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_2</string>
</attribute>
</widget>
<widget class="QPushButton" name="m_SpecifiedPriceButton">
<property name="geometry">
<rect>
<x>10</x>
<y>160</y>
<width>61</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>指定价</string>
</property>
</widget>
<widget class="QDoubleSpinBox" name="m_SpecifiedPriceSpinBox">
<property name="geometry">
<rect>
<x>80</x>
<y>160</y>
<width>101</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>10</x>
<y>190</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>手数</string>
</property>
</widget>
<widget class="QSpinBox" name="m_HandsSpinBox">
<property name="geometry">
<rect>
<x>80</x>
<y>190</y>
<width>101</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="m_OrderButton">
<property name="geometry">
<rect>
<x>10</x>
<y>220</y>
<width>121</width>
<height>71</height>
</rect>
</property>
<property name="text">
<string>委托</string>
</property>
</widget>
<widget class="QPushButton" name="m_ConditionButton">
<property name="geometry">
<rect>
<x>140</x>
<y>220</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>条件</string>
</property>
</widget>
<widget class="QPushButton" name="m_PreentrustButton">
<property name="geometry">
<rect>
<x>140</x>
<y>260</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>预埋</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
<buttongroups>
<buttongroup name="buttonGroup_2"/>
<buttongroup name="buttonGroup"/>
</buttongroups>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。