pub struct RiskLimitPlatformField(pub FIXString);Expand description
RiskLimitPlatformField is a STRING field, Tag 1533.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
impl FieldValue for RiskLimitPlatformField
Auto Trait Implementations§
impl Freeze for RiskLimitPlatformField
impl RefUnwindSafe for RiskLimitPlatformField
impl Send for RiskLimitPlatformField
impl Sync for RiskLimitPlatformField
impl Unpin for RiskLimitPlatformField
impl UnsafeUnpin for RiskLimitPlatformField
impl UnwindSafe for RiskLimitPlatformField
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