14、執行查詢權益數 QueryEquity ( )
函式
QueryEquity ( 
    string qMarket
    string qIbno, 
    string qAccount, 
    string qSubAccount = null,
    string qClientNo = null,
    string strSign = null,
    string CA = null,
    string oB2BID= null,
    string oCheckCodeFromSSO = null,
    string oToTalAccount = null
)輸入
qMarket:市場別(2-國內、5-國外)
qIbno:分公司代碼
qAccount:帳號
qSubAccount:子帳(預設為空值)
qClientNo:序號(預設為空值)
strSign:簽章內容(B2B使用者需自行填入,一般使用者無須理會,預設為空值)
CA:憑證值(B2B使用者需自行填入,一般使用者無須理會,預設為空值)
oB2BID:客戶之ID (B2B使用者需自行填入,一般使用者無須理會,預設為空值)
oCheckCodeFromSSO:驗證碼(B2B使用者需自行填入由web登入所取得的值,一般使用者無須理會,預設為空值)
oToTalAccount:驗證帳號(B2B使用者需自行填入由web登入所取得的值,一般使用者無須理會,預設為空值)
回傳
- 透過EquityEvent事件通知結果 
- 若查詢失敗透過Error事件送出錯誤內容 
說明
執行查詢權益數
Last updated
Was this helpful?