# 26. 查詢選擇權快速組合試算OptionAllGroupTrial ( ) ## 函式 ``` OptionAllGroupTrial ( string qMarket, string qIbNo, string qAccount, 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:帳號 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. 透過OptionDisAllGroupEvent事件通知 2. 若查詢失敗透過Error事件送出錯誤內容 ## 說明 執行複式選擇權未平倉部位全部拆解申請 --- ###### tags: `下單API技術文件`