pub enum AllocReportType {
SellsideCalculatedUsingPreliminary = 3,
SellsideCalculatedWithoutPreliminary = 4,
WarehouseRecap = 5,
RequestToIntermediary = 8,
}
Variants§
SellsideCalculatedUsingPreliminary = 3
SellsideCalculatedWithoutPreliminary = 4
WarehouseRecap = 5
RequestToIntermediary = 8
Implementations§
Source§impl AllocReportType
impl AllocReportType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for AllocReportType
impl Clone for AllocReportType
Source§fn clone(&self) -> AllocReportType
fn clone(&self) -> AllocReportType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AllocReportType
impl Debug for AllocReportType
Source§impl FromStr for AllocReportType
impl FromStr for AllocReportType
Source§impl Hash for AllocReportType
impl Hash for AllocReportType
Source§impl IntoFixValue for AllocReportType
impl IntoFixValue for AllocReportType
Source§impl PartialEq for AllocReportType
impl PartialEq for AllocReportType
impl Copy for AllocReportType
impl Eq for AllocReportType
impl StructuralPartialEq for AllocReportType
Auto Trait Implementations§
impl Freeze for AllocReportType
impl RefUnwindSafe for AllocReportType
impl Send for AllocReportType
impl Sync for AllocReportType
impl Unpin for AllocReportType
impl UnwindSafe for AllocReportType
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