#[repr(C)]pub enum DatabentoStatisticType {
Show 20 variants
OpeningPrice = 1,
IndicativeOpeningPrice = 2,
SettlementPrice = 3,
TradingSessionLowPrice = 4,
TradingSessionHighPrice = 5,
ClearedVolume = 6,
LowestOffer = 7,
HighestBid = 8,
OpenInterest = 9,
FixingPrice = 10,
ClosePrice = 11,
NetChange = 12,
Vwap = 13,
Volatility = 14,
Delta = 15,
UncrossingPrice = 16,
UpperPriceLimit = 17,
LowerPriceLimit = 18,
BlockVolume = 19,
IndicativeClosePrice = 20,
}Expand description
Represents a Databento statistic type.
Variants§
OpeningPrice = 1
IndicativeOpeningPrice = 2
SettlementPrice = 3
TradingSessionLowPrice = 4
TradingSessionHighPrice = 5
ClearedVolume = 6
LowestOffer = 7
HighestBid = 8
OpenInterest = 9
FixingPrice = 10
ClosePrice = 11
NetChange = 12
Vwap = 13
Volatility = 14
Delta = 15
UncrossingPrice = 16
UpperPriceLimit = 17
LowerPriceLimit = 18
BlockVolume = 19
IndicativeClosePrice = 20
Implementations§
Trait Implementations§
Source§impl AsRef<str> for DatabentoStatisticType
impl AsRef<str> for DatabentoStatisticType
Source§impl Clone for DatabentoStatisticType
impl Clone for DatabentoStatisticType
Source§fn clone(&self) -> DatabentoStatisticType
fn clone(&self) -> DatabentoStatisticType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DatabentoStatisticType
Source§impl Debug for DatabentoStatisticType
impl Debug for DatabentoStatisticType
Source§impl<'de> Deserialize<'de> for DatabentoStatisticType
impl<'de> Deserialize<'de> for DatabentoStatisticType
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
Source§impl Display for DatabentoStatisticType
impl Display for DatabentoStatisticType
impl Eq for DatabentoStatisticType
Source§impl FromStr for DatabentoStatisticType
impl FromStr for DatabentoStatisticType
Source§impl FromU8 for DatabentoStatisticType
impl FromU8 for DatabentoStatisticType
Source§impl Hash for DatabentoStatisticType
impl Hash for DatabentoStatisticType
Source§impl Ord for DatabentoStatisticType
impl Ord for DatabentoStatisticType
Source§fn cmp(&self, other: &DatabentoStatisticType) -> Ordering
fn cmp(&self, other: &DatabentoStatisticType) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DatabentoStatisticType
impl PartialEq for DatabentoStatisticType
Source§fn eq(&self, other: &DatabentoStatisticType) -> bool
fn eq(&self, other: &DatabentoStatisticType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DatabentoStatisticType
impl PartialOrd for DatabentoStatisticType
Source§impl Serialize for DatabentoStatisticType
impl Serialize for DatabentoStatisticType
impl StructuralPartialEq for DatabentoStatisticType
Auto Trait Implementations§
impl Freeze for DatabentoStatisticType
impl RefUnwindSafe for DatabentoStatisticType
impl Send for DatabentoStatisticType
impl Sync for DatabentoStatisticType
impl Unpin for DatabentoStatisticType
impl UnsafeUnpin for DatabentoStatisticType
impl UnwindSafe for DatabentoStatisticType
Blanket Implementations§
impl<T> Allocation for T
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.