I am requesting the field TRADING_DAY_START_TIME_EOD (Market Open time).
In excel I can give overrides so I am doing the same for blpapi. The request is:
securities[] = {
"/sedol1/<SEDOL> AU Equity"
}
fields[] = {
"TRADING_DAY_START_TIME_EOD"
}
overrides[] = {
overrides = {
fieldId = "SINGLE_DATE_OVERRIDE"
value = "2020-03-30"
}
}
}
even if I use a ridiculous value for the override e.g. "HELLO", it does not complain and still provides me with a solution. Any ideas why the override is not working?
Thanks!