Conditional order query
GetConditionOrder
Input parameters
| Parameters | Category | Description |
|---|---|---|
| account | Account | account |
| conditionStatus | ConditionStatus (Optional) | Condition status |
Result return
| Parameters | Category | Description |
|---|---|---|
| isSuccess | bool | Whether it was successful |
| data | List | Conditional order return information |
| message | string ? (optional) | Return error message when isSuccess = false |
Commission information ConditionDetail field
Return type : Object
| Parameters | Category | Description |
|---|---|---|
| guid | string | condition order number |
| batchNo | string | order batch number |
| orderLevel | string | Conditional single level |
| lastTime | string | update time |
| parentGuid | string | parent number |
| symbol | string | product code |
| orderAmount | string | Order amount |
| childBatchNo | string | Child order batch number |
| account | string | account number |
| conditionContent | string | condition content |
| action | string | processing method |
| conditionBuySell | string | Buy and sell type |
| conditionSymbol | string | product name |
| conditionPrice | string | price |
| conditionVolume | string | Order quantity |
| conditionFilledVolume | string | Transaction quantity |
| createTime | string | Creation time |
| startDate | string | Appointment start time |
| status | string | current status |
| errorMessage | string | Current status exception description |
| detailRecordsCount | string | Query the number of detailed records |
| detailRecords | List | Query detailed information |
| >> guid | string | condition order number |
| >> account | string | account number |
| >> conditionContent | string | condition content |
| >> action | string | processing method |
| >> conditionBuySell | string | Buy and sell type |
| >> conditionSymbol | string | product name |
| >> conditionPrice | string | price |
| >> conditionVolume | string | Order quantity |
| >> conditionFilledVolume | string | Transaction quantity |
| >> startDate | string | Appointment time |
| >> status | string | current status |
| >> errorMessage | string | Current status exception description |
| tpslCount | string | The number of stop loss and profit stops |
| tpslRecord | List | Stop loss and stop profit details |
| >> guid | string | condition order number |
| >> account | string | account number |
| >> conditionContent | string | condition content |
| >> action | string | processing method |
| >> conditionBuySell | string | Buy and sell type |
| >> conditionSymbol | string | product name |
| >> conditionPrice | string | price |
| >> conditionVolume | string | Order quantity |
| >> conditionFilledVolume | string | Transaction quantity |
| >> startDate | string | Appointment time |
| >> status | string | current status |
| >> errorMessage | string | Current status exception description |
Request example
sdk.Stock.GetConditionOrder(account);
Return example
{
isSuccess = True,
message = ,
data = [
ConditionDetail {
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 = when自2024/03/14至2024/07/04withinTaiwanproductelectricfilledpricegreateratequalat580元 allfilledis止,
action = downorders(次day回補),
conditionBuySell = currentstockSell,
conditionSymbol = Taiwanproductelectric currentstockSell,
conditionPrice = 580元(ROD),
conditionVolume = 5lots,
conditionFilledVolume = 0lots,
createTime = 2024-03-14 12:39:22,
startDate = 2024/03/14,
status = 未生效(W),
errorMessage = null,
detailRecordsCount = 0,
detailRecords = ,
tPSLCount = 0,
tPSLRecord =
},
ConditionDetail {
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 = when自2024/03/14至2024/07/04withinTaiwanproductelectricfilledpricelessatequalat570元 allfilledis止,
action = downorders(次day回補),
conditionBuySell = currentstockSell,
conditionSymbol = Taiwanproductelectric currentstockSell,
conditionPrice = 市price(ROD),
conditionVolume = 5lots,
conditionFilledVolume = 0lots,
createTime = 2024-03-14 12:39:22,
startDate = 2024/03/14,
status = 未生效(W),
errorMessage = null,
detailRecordsCount = 0,
detailRecords =,
tPSLCount = 0,
tPSLRecord =
},
ConditionDetail {
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 = when自2024/03/14至2024/07/04withinTaiwanproductelectricfilledpricegreateratequalat575元,且 Taiwanproductelectricfilled總quantitygreateratequalat1001lots,且 Taiwanproductelectric時間greateratequalat10:30:00 部份filledis止,
action = downorders(when沖),
conditionBuySell = currentstockBuy,
conditionSymbol = Taiwanproductelectric currentstockBuy,
conditionPrice = 576元(ROD),
conditionVolume = 5lots,
conditionFilledVolume = 0lots,
createTime = 2024-03-14 12:30:02,
startDate = 2024/03/14,
status = Triggered - 委託failed(X),
errorMessage = ordersprice輸入error[4385715],
detailRecordsCount = 0,
detailRecords = [],
tPSLCount = 2,
tPSLRecord = [
ParentChildRecord
{
guid = c94b552a-22da-43e4-be44-f27a9c2026e1,
account = 1307515,
conditionContent = when自2024/03/14至2024/07/04withinTaiwanproductelectricfilledpricegreateratequalat580元 allfilledis止,
action = downorders(次day回補),
conditionBuySell = currentstockSell,
conditionSymbol = Taiwanproductelectric currentstockSell,
conditionPrice = 580元(ROD),
conditionVolume = 5lots,
conditionFilledVolume = 0lots,
startDate = 2024/03/14,
status = 未生效(W),
errorMessage =
},
ParentChildRecord
{
guid = c94b552a-22da-43e4-be44-f27a9c2026e1,
account = 1307515,
conditionContent = when自2024/03/14至2024/07/04withinTaiwanproductelectricfilledpricelessatequalat570元 allfilledis止,
action = downorders(次day回補),
conditionBuySell = currentstockSell,
conditionSymbol = Taiwanproductelectric currentstockSell,
conditionPrice = 市price(ROD),
conditionVolume = 5lots,
conditionFilledVolume = 0lots,
startDate = 2024/03/14,
status = 未生效(W),
errorMessage =
}
]
}
]
}