09、國外委託刪單 SeaCancelOrder ( )

函式

SeaCancelOrder ( 
    string oIbno,
    string oAccount, 
    string oClientOrdNo, 
    string oOrderIP, 
    string oOrderNo, 
    string oSub_Account = null, 
    string strSign = null,
    string CA = null,
    string b2bID = null,
    string check_code = null,
    string total_account = null,
    string order_source = "0"
)

輸入

oIbno:分公司代碼

oAccount:帳戶

oClientOrdNo:自訂序號(預設為空值)

oOrderIP:委託IP位置

oOrderNo:委託單號

oSubAccount:子帳號(預設為空值)

strSign:簽章內容(B2B使用者需自行填入,一般使用者無須理會,預設為空值)

CA:憑證值(B2B使用者需自行填入,一般使用者無須理會,預設為空值)

b2bID:客戶之ID(B2B使用者需自行填入,一般使用者無須理會,預設為空值)

check_code:驗證碼(B2B使用者需自行填入由web登入所取得的值,一般使用者無須理會,預設為空值)

total_account:驗證帳號(B2B使用者需自行填入由web登入所取得的值,一般使用者無須理會,預設為空值)

order_source:下單來源別(0-同登入來源別、1-MultiCharts)

回傳

  1. 透過SeaReportEvent事件通知結果

  2. 若送單失敗透過Error事件送出錯誤內容

說明

國外委託單號刪單

Last updated