pub enum AllocReportType {
    PreliminaryRequestToIntermediary,
    SellsideCalculatedUsingPreliminary,
    SellsideCalculatedWithoutPreliminary,
    WarehouseRecap,
    RequestToIntermediary,
    Accept,
    Reject,
    AcceptPending,
    Complete,
    ReversePending,
}Variants§
PreliminaryRequestToIntermediary
Value “2”
SellsideCalculatedUsingPreliminary
Value “3”
SellsideCalculatedWithoutPreliminary
Value “4”
WarehouseRecap
Value “5”
RequestToIntermediary
Value “8”
Accept
Value “9”
Reject
Value “10”
AcceptPending
Value “11”
Complete
Value “12”
ReversePending
Value “14”
Implementations§
source§impl AllocReportType
 
impl AllocReportType
pub const fn from_bytes(input: &[u8]) -> Option<AllocReportType>
pub const fn from_fix_str(input: &FixStr) -> Option<AllocReportType>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const fn as_fix_str(&self) -> &'static FixStr
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.6.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 Default for AllocReportType
 
impl Default for AllocReportType
source§fn default() -> AllocReportType
 
fn default() -> AllocReportType
Returns the “default value” for a type. Read more
source§impl From<AllocReportType> for &'static [u8]
 
impl From<AllocReportType> for &'static [u8]
source§impl PartialEq for AllocReportType
 
impl PartialEq for AllocReportType
source§impl ToFixString for AllocReportType
 
impl ToFixString for AllocReportType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for AllocReportType
 
impl TryFrom<i64> for AllocReportType
source§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<AllocReportType, SessionRejectReason>
 
fn try_from(input: Int) -> Result<AllocReportType, SessionRejectReason>
Performs the conversion.
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)