# 24. 申請複式選擇權部位單一拆解OptionDisGroup ( ) ## 函式 ``` OptionDisGroup ( string qMarket, string qIbNo, string qAccount, string qPassword, string qSymbol, string qBs, int qQty, string clientNo, string qB2BstrSign = null, string qB2BCA = null, string qB2BID = null, string qB2BcheckCode = null, string qB2BtotalAccount = null) ``` ## 輸入 qMarket:市場別<font color="#FF5353">(2-國內)</font> qIbNo:分公司代碼 qAccount:帳號 qPassword:交易密碼 qSymbol:商品 qBs:買賣別<font color="#FF5353">(1-買、2-賣)</font> qQty:申請組合數量 clientNo:自訂序號<font color="#FF5353">(預設為空值)</font> qB2BstrSign:簽章內容<font color="#FF5353">(B2B使用者需自行填入,一般使用者無須理會,預設為空值)</font> qB2BCA:憑證值<font color="#FF5353">(B2B使用者需自行填入,一般使用者無須理會,預設為空值)</font> qB2BID:客戶之ID <font color="#FF5353">(B2B使用者需自行填入,一般使用者無須理會,預設為空值)</font> qB2BcheckCode:驗證碼<font color="#FF5353">(B2B使用者需自行填入由web登入所取得的值,一般使用者無須理會,預設為空值)</font> qB2BtotalAccount:驗證帳號<font color="#FF5353">(B2B使用者需自行填入由web登入所取得的值,一般使用者無須理會,預設為空值)</font> ## 回傳 1. 透過OptionDisGroupEvent事件通知 2. 若查詢失敗透過Error事件送出錯誤內容 ## 說明 執行複式選擇權未平倉部位單一拆解申請 --- ###### tags: `下單API技術文件`