歷史條件單查詢
getConditionHistory
輸入參數
參數 | 類別 | 說明 |
---|---|---|
account | Account | 帳號 |
start_date | string | 查詢開始日 |
end_date | string | 查詢截止日 |
condition_history_status | History Status (Optional) | 歷史條件單狀態 |
info
歷史資料日期以條件單創建日期為準
Result 回傳
參數 | 類別 | 說明 |
---|---|---|
isSuccess | bool | 是否成功 |
data | list | 條件單回傳資訊 |
message | string ? (optional) | 當isSuccess : false 回傳錯誤訊息 |
委託資訊 ConditionDetail 欄位
Return type : Object
參數 | 類別 | 說明 |
---|---|---|
guid | string | 條件單號 |
batchNo | string | 分單批號 |
orderLevel | string | 條件單層級 |
lastTime | string | 更新時間 |
parentGuid | string | 父單單號 |
symbol | string | 商品代號 |
orderAmount | string | 委託金額 |
childBatchNo | string | 子單分單批號 |
account | string | 帳號 |
conditionContent | string | 條件內容 |
action | string | 處理方式 |
conditionBuySell | string | 買賣別 |
conditionSymbol | string | 商品名稱 |
conditionPrice | string | 價格 |
conditionVolume | string | 委託數量 |
conditionFilledVolume | string | 成交數量 |
createTime | string | 建立時間 |
startDate | string | 預約開始時間 |
status | string | 目前狀態 |
errorMessage | string | 目前狀態異常說明 |
detailRecordsCount | string | 查詢明細筆數 |
detailRecords | List | 查詢明細資料 |
>> guid | string | 條件單號 |
>> account | string | 帳號 |
>> conditionContent | string | 條件內容 |
>> action | string | 處理方式 |
>> conditionBuySell | string | 買賣別 |
>> conditionSymbol | string | 商品名稱 |
>> conditionPrice | string | 價格 |
>> conditionVolume | string | 委託數量 |
>> conditionFilledVolume | string | 成交數量 |
>> startDate | string | 預約時間 |
>> status | string | 目前狀態 |
>> errorMessage | string | 目前狀態異常說明 |
tpslCount | string | 停損停利筆數 |
tpslRecord | List | 停損停利明細資料 |
>> guid | string | 條件單號 |
>> account | string | 帳號 |
>> conditionContent | string | 條件內容 |
>> action | string | 處理方式 |
>> conditionBuySell | string | 買賣別 |
>> conditionSymbol | string | 商品名稱 |
>> conditionPrice | string | 價格 |
>> conditionVolume | string | 委託數量 |
>> conditionFilledVolume | string | 成交數量 |
>> startDate | string | 預約時間 |
>> status | string | 目前狀態 |
>> errorMessage | string | 目前狀態異常說明 |
請求範例
sdk.stock.getConditionHistory(account,"20240301","20240601")
回傳範例
{
isSuccess: true,
data :[
{
guid : "8ff3472b-185a-488c-be5a-b478deda080c",
batchNo : "",
orderLevel : "1",
lastTime : "2024-03-14 12:39:02",
conditionType : "多條件",
parentGuid : "58e7a51e-9701-4d26-bc16-18a392a840bd",
symbol : "2330",
orderAmount : "0",
childBatchNo : "",
account : "1307515",
conditionContent : "當自2024/03/14至2024/07/04內台積電成交價大於等於580元 全部成交為止",
action : "下單(次日回補)",
conditionBuySell : "現股賣",
conditionSymbol : "台積電 現股賣",
conditionPrice : "580元(ROD)",
conditionVolume : "5張",
conditionFilledVolume : "0張",
createTime : "2024-03-14 12:39:22",
startDate : "2024/03/14",
status : "未生效(W)",
detailRecordsCount : "0",
tPSLCount : "0"
},
{
guid : "ec757279-bcb3-46f4-80ac-fccfc786bc8d",
batchNo : ,
orderLevel : "0",
lastTime : "2024-05-21 10:30:00",
conditionType : "多條件",
parentGuid : "ec757279-bcb3-46f4-80ac-fccfc786bc8d",
symbol : "2330",
orderAmount : "0",
childBatchNo : ,
account : "1307515",
conditionContent : "當自2024/03/14至2024/07/04內台積電成交價大於等於575元,且 台積電成交總量大於等於1001張,且 台積電時間大於等於10:30:00 部份成交為止",
action : "下單(當沖)",
conditionBuySell : "現股買",
conditionSymbol : "台積電 現股買",
conditionPrice :" 576元(ROD)",
conditionVolume : "5張",
conditionFilledVolume : "0張",
createTime : "2024-03-14 12:30:02",
startDate : "2024/03/14",
status : "觸發-委託失敗(X)",
errorMessage : "單價輸入錯誤[4385715]",
detailRecordsCount : "0",
tPSLCount : "2",
tPSLRecord : [
{
guid : "c94b552a-22da-43e4-be44-f27a9c2026e1",
account : "1307515",
conditionContent : "當自2024/03/14至2024/07/04內台積電成交價大於等於580元 全部成交為止",
action : "下單(次日回補)",
conditionBuySell : "現股賣",
conditionSymbol : "台積電 現股賣",
conditionPrice : "580元(ROD)",
conditionVolume : "5張",
conditionFilledVolume : "0張",
startDate : "2024/03/14",
status : "未生效(W)",
},
{
guid : "c94b552a-22da-43e4-be44-f27a9c2026e1",
account : "1307515",
conditionContent : "當自2024/03/14至2024/07/04內台積電成交價小於等於570元 全部成交為止",
action : "下單(次日回補)",
conditionBuySell : "現股賣",
conditionSymbol : "台積電 現股賣",
conditionPrice : "市價(ROD)",
conditionVolume : "5張",
conditionFilledVolume : "0張",
startDate : "2024/03/14",
status : "未生效(W)",
}
]
}
]
}