Skip to content

Commit

Permalink
FIXAPI-2587: markdown edits
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsue authored and bonsue committed Oct 26, 2023
1 parent b63b4cf commit a0a830f
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 186 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@
"type" : "string"
},
"ReqID" : {
"type" : "string"
"type" : "string",
"required": true
},
"Symbol" : {
"type" : "string"
"type" : "string",
"required": true
},
"SecurityID": {
"type": "string",
Expand All @@ -27,15 +29,18 @@
"required": true
},
"Interval" : {
"$ref" : "./Interval.json"
"$ref" : "./Interval.json",
"required": true
},
"StartDate" : {
"type" : "string",
"format" : "date-time"
"format" : "date-time",
"required": true
},
"EndDate" : {
"type" : "string",
"format" : "date-time"
"format" : "date-time",
"required": true
},
"SendingTime" : {
"type" : "string"
Expand Down
Loading

0 comments on commit a0a830f

Please sign in to comment.