finmarketpy icon indicating copy to clipboard operation
finmarketpy copied to clipboard

Incorrect strike property setter

Open tazimmerman opened this issue 8 years ago • 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

tazimmerman avatar May 02 '16 15:05 tazimmerman

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.

saeedamen avatar May 02 '16 18:05 saeedamen