Enum easyfix_messages::fields::AllocReportType  
source · pub enum AllocReportType {
    PreliminaryRequestToIntermediary,
    SellsideCalculatedUsingPreliminary,
    SellsideCalculatedWithoutPreliminary,
    WarehouseRecap,
    RequestToIntermediary,
    Accept,
    Reject,
    AcceptPending,
    Complete,
    ReversePending,
}Variants§
PreliminaryRequestToIntermediary
SellsideCalculatedUsingPreliminary
SellsideCalculatedWithoutPreliminary
WarehouseRecap
RequestToIntermediary
Accept
Reject
AcceptPending
Complete
ReversePending
Implementations§
source§impl AllocReportType
 
impl AllocReportType
pub fn from_bytes(input: &[u8]) -> Option<AllocReportType>
pub fn from_fix_str(input: &FixStr) -> Option<AllocReportType>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub 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.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 From<AllocReportType> for &'static [u8]
 
impl From<AllocReportType> for &'static [u8]
source§impl PartialEq<AllocReportType> for AllocReportType
 
impl PartialEq<AllocReportType> 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 ==.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
§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.