Open tazimmerman opened 8 years ago
In market/request/backtestrequest.py, the strike property setter is using the tenor decorator.
@tenor.setter def strike(self, strike): self.__strike = strike
Thanks @tazimmerman for spotting that! I've now removed that property and a few others in that file, given they weren't being used elsewhere.
In market/request/backtestrequest.py, the strike property setter is using the tenor decorator.