pub struct FixSessionConfig {
pub version: FixVersion,
pub sender_comp_id: String,
pub target_comp_id: String,
pub heartbeat: Duration,
pub reset_on_logon: bool,
}Expand description
Static configuration for a session.
Fields§
§version: FixVersion§sender_comp_id: String§target_comp_id: String§heartbeat: Duration§reset_on_logon: boolSend ResetSeqNumFlag(141)=Y on logon (and reset our store).
Implementations§
Trait Implementations§
Source§impl Clone for FixSessionConfig
impl Clone for FixSessionConfig
Source§fn clone(&self) -> FixSessionConfig
fn clone(&self) -> FixSessionConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FixSessionConfig
impl RefUnwindSafe for FixSessionConfig
impl Send for FixSessionConfig
impl Sync for FixSessionConfig
impl Unpin for FixSessionConfig
impl UnsafeUnpin for FixSessionConfig
impl UnwindSafe for FixSessionConfig
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