pub struct AssetCtx {
pub funding: String,
pub open_interest: String,
pub prev_day_px: String,
pub day_ntl_vlm: String,
pub premium: Option<String>,
pub oracle_px: String,
pub mark_px: String,
pub mid_px: Option<String>,
pub impact_pxs: Option<Vec<String>>,
pub day_base_vlm: String,
}Fields§
§funding: String§open_interest: String§prev_day_px: String§day_ntl_vlm: String§oracle_px: String§mark_px: String§mid_px: Option<String>§impact_pxs: Option<Vec<String>>§day_base_vlm: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for AssetCtx
impl<'de> Deserialize<'de> for AssetCtx
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 AssetCtx
impl RefUnwindSafe for AssetCtx
impl Send for AssetCtx
impl Sync for AssetCtx
impl Unpin for AssetCtx
impl UnsafeUnpin for AssetCtx
impl UnwindSafe for AssetCtx
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