Fix bs_fqme using venue and expiry

Nelson Torres 2024-11-12 16:07:46 -03:00
parent a7d8b5e1f4
commit 7298374fe4
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class OptionPair(Pair, frozen=True, kw_only=True):
@property
def bs_fqme(self) -> str:
return f'{self.symbol}'
return f'{self.symbol}.{self.venue}.{self.expiry}'
@property
def bs_src_asset(self) -> str: