Struct quickfix_msg44::Heartbeat
source · pub struct Heartbeat { /* private fields */ }
Implementations§
source§impl Heartbeat
impl Heartbeat
pub const MSG_TYPE_BYTES: &'static str = "0"
pub const MSG_TYPE: MsgType = _
pub fn header(&mut self) -> Header<'_>
pub fn header_mut(&mut self) -> HeaderMut<'_>
pub fn trailer(&mut self) -> Trailer<'_>
pub fn trailer_mut(&mut self) -> TrailerMut<'_>
sourcepub fn to_fix_string(&self) -> String
pub fn to_fix_string(&self) -> String
Convert inner message as FIX text.
This method is only here for debug / tests purposes. Do not use this in real production code.
source§impl Heartbeat
impl Heartbeat
pub fn get_test_req_id(&self) -> Option<TestReqID>
pub fn set_test_req_id( &mut self, value: TestReqID ) -> Result<&Self, QuickFixError>
pub fn remove_test_req_id(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Heartbeat
impl !Send for Heartbeat
impl !Sync for Heartbeat
impl Unpin for Heartbeat
impl UnwindSafe for Heartbeat
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