ibapi
ibapi copied to clipboard
lastTradeDateOrContractMonth missing from Contract
I am trying to migrate from the interactive brokers python api to Golang.
However, to request market data for Option
security type, we use the lastTradeDateOrContractMonth
property of the Contract
object to set the option time in a YY-MM-DD format.
this property probably with its implementation is missing.
will it be possible to include this!