cuemacro/finmarketpy

Incorrect strike property setter

Opened this issue · 1 comments

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.