Docs.rs
phoenix-sdk-core-0.4.3
phoenix-sdk-core 0.4.3
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
jarry-xiao
throwbackjams
eugene-chen
RahulJain28
Dependencies
anyhow ^1.0.52
normal
borsh ^0.9.3
normal
bytemuck ^1.11.0
normal
ellipsis-transaction-utils ^0.1.0
normal
itertools ^0.10.5
normal
num-traits ^0.2
normal
phoenix-v1 ^0.2.2
normal
rand ^0.7.3
normal
rust_decimal ^1.26.1
normal
rust_decimal_macros ^1.26
normal
solana-program ^1.14.5
normal
solana-sdk ^1.10.32
normal
spl-token ^3.2.0
normal
Versions
45.56%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
OrderbookKey
Required Methods
price
Implementations on Foreign Types
Decimal
FIFOOrderId
f64
u64
Implementors
In phoenix_sdk_core::orderbook
?
Trait
phoenix_sdk_core
::
orderbook
::
OrderbookKey
source
·
[
−
]
pub trait OrderbookKey { // Required method fn
price
(&self) ->
f64
; }
Required Methods
§
source
fn
price
(&self) ->
f64
Implementations on Foreign Types
§
source
§
impl
OrderbookKey
for
Decimal
source
§
fn
price
(&self) ->
f64
source
§
impl
OrderbookKey
for
u64
source
§
fn
price
(&self) ->
f64
source
§
impl
OrderbookKey
for
f64
source
§
fn
price
(&self) ->
f64
source
§
impl
OrderbookKey
for
FIFOOrderId
source
§
fn
price
(&self) ->
f64
Implementors
§