Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed Mar 13, 2024
1 parent 9dde3b7 commit e3f01c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/src/trade/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pub(crate) fn register_types(parent: &PyModule) -> PyResult<()> {
parent.add_class::<types::OrderChargeItem>()?;
parent.add_class::<types::OrderChargeDetail>()?;
parent.add_class::<types::OrderDetail>()?;
parent.add_class::<types::BalanceType>()?;
parent.add_class::<types::EstimateMaxPurchaseQuantityResponse>()?;

parent.add_class::<context::TradeContext>()?;
Expand Down

0 comments on commit e3f01c5

Please sign in to comment.