Is there anything that needs to be imported so that 'order' would be recognized ?
if you have from cloudquant.interfaces import Strategy then no. Make sure you are in a method that order has been passed into it.
from cloudquant.interfaces import Strategy
order
Comments
if you have
from cloudquant.interfaces import Strategy
then no. Make sure you are in a method thatorder
has been passed into it.