pub enum AllocReportType {
PreliminaryRequestToIntermediary = 2,
SellsideCalculatedUsingPreliminary = 3,
SellsideCalculatedWithoutPreliminary = 4,
WarehouseRecap = 5,
RequestToIntermediary = 8,
Accept = 9,
Reject = 10,
AcceptPending = 11,
Complete = 12,
ReversePending = 14,
}Variants§
PreliminaryRequestToIntermediary = 2
SellsideCalculatedUsingPreliminary = 3
SellsideCalculatedWithoutPreliminary = 4
WarehouseRecap = 5
RequestToIntermediary = 8
Accept = 9
Reject = 10
AcceptPending = 11
Complete = 12
ReversePending = 14
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 copy 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
source§fn eq(&self, other: &AllocReportType) -> bool
fn eq(&self, other: &AllocReportType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for AllocReportType
impl Eq for AllocReportType
impl StructuralPartialEq for AllocReportType
Auto Trait Implementations§
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