Skip to content

AttributeError: 'OrderExecutedPriceMessage' object has no attribute 'price' #69

@rumcode

Description

@rumcode

in the subroutine elif isinstance(message, OrderExecutedPriceMessage):

there is the following code:
self.execute_trade_price(
timestamp=timestamp,
volume=message.shares,
order_id=message.order_ref,
trade_ref=message.match,
price=message.price,

in OrderExecutedPriceMessage there is no message.price, should this be message.execution_price?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions