Post

请求参数

RunRequest
名称描述类型
Symbol

股票代码

string
IndexScript

指标脚本

string
Period

周期

PeriodType
Right

复权类型

RightType
Args

参数

Collection of ArgmentItem
StartDataTime

起始时间

integer
Count

数据个数

integer

示例

{
  "Symbol": "sample string 1",
  "IndexScript": "sample string 2",
  "Period": 0,
  "Right": 0,
  "Args": [
    {
      "Name": "sample string 1",
      "Value": 2.1
    },
    {
      "Name": "sample string 1",
      "Value": 2.1
    }
  ],
  "StartDataTime": 3,
  "Count": 4
}

返回参数

RunResponse
名称描述类型
Data

数据

string
Ver

string
Code

状态码

ResponseCode
Message

消息

string
Ticket

执行花费的时间

integer

示例

{
  "Data": "sample string 1",
  "Ver": "sample string 2",
  "Code": 0,
  "Message": "sample string 3",
  "Ticket": 4
}