Skip to main content

RequestCreateSemaphoreSettings

Request to create the semaphore settings on the specified node

Request format

{
"Actor": "dealer",
"RuleName": "Default01",
"SemaphoreType": "SemaphoreTrades",
"Nodes": [
"Node1"
],
"RequestId": "cd150280-4edf-406d-8cdc-f96e813b5e2d",
"RequestName": "RequestCreateSemaphoreSettings"
}

Request parameters:

NameDescription
RequestIdUnique request GUID
NodesOne node is indicated on which the semaphore setting is created
SemaphoreTypeSemaphoreType type (enum SemaphoreType: SemaphoreTrades, SemaphoreRates)
RuleNameThe name of a new setting
ActorThe user who made the request

General status response ResponseOk

{
"Result": [
{
"Node": "Node1",
"Platform": "Mt4",
"Result": "019482f1-9678-72af-a24d-52da87cf09a1",
"ResponseNode": "ResponseNodeOk"
}
],
"RequestId": "cd150280-4edf-406d-8cdc-f96e813b5e2d",
"ResponseMaster": "ResponseOk"
}