pub enum AllocType {
Show 14 variants
Calculated,
Preliminary,
SellsideCalculatedUsingPreliminary,
SellsideCalculatedWithoutPreliminary,
ReadyToBook,
BuysideReadyToBook,
WarehouseInstruction,
RequestToIntermediary,
Accept,
Reject,
AcceptPending,
IncompleteGroup,
CompleteGroup,
ReversalPending,
}
Variants§
Calculated
Value “1”
Preliminary
Value “2”
SellsideCalculatedUsingPreliminary
Value “3”
SellsideCalculatedWithoutPreliminary
Value “4”
ReadyToBook
Value “5”
BuysideReadyToBook
Value “6”
WarehouseInstruction
Value “7”
RequestToIntermediary
Value “8”
Accept
Value “9”
Reject
Value “10”
AcceptPending
Value “11”
IncompleteGroup
Value “12”
CompleteGroup
Value “13”
ReversalPending
Value “14”
Implementations§
Trait Implementations§
Source§impl ToFixString for AllocType
impl ToFixString for AllocType
fn to_fix_string(&self) -> FixString
impl Copy for AllocType
impl Eq for AllocType
impl StructuralPartialEq for AllocType
Auto Trait Implementations§
impl Freeze for AllocType
impl RefUnwindSafe for AllocType
impl Send for AllocType
impl Sync for AllocType
impl Unpin for AllocType
impl UnwindSafe for AllocType
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