Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
liampauling committed Nov 26, 2020
1 parent 3e4e9ce commit ec1f319
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions betfairlightweight/streaming/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,12 @@ def __init__(
self.reference_order = rfo
self.reference_strategy = rfs
self.lapsed_date = BaseResource.strip_datetime(ld)
self.lapse_status_reason_code = lsrc # todo add to output? + CurrentOrder resource
self.cancelled_date = BaseResource.strip_datetime(cd) # todo add to output? + CurrentOrder resource
self.lapse_status_reason_code = (
lsrc # todo add to output? + CurrentOrder resource
)
self.cancelled_date = BaseResource.strip_datetime(
cd
) # todo add to output? + CurrentOrder resource

def create_placed_date_string(self) -> str:
if self.placed_date:
Expand Down

0 comments on commit ec1f319

Please sign in to comment.