pub enum SettlType {
Regular,
Cash,
NextDay,
TPlus2,
TPlus3,
TPlus4,
Future,
WhenAndIfIssued,
SellersOption,
TPlus5,
BrokenDate,
FxSpotNextSettlement,
}
Variants§
Regular
Value “0”
Cash
Value “1”
NextDay
Value “2”
TPlus2
Value “3”
TPlus3
Value “4”
TPlus4
Value “5”
Future
Value “6”
WhenAndIfIssued
Value “7”
SellersOption
Value “8”
TPlus5
Value “9”
BrokenDate
Value “B”
FxSpotNextSettlement
Value “C”
Implementations§
Trait Implementations§
Source§impl ToFixString for SettlType
impl ToFixString for SettlType
fn to_fix_string(&self) -> FixString
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