Skip to content

Commit

Permalink
update with unit type
Browse files Browse the repository at this point in the history
  • Loading branch information
ryqdev committed May 28, 2024
1 parent 489712f commit bce93ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/green/green.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ impl Green {
self.broker.net_assets.push(self.broker.cash.last().unwrap() + self.broker.position.last().unwrap() * close_price);
self.broker.order.push(order)
}
_ => {
log::info!("Order: {:?}", order)
}
_ => ()
}
}
}
Expand Down

0 comments on commit bce93ee

Please sign in to comment.