Skip to main content

RequestBooksNetVolumesCoverage

Request for net volume coverage between ABook и BBook by symbols

Request format

{
"PageSize": 15,
"PageNum": 1,
"CollectSuffixes": true,
"DealerSide": true,
"Search": "vix",
"Reasons": [
"Robot",
"Client"
],
"AccountsGroups": [
"real",
"demo"
],
"Countries": [
"Russia",
"USA"
],
"RequestId": "52c980c3-5473-4c79-8d8a-130eb70c13a2",
"Nodes": [
Node1
],
"RequestName": "RequestBooksNetVolumesCoverage"
}

Request parameters:

NameDescription
RequestIdUnique request GUID
CollectSuffixestrue - aggregate all suffix symbols into one symbol, otherwise display separate statistics for them, including their contracts
DealerSidetrue - display data from the dealer's side (false - from the traders side)
SearchInstrument filter
ReasonsTradeReason List
AccountsGroupsList of account groups
CountriesList of countries
NodesList of nodes that participate in the request. If the list is empty, then all available nodes are called.
RequestNameRequest type

Response ResponseBooksCoverage

 {
"Result": {
"Page": [{
"Symbol": "XAUUSD",
"UncoveredVolumeInLots": 442.3530,
"ANetVolumeInLots": -110.95,
"BNetVolumeInLots": -553.3030,
"CoveragePercentage": 498.7
}, {
"Symbol": "DBK.DE",
"UncoveredVolumeInLots": 101.0,
"ANetVolumeInLots": 101.0,
"BNetVolumeInLots": 0.0,
"CoveragePercentage": 0
}],
"PageSize": 100,
"PageNum": 1,
"TotalRecords": 2
},
"RequestId": "52c980c3-5473-4c79-8d8a-130eb70c13a2",
"Errors": [],
"ResponseMaster": "ResponseBooksCoverage"
}