Docs.rs
phoenix-sdk-core-0.8.0
phoenix-sdk-core 0.8.0
Permalink
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.13.1
normal
ellipsis-transaction-utils ^1.0.0
normal
itertools ^0.10.5
normal
num-traits ^0.2
normal
phoenix-common ^0.2.1
normal
rand ^0.7.3
normal
rust_decimal ^1.26.1
normal
rust_decimal_macros ^1.26
normal
solana-sdk >=1.14.12, <1.19
normal
spl-token ^3.5.0
normal
Versions
47.49%
of the crate is documented
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
phoenix_
sdk_
core
0.8.0
Orderbook
Value
Required Methods
size
Implementations on Foreign Types
Decimal
f64
u64
Implementors
In phoenix_
sdk_
core::
orderbook
phoenix_sdk_core
::
orderbook
Trait
OrderbookValue
Copy item path
Source
pub trait OrderbookValue { // Required method fn
size
(&self) ->
f64
; }
Required Methods
§
Source
fn
size
(&self) ->
f64
Implementations on Foreign Types
§
Source
§
impl
OrderbookValue
for
f64
Source
§
fn
size
(&self) ->
f64
Source
§
impl
OrderbookValue
for
u64
Source
§
fn
size
(&self) ->
f64
Source
§
impl
OrderbookValue
for
Decimal
Source
§
fn
size
(&self) ->
f64
Implementors
§
Source
§
impl
OrderbookValue
for
PhoenixOrder