I am using TickHistoryRawExtractionRequest Rest Api. In extraction request condition for QueryStartDate and QueryEndDate what does T12:00:00.000Z means ?
"QueryStartDate": "2021-09-02T12:00:00.000Z",
"QueryEndDate": "2021-09-02T12:10:00.000Z"
For example now i want to check and extract the previous whole day tick raw data so how to do that ? I am using Python coding and i always want to extract previous day(sysdate-1) whole data tick raw data as part of automated process...