API schema
Schema
FTDateSpan
Type: object
Properties
| Name | Type | Description |
|---|---|---|
dtestart | FTDate | |
dteend | FTDate |
Example shape
{
"dtestart": {
"marketdate": 0,
"juliandate": 0,
"strdate": "string",
"yyyymmdd": "string"
},
"dteend": {
"marketdate": 0,
"juliandate": 0,
"strdate": "string",
"yyyymmdd": "string"
}
}