[][src]Trait eq_oracle::OnNewPrice

pub trait OnNewPrice {
    fn on_new_price(currency: &Currency, price: FixedI64);
}

Newly added price points processing logic

Required methods

fn on_new_price(currency: &Currency, price: FixedI64)

Loading content...

Implementations on Foreign Types

impl OnNewPrice for () where
    FixedI64: Clone
[src]

impl<TupleElement0: OnNewPrice> OnNewPrice for (TupleElement0,) where
    FixedI64: Clone
[src]

impl<TupleElement0: OnNewPrice, TupleElement1: OnNewPrice> OnNewPrice for (TupleElement0, TupleElement1) where
    FixedI64: Clone
[src]

impl<TupleElement0: OnNewPrice, TupleElement1: OnNewPrice, TupleElement2: OnNewPrice> OnNewPrice for (TupleElement0, TupleElement1, TupleElement2) where
    FixedI64: Clone
[src]

impl<TupleElement0: OnNewPrice, TupleElement1: OnNewPrice, TupleElement2: OnNewPrice, TupleElement3: OnNewPrice> OnNewPrice for (TupleElement0, TupleElement1, TupleElement2, TupleElement3) where
    FixedI64: Clone
[src]

impl<TupleElement0: OnNewPrice, TupleElement1: OnNewPrice, TupleElement2: OnNewPrice, TupleElement3: OnNewPrice, TupleElement4: OnNewPrice> OnNewPrice for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4) where
    FixedI64: Clone
[src]

Loading content...

Implementors

Loading content...