pub enum ExecRestatementReason {
GtCorporateAction = 0,
GtRenewal = 1,
VerbalChange = 2,
RepricingOfOrder = 3,
BrokerOption = 4,
PartialDeclineOfOrderQty = 5,
CancelOnTradingHalt = 6,
CancelOnSystemFailure = 7,
Market = 8,
Canceled = 9,
WarehouseRecap = 10,
Other = 99,
}Variants§
GtCorporateAction = 0
GtRenewal = 1
VerbalChange = 2
RepricingOfOrder = 3
BrokerOption = 4
PartialDeclineOfOrderQty = 5
CancelOnTradingHalt = 6
CancelOnSystemFailure = 7
Market = 8
Canceled = 9
WarehouseRecap = 10
Other = 99
Implementations§
Source§impl ExecRestatementReason
impl ExecRestatementReason
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for ExecRestatementReason
impl Clone for ExecRestatementReason
Source§fn clone(&self) -> ExecRestatementReason
fn clone(&self) -> ExecRestatementReason
Returns a duplicate 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 ExecRestatementReason
impl Debug for ExecRestatementReason
Source§impl FromStr for ExecRestatementReason
impl FromStr for ExecRestatementReason
Source§impl Hash for ExecRestatementReason
impl Hash for ExecRestatementReason
Source§impl IntoFixValue for ExecRestatementReason
impl IntoFixValue for ExecRestatementReason
Source§impl PartialEq for ExecRestatementReason
impl PartialEq for ExecRestatementReason
impl Copy for ExecRestatementReason
impl Eq for ExecRestatementReason
impl StructuralPartialEq for ExecRestatementReason
Auto Trait Implementations§
impl Freeze for ExecRestatementReason
impl RefUnwindSafe for ExecRestatementReason
impl Send for ExecRestatementReason
impl Sync for ExecRestatementReason
impl Unpin for ExecRestatementReason
impl UnwindSafe for ExecRestatementReason
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