Trait FfiMessageStoreFactory

Source
pub trait FfiMessageStoreFactory {
    // Required method
    fn as_ffi_ptr(&self) -> FixMessageStoreFactory_t;
}
Expand description

Object can be converted as a foreign object representing a MessageStore.

Required Methods§

Source

fn as_ffi_ptr(&self) -> FixMessageStoreFactory_t

Get a representation of the message store as a FFI pointer.

Implementors§