pub struct ReferencePriceCalculationResponseResult {
pub symbol: Option<String>,
pub calculation_type: Option<String>,
pub bucket_count: Option<i64>,
pub bucket_width_ms: Option<i64>,
pub external_calculation_id: Option<i64>,
}Fields§
§symbol: Option<String>§calculation_type: Option<String>§bucket_count: Option<i64>If the reference price is being calculated by the matching engine as an arithmetic mean
bucket_width_ms: Option<i64>If the reference price is being calculated by the matching engine as an arithmetic mean
external_calculation_id: Option<i64>If the reference price is being calculated outside the matching engine
Implementations§
Trait Implementations§
Source§impl Clone for ReferencePriceCalculationResponseResult
impl Clone for ReferencePriceCalculationResponseResult
Source§fn clone(&self) -> ReferencePriceCalculationResponseResult
fn clone(&self) -> ReferencePriceCalculationResponseResult
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 moreSource§impl Default for ReferencePriceCalculationResponseResult
impl Default for ReferencePriceCalculationResponseResult
Source§fn default() -> ReferencePriceCalculationResponseResult
fn default() -> ReferencePriceCalculationResponseResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReferencePriceCalculationResponseResult
impl<'de> Deserialize<'de> for ReferencePriceCalculationResponseResult
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
impl StructuralPartialEq for ReferencePriceCalculationResponseResult
Auto Trait Implementations§
impl Freeze for ReferencePriceCalculationResponseResult
impl RefUnwindSafe for ReferencePriceCalculationResponseResult
impl Send for ReferencePriceCalculationResponseResult
impl Sync for ReferencePriceCalculationResponseResult
impl Unpin for ReferencePriceCalculationResponseResult
impl UnsafeUnpin for ReferencePriceCalculationResponseResult
impl UnwindSafe for ReferencePriceCalculationResponseResult
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