pub enum TrdRegTimestampType {
    ExecutionTime,
    TimeIn,
    TimeOut,
    BrokerReceipt,
    BrokerExecution,
    DeskReceipt,
    SubmissionToClearing,
}Variants§
ExecutionTime
Value “1”
TimeIn
Value “2”
TimeOut
Value “3”
BrokerReceipt
Value “4”
BrokerExecution
Value “5”
DeskReceipt
Value “6”
SubmissionToClearing
Value “7”
Implementations§
source§impl TrdRegTimestampType
 
impl TrdRegTimestampType
pub const fn from_bytes(input: &[u8]) -> Option<TrdRegTimestampType>
pub const fn from_fix_str(input: &FixStr) -> Option<TrdRegTimestampType>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for TrdRegTimestampType
 
impl Clone for TrdRegTimestampType
source§fn clone(&self) -> TrdRegTimestampType
 
fn clone(&self) -> TrdRegTimestampType
Returns a copy of the value. Read more
1.6.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 Default for TrdRegTimestampType
 
impl Default for TrdRegTimestampType
source§fn default() -> TrdRegTimestampType
 
fn default() -> TrdRegTimestampType
Returns the “default value” for a type. Read more
source§impl From<TrdRegTimestampType> for &'static [u8]
 
impl From<TrdRegTimestampType> for &'static [u8]
source§impl PartialEq for TrdRegTimestampType
 
impl PartialEq for TrdRegTimestampType
source§impl ToFixString for TrdRegTimestampType
 
impl ToFixString for TrdRegTimestampType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for TrdRegTimestampType
 
impl TryFrom<i64> for TrdRegTimestampType
source§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<TrdRegTimestampType, SessionRejectReason>
 
fn try_from(input: Int) -> Result<TrdRegTimestampType, SessionRejectReason>
Performs the conversion.
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)