pub enum TrdRegTimestampType {
ExecutionTime = 1,
TimeIn = 2,
TimeOut = 3,
BrokerReceipt = 4,
BrokerExecution = 5,
}
Variants§
Implementations§
Source§impl TrdRegTimestampType
impl TrdRegTimestampType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for TrdRegTimestampType
impl Clone for TrdRegTimestampType
Source§fn clone(&self) -> TrdRegTimestampType
fn clone(&self) -> TrdRegTimestampType
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 TrdRegTimestampType
impl Debug for TrdRegTimestampType
Source§impl FromStr for TrdRegTimestampType
impl FromStr for TrdRegTimestampType
Source§impl Hash for TrdRegTimestampType
impl Hash for TrdRegTimestampType
Source§impl IntoFixValue for TrdRegTimestampType
impl IntoFixValue for TrdRegTimestampType
Source§impl PartialEq for TrdRegTimestampType
impl PartialEq for TrdRegTimestampType
impl Copy for TrdRegTimestampType
impl Eq for TrdRegTimestampType
impl StructuralPartialEq for TrdRegTimestampType
Auto Trait Implementations§
impl Freeze for TrdRegTimestampType
impl RefUnwindSafe for TrdRegTimestampType
impl Send for TrdRegTimestampType
impl Sync for TrdRegTimestampType
impl Unpin for TrdRegTimestampType
impl UnwindSafe for TrdRegTimestampType
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