pub enum TradeType {
Agency,
VwapGuarantee,
GuaranteedClose,
RiskTrade,
}
Variants§
Implementations§
Source§impl TradeType
impl TradeType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl IntoFixValue for TradeType
impl IntoFixValue for TradeType
impl Copy for TradeType
impl Eq for TradeType
impl StructuralPartialEq for TradeType
Auto Trait Implementations§
impl Freeze for TradeType
impl RefUnwindSafe for TradeType
impl Send for TradeType
impl Sync for TradeType
impl Unpin for TradeType
impl UnwindSafe for TradeType
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