Docs.rs
barter-execution-0.3.1
barter-execution 0.3.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
just-a-stream
just-a-stream-old
Dependencies
async-trait ^0.1.57
normal
barter-data ^0.9.0
normal
barter-integration ^0.7.4
normal
chrono ^0.4.38
normal
futures ^0.3.30
normal
parking_lot ^0.12.3
normal
pin-project ^1.1.5
normal
reqwest ^0.12.4
normal
serde ^1.0.203
normal
serde_json ^1.0.120
normal
thiserror ^1.0.61
normal
tokio ^1.38.0
normal
tokio-stream ^0.1.15
normal
tokio-tungstenite ^0.21.0
normal
tracing ^0.1.40
normal
uuid ^1.9.1
normal
Versions
46.03%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
barter_
execution
0.3.1
In barter_
execution::
test_
util
barter_execution
::
test_util
Function
client_orders
Copy item path
source
pub fn client_orders( trade_number:
u64
, bids:
Vec
<
Order
<
Open
>>, asks:
Vec
<
Order
<
Open
>>, ) ->
Orders