pub enum SettlType {
Regular,
Cash,
NextDay,
TPlus2,
TPlus3,
TPlus4,
Future,
WhenAndIfIssued,
SellersOption,
TPlus5,
BrokenDate,
FxSpotNextSettlement,
}
Variants§
Regular
Cash
NextDay
TPlus2
TPlus3
TPlus4
Future
WhenAndIfIssued
SellersOption
TPlus5
BrokenDate
FxSpotNextSettlement
Implementations§
Source§impl SettlType
impl SettlType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl IntoFixValue for SettlType
impl IntoFixValue for SettlType
impl Copy for SettlType
impl Eq for SettlType
impl StructuralPartialEq for SettlType
Auto Trait Implementations§
impl Freeze for SettlType
impl RefUnwindSafe for SettlType
impl Send for SettlType
impl Sync for SettlType
impl Unpin for SettlType
impl UnwindSafe for SettlType
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