pub struct Prices {
pub oracle_price_q64_64: u128,
pub best_bid_price_q64_64: u128,
pub best_ask_price_q64_64: u128,
pub ask_spread_per_m: i32,
pub bid_spread_per_m: i32,
}Fields§
§oracle_price_q64_64: u128§best_bid_price_q64_64: u128§best_ask_price_q64_64: u128§ask_spread_per_m: i32§bid_spread_per_m: i32Trait Implementations§
impl Eq for Prices
impl StructuralPartialEq for Prices
Auto Trait Implementations§
impl Freeze for Prices
impl RefUnwindSafe for Prices
impl Send for Prices
impl Sync for Prices
impl Unpin for Prices
impl UnsafeUnpin for Prices
impl UnwindSafe for Prices
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more