Fix documentation
This commit is contained in:
parent
b27c8256f4
commit
970a4c3bf7
@ -250,15 +250,15 @@ class DefaultStrategy(IStrategy):
|
|||||||
we are notified that a given pair was sold
|
we are notified that a given pair was sold
|
||||||
:param pair: the pair that was is concerned by the dataframe
|
:param pair: the pair that was is concerned by the dataframe
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def did_cancel_buy(self, pair: str):
|
def did_cancel_buy(self, pair: str):
|
||||||
"""
|
"""
|
||||||
we are notified that a given pair was bought
|
we are notified that a given pair buy was not filled
|
||||||
:param pair: the pair that was is concerned by the dataframe
|
:param pair: the pair that was is concerned by the dataframe
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def did_cancel_sell(self, pair: str):
|
def did_cancel_sell(self, pair: str):
|
||||||
"""
|
"""
|
||||||
we are notified that a given pair was sold
|
we are notified that a given pair was not sold
|
||||||
:param pair: the pair that was is concerned by the dataframe
|
:param pair: the pair that was is concerned by the dataframe
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user