pub struct CCOCDEXMarkets {
pub type_: String,
pub exchange_status: String,
pub mapped_instrument_total: i64,
pub unmapped_instruments_total: i64,
pub instrument_status: CCInstrumentStatus,
pub total_amm_swaps_onchain: i64,
pub total_amm_liquidity_updates_onchain: i64,
pub has_orderbook_l2_minute_snapshots_enabled: bool,
}
Expand description
On-Chain DEX: Market
Fields§
§type_: String
§exchange_status: String
§mapped_instrument_total: i64
§unmapped_instruments_total: i64
§instrument_status: CCInstrumentStatus
§total_amm_swaps_onchain: i64
§total_amm_liquidity_updates_onchain: i64
§has_orderbook_l2_minute_snapshots_enabled: bool
Trait Implementations§
source§impl Debug for CCOCDEXMarkets
impl Debug for CCOCDEXMarkets
source§impl<'de> Deserialize<'de> for CCOCDEXMarkets
impl<'de> Deserialize<'de> for CCOCDEXMarkets
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CCOCDEXMarkets
impl RefUnwindSafe for CCOCDEXMarkets
impl Send for CCOCDEXMarkets
impl Sync for CCOCDEXMarkets
impl Unpin for CCOCDEXMarkets
impl UnwindSafe for CCOCDEXMarkets
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