Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anthdm/rust-trading-engine
/ functions
Functions
16 in github.com/anthdm/rust-trading-engine
⨍
Functions
16
◇
Types & classes
7
↓ 9 callers
Method
add_order
(&mut self, price: f64, order: Order)
src/matching_engine/orderbook.rs:47
↓ 3 callers
Method
fill_order
(&mut self, market_order: &mut Order)
src/matching_engine/orderbook.rs:113
↓ 2 callers
Method
is_filled
(&self)
src/matching_engine/orderbook.rs:148
↓ 2 callers
Method
to_string
(self)
src/matching_engine/engine.rs:18
↓ 1 callers
Method
add_new_market
(&mut self, pair: TradingPair)
src/matching_engine/engine.rs:34
↓ 1 callers
Method
ask_limits
TODO: Sorting!!
src/matching_engine/orderbook.rs:39
↓ 1 callers
Method
place_limit_order
( &mut self, pair: TradingPair, price: f64, order: Order, )
src/matching_engine/engine.rs:40
Method
bid_limits
(&mut self)
src/matching_engine/orderbook.rs:43
Method
fill_market_order
(&mut self, market_order: &mut Order)
src/matching_engine/orderbook.rs:23
Function
limit_order_multi_fill
()
src/matching_engine/orderbook.rs:171
Function
limit_order_single_fill
()
src/matching_engine/orderbook.rs:189
Function
limit_total_volume
()
src/matching_engine/orderbook.rs:158
Function
main
()
src/main.rs:5
Method
new
()
src/matching_engine/orderbook.rs:16
Method
new
(base: String, quote: String)
src/matching_engine/engine.rs:14
Method
total_volume
(&self)
src/matching_engine/orderbook.rs:105