pub enum GTBookingInst {
BookOutAllTradesOnDayOfExecution = 0,
AccumulateUntilFilledOrExpired = 1,
AccumulateUntilVerballyNotifiedOtherwise = 2,
}
Variants§
BookOutAllTradesOnDayOfExecution = 0
AccumulateUntilFilledOrExpired = 1
AccumulateUntilVerballyNotifiedOtherwise = 2
Implementations§
Source§impl GTBookingInst
impl GTBookingInst
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for GTBookingInst
impl Clone for GTBookingInst
Source§fn clone(&self) -> GTBookingInst
fn clone(&self) -> GTBookingInst
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 GTBookingInst
impl Debug for GTBookingInst
Source§impl FromStr for GTBookingInst
impl FromStr for GTBookingInst
Source§impl Hash for GTBookingInst
impl Hash for GTBookingInst
Source§impl IntoFixValue for GTBookingInst
impl IntoFixValue for GTBookingInst
Source§impl PartialEq for GTBookingInst
impl PartialEq for GTBookingInst
impl Copy for GTBookingInst
impl Eq for GTBookingInst
impl StructuralPartialEq for GTBookingInst
Auto Trait Implementations§
impl Freeze for GTBookingInst
impl RefUnwindSafe for GTBookingInst
impl Send for GTBookingInst
impl Sync for GTBookingInst
impl Unpin for GTBookingInst
impl UnwindSafe for GTBookingInst
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