Skip to main content

Get Batch Order List

batchOrderLists

Request Parameter

ParameterTypeMeaning
accountAccountAccount

Result Response

ParameterTypeMeaning
isSuccessboolInterface result
dataObjectBatchResult list is returned
messagestring ? (optional)isSuccess = False error description is returned

BatchResult Parameter

Return type : Object

ParameterTypeMeaning
function_typenumberFunction Type : 0 New, 10 Execute New, 15 Amend Price, 20 Amend Lot, 30 Cancel
datestringQuery Date (today)
branchNostringBranch number
accountstringAccount
batchSeqNostringSerial number

Request Example

sdk.futopt.batchOrderLists(target_user)

Response Example

{
isSuccess: true,
data: [
{
functionType: 0,
date: '2023/10/24',
branchNo: '6460',
account: '26',
batchSeqNo: '11EE72270B4D79F48000000C29304663'
},
...
]
}