Skip to content

Commit

Permalink
wip: add return type
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantrontal committed Apr 4, 2024
1 parent 2f7306e commit 7b84f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modular_candle_trait.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ pub trait ModularCandle<T: TakerTrade>: Clone + Default {
fn finalize(&mut self);

/// Check if aggregation rule triggered has been triggered on candle
fn finalized(&mut self);
fn finalized(&mut self) -> bool;
}

0 comments on commit 7b84f21

Please # to comment.