Fix bs_fqme using venue and expiry

pull/8/head
Nelson Torres 2024-11-12 16:07:46 -03:00
parent f057a20bfa
commit 1a295c0c21
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: