Subscription

Struct Subscription 

Source
pub struct Subscription<Exchange = ExchangeId, Inst = MarketDataInstrument, Kind = SubKind> {
    pub exchange: Exchange,
    pub instrument: Inst,
    pub kind: Kind,
}
Expand description

Barter Subscription used to subscribe to a SubscriptionKind for a particular exchange MarketDataInstrument.

Fields§

§exchange: Exchange§instrument: Inst§kind: Kind

Implementations§

Source§

impl<Instrument, Exchange, Kind> Subscription<Exchange, Instrument, Kind>

Source

pub fn new<I>(exchange: Exchange, instrument: I, kind: Kind) -> Self
where I: Into<Instrument>,

Constructs a new Subscription using the provided configuration.

Trait Implementations§

Source§

impl<Exchange: Clone, Inst: Clone, Kind: Clone> Clone for Subscription<Exchange, Inst, Kind>

Source§

fn clone(&self) -> Subscription<Exchange, Inst, Kind>

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<Exchange: Debug, Inst: Debug, Kind: Debug> Debug for Subscription<Exchange, Inst, Kind>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'de, Exchange, Inst, Kind> Deserialize<'de> for Subscription<Exchange, Inst, Kind>
where Exchange: Deserialize<'de>, Inst: Deserialize<'de>, Kind: Deserialize<'de>,

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl<Exchange, Instrument, Kind> Display for Subscription<Exchange, Instrument, Kind>
where Exchange: Display, Instrument: Display, Kind: Display,

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<Exchange, I, Instrument, Kind> From<(Exchange, I, Kind)> for Subscription<Exchange, Instrument, Kind>
where I: Into<Instrument>,

Source§

fn from((exchange, instrument, kind): (Exchange, I, Kind)) -> Self

Converts to this type from the input type.
Source§

impl<Exchange, S, Kind> From<(Exchange, S, S, MarketDataInstrumentKind, Kind)> for Subscription<Exchange, MarketDataInstrument, Kind>

Source§

fn from( (exchange, base, quote, instrument_kind, kind): (Exchange, S, S, MarketDataInstrumentKind, Kind), ) -> Self

Converts to this type from the input type.
Source§

impl<InstrumentKey, Exchange, S, Kind> From<(InstrumentKey, Exchange, S, S, MarketDataInstrumentKind, Kind)> for Subscription<Exchange, Keyed<InstrumentKey, MarketDataInstrument>, Kind>

Source§

fn from( (instrument_id, exchange, base, quote, instrument_kind, kind): (InstrumentKey, Exchange, S, S, MarketDataInstrumentKind, Kind), ) -> Self

Converts to this type from the input type.
Source§

impl<Exchange: Hash, Inst: Hash, Kind: Hash> Hash for Subscription<Exchange, Inst, Kind>

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl<Instrument> Identifier<BinanceChannel> for Subscription<BinanceFuturesUsd, Instrument, Liquidations>

Source§

impl<Server, Instrument> Identifier<BinanceChannel> for Subscription<Binance<Server>, Instrument, OrderBooksL1>

Source§

impl<Server, Instrument> Identifier<BinanceChannel> for Subscription<Binance<Server>, Instrument, OrderBooksL2>

Source§

impl<Server, Instrument> Identifier<BinanceChannel> for Subscription<Binance<Server>, Instrument, PublicTrades>

Source§

impl<Server, InstrumentKey, Kind> Identifier<BinanceMarket> for Subscription<Binance<Server>, Keyed<InstrumentKey, MarketDataInstrument>, Kind>

Source§

impl<Server, Kind> Identifier<BinanceMarket> for Subscription<Binance<Server>, MarketDataInstrument, Kind>

Source§

impl<Server, InstrumentKey, Kind> Identifier<BinanceMarket> for Subscription<Binance<Server>, MarketInstrumentData<InstrumentKey>, Kind>

Source§

impl<Instrument> Identifier<BitfinexChannel> for Subscription<Bitfinex, Instrument, PublicTrades>

Source§

impl<InstrumentKey, Kind> Identifier<BitfinexMarket> for Subscription<Bitfinex, Keyed<InstrumentKey, MarketDataInstrument>, Kind>

Source§

impl<Kind> Identifier<BitfinexMarket> for Subscription<Bitfinex, MarketDataInstrument, Kind>

Source§

impl<InstrumentKey, Kind> Identifier<BitfinexMarket> for Subscription<Bitfinex, MarketInstrumentData<InstrumentKey>, Kind>

Source§

impl<Instrument> Identifier<BitmexChannel> for Subscription<Bitmex, Instrument, PublicTrades>

Source§

impl<InstrumentKey, Kind> Identifier<BitmexMarket> for Subscription<Bitmex, Keyed<InstrumentKey, MarketDataInstrument>, Kind>

Source§

impl<Kind> Identifier<BitmexMarket> for Subscription<Bitmex, MarketDataInstrument, Kind>

Source§

impl<InstrumentKey, Kind> Identifier<BitmexMarket> for Subscription<Bitmex, MarketInstrumentData<InstrumentKey>, Kind>

Source§

impl<Server, Instrument> Identifier<BybitChannel> for Subscription<Bybit<Server>, Instrument, OrderBooksL1>

Source§

impl<Server, Instrument> Identifier<BybitChannel> for Subscription<Bybit<Server>, Instrument, OrderBooksL2>

Source§

impl<Server, Instrument> Identifier<BybitChannel> for Subscription<Bybit<Server>, Instrument, PublicTrades>

Source§

impl<Server, InstrumentKey, Kind> Identifier<BybitMarket> for Subscription<Bybit<Server>, Keyed<InstrumentKey, MarketDataInstrument>, Kind>

Source§

fn id(&self) -> BybitMarket

Source§

impl<Server, Kind> Identifier<BybitMarket> for Subscription<Bybit<Server>, MarketDataInstrument, Kind>

Source§

fn id(&self) -> BybitMarket

Source§

impl<Server, InstrumentKey, Kind> Identifier<BybitMarket> for Subscription<Bybit<Server>, MarketInstrumentData<InstrumentKey>, Kind>

Source§

fn id(&self) -> BybitMarket

Source§

impl<Instrument> Identifier<CoinbaseChannel> for Subscription<Coinbase, Instrument, PublicTrades>

Source§

impl<InstrumentKey, Kind> Identifier<CoinbaseMarket> for Subscription<Coinbase, Keyed<InstrumentKey, MarketDataInstrument>, Kind>

Source§

impl<Kind> Identifier<CoinbaseMarket> for Subscription<Coinbase, MarketDataInstrument, Kind>

Source§

impl<InstrumentKey, Kind> Identifier<CoinbaseMarket> for Subscription<Coinbase, MarketInstrumentData<InstrumentKey>, Kind>

Source§

impl<GateioExchange, Instrument> Identifier<GateioChannel> for Subscription<GateioExchange, Instrument, PublicTrades>
where Instrument: InstrumentData,

Source§

impl<Server, InstrumentKey, Kind> Identifier<GateioMarket> for Subscription<Gateio<Server>, Keyed<InstrumentKey, MarketDataInstrument>, Kind>

Source§

impl<Server, Kind> Identifier<GateioMarket> for Subscription<Gateio<Server>, MarketDataInstrument, Kind>

Source§

impl<Server, InstrumentKey, Kind> Identifier<GateioMarket> for Subscription<Gateio<Server>, MarketInstrumentData<InstrumentKey>, Kind>

Source§

impl<Instrument> Identifier<KrakenChannel> for Subscription<Kraken, Instrument, OrderBooksL1>

Source§

impl<Instrument> Identifier<KrakenChannel> for Subscription<Kraken, Instrument, PublicTrades>

Source§

impl<InstrumentKey, Kind> Identifier<KrakenMarket> for Subscription<Kraken, Keyed<InstrumentKey, MarketDataInstrument>, Kind>

Source§

impl<Kind> Identifier<KrakenMarket> for Subscription<Kraken, MarketDataInstrument, Kind>

Source§

impl<InstrumentKey, Kind> Identifier<KrakenMarket> for Subscription<Kraken, MarketInstrumentData<InstrumentKey>, Kind>

Source§

impl<Instrument> Identifier<OkxChannel> for Subscription<Okx, Instrument, PublicTrades>

Source§

fn id(&self) -> OkxChannel

Source§

impl<InstrumentKey, Kind> Identifier<OkxMarket> for Subscription<Okx, Keyed<InstrumentKey, MarketDataInstrument>, Kind>

Source§

fn id(&self) -> OkxMarket

Source§

impl<Kind> Identifier<OkxMarket> for Subscription<Okx, MarketDataInstrument, Kind>

Source§

fn id(&self) -> OkxMarket

Source§

impl<InstrumentKey, Kind> Identifier<OkxMarket> for Subscription<Okx, MarketInstrumentData<InstrumentKey>, Kind>

Source§

fn id(&self) -> OkxMarket

Source§

impl<Exchange: Ord, Inst: Ord, Kind: Ord> Ord for Subscription<Exchange, Inst, Kind>

Source§

fn cmp(&self, other: &Subscription<Exchange, Inst, Kind>) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl<Exchange: PartialEq, Inst: PartialEq, Kind: PartialEq> PartialEq for Subscription<Exchange, Inst, Kind>

Source§

fn eq(&self, other: &Subscription<Exchange, Inst, Kind>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<Exchange: PartialOrd, Inst: PartialOrd, Kind: PartialOrd> PartialOrd for Subscription<Exchange, Inst, Kind>

Source§

fn partial_cmp( &self, other: &Subscription<Exchange, Inst, Kind>, ) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · Source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl<Exchange, Inst, Kind> Serialize for Subscription<Exchange, Inst, Kind>
where Exchange: Serialize, Inst: Serialize, Kind: Serialize,

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl<Exchange, Instrument, Kind> Validator for Subscription<Exchange, Instrument, Kind>
where Exchange: Connector, Instrument: InstrumentData,

Source§

fn validate(self) -> Result<Self, SocketError>
where Self: Sized,

Check if Self is valid for some use case.
Source§

impl<Instrument> Validator for Subscription<ExchangeId, Instrument, SubKind>
where Instrument: InstrumentData,

Source§

fn validate(self) -> Result<Self, SocketError>
where Self: Sized,

Check if Self is valid for some use case.
Source§

impl<Exchange: Eq, Inst: Eq, Kind: Eq> Eq for Subscription<Exchange, Inst, Kind>

Source§

impl<Exchange, Inst, Kind> StructuralPartialEq for Subscription<Exchange, Inst, Kind>

Auto Trait Implementations§

§

impl<Exchange, Inst, Kind> Freeze for Subscription<Exchange, Inst, Kind>
where Exchange: Freeze, Inst: Freeze, Kind: Freeze,

§

impl<Exchange, Inst, Kind> RefUnwindSafe for Subscription<Exchange, Inst, Kind>
where Exchange: RefUnwindSafe, Inst: RefUnwindSafe, Kind: RefUnwindSafe,

§

impl<Exchange, Inst, Kind> Send for Subscription<Exchange, Inst, Kind>
where Exchange: Send, Inst: Send, Kind: Send,

§

impl<Exchange, Inst, Kind> Sync for Subscription<Exchange, Inst, Kind>
where Exchange: Sync, Inst: Sync, Kind: Sync,

§

impl<Exchange, Inst, Kind> Unpin for Subscription<Exchange, Inst, Kind>
where Exchange: Unpin, Inst: Unpin, Kind: Unpin,

§

impl<Exchange, Inst, Kind> UnwindSafe for Subscription<Exchange, Inst, Kind>
where Exchange: UnwindSafe, Inst: UnwindSafe, Kind: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<Q, K> Comparable<K> for Q
where Q: Ord + ?Sized, K: Borrow<Q> + ?Sized,

Source§

fn compare(&self, key: &K) -> Ordering

Compare self to key and return their ordering.
Source§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

Source§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
Source§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

Source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T> ToSmolStr for T
where T: Display + ?Sized,

Source§

impl<T> ToString for T
where T: Display + ?Sized,

Source§

fn to_string(&self) -> String

Converts the given value to a String. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V

Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

Source§

impl<T> ErasedDestructor for T
where T: 'static,