This commit is contained in:
2025-05-05 12:46:16 -04:00
parent 1a958ec8df
commit 68d6b3d409
139 changed files with 0 additions and 6 deletions

View File

@@ -9998,5 +9998,3 @@ AF 2 0 227DCFD785
OR 2 1 144A52BD95 0 1DA86754B4 OR 2 1 144A52BD95 0 1DA86754B4
OR 1 1 1C4860611 0 2E5DF9497 OR 1 1 1C4860611 0 2E5DF9497
AF 1 1 1C76D8ECFE AF 1 1 1C76D8ECFE
NOP Error:
NOP Error:

View File

@@ -618,9 +618,6 @@ impl Market {
self.order_count-=1; self.order_count-=1;
Result::RetractedOrder(order_id) Result::RetractedOrder(order_id)
} }
fn make_smart_order(&mut self, owner:usize, sell_type:usize, buy_type:usize, sell_qty_initial:FiNum, buy_qty_initial:FiNum, max0: FiNum, max1: FiNum, execute_if_possible:bool) -> Result {
Result::Error(format!("make_smart_order not Implemented."))
}
fn make_order(&mut self, owner:usize, sell_type:usize, buy_type:usize, sell_qty_initial:FiNum, buy_qty_initial:FiNum, execute_if_possible:bool) -> Result { fn make_order(&mut self, owner:usize, sell_type:usize, buy_type:usize, sell_qty_initial:FiNum, buy_qty_initial:FiNum, execute_if_possible:bool) -> Result {
let mut log:Vec<String>=Vec::new(); let mut log:Vec<String>=Vec::new();
let initial_balance=self.traders[owner].get_balance(sell_type); let initial_balance=self.traders[owner].get_balance(sell_type);

View File

@@ -1 +0,0 @@
2a4632eb71c7be8b

Some files were not shown because too many files have changed in this diff Show More