Skip to main content

現冲券餘額查詢

short_daytrade_quota

輸入參數

參數類別說明
accountAccount帳號
stock_nostring股票代碼

ShortResource 欄位

Return type : Object

參數類別說明
quotaString現沖券剩餘張數
totalString現冲券原始額度
usedString現冲券使用額度

請求範例

sdk.stock.short_daytrade_quota(account, "2330")

回傳範例

ShortResource {
quota: "00000740", # 現沖券剩餘張數 (String)
total: "00000740", # 現冲券原始額度 (String)
used: "00000000", # 現冲券使用額度 (String)
}