pub struct ethbtc_quanto {}
Implementations§
Source§impl ethbtc_quanto
impl ethbtc_quanto
pub fn get( price_precision: u8, size_precision: u8, price_increment: Price, size_increment: Quantity, ) -> CryptoFuture
pub fn default() -> CryptoFuture
pub fn partial_1(price_precision: u8) -> CryptoFuture
pub fn partial_2(price_precision: u8, size_precision: u8) -> CryptoFuture
pub fn partial_3( price_precision: u8, size_precision: u8, price_increment: Price, ) -> CryptoFuture
pub fn partial_4( price_precision: u8, size_precision: u8, price_increment: Price, size_increment: Quantity, ) -> CryptoFuture
Auto Trait Implementations§
impl Freeze for ethbtc_quanto
impl RefUnwindSafe for ethbtc_quanto
impl Send for ethbtc_quanto
impl Sync for ethbtc_quanto
impl Unpin for ethbtc_quanto
impl UnwindSafe for ethbtc_quanto
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