Struct easyfix_messages::messages::UserRequest
source · pub struct UserRequest {
pub user_request_id: FixString,
pub user_request_type: UserRequestType,
pub username: FixString,
pub password: Option<FixString>,
pub new_password: Option<FixString>,
pub encrypted_password_method: Option<Int>,
pub encrypted_password: Option<Data>,
pub encrypted_new_password: Option<Data>,
pub raw_data: Option<Data>,
}Fields§
§user_request_id: FixString§user_request_type: UserRequestType§username: FixString§password: Option<FixString>§new_password: Option<FixString>§encrypted_password_method: Option<Int>§encrypted_password: Option<Data>§encrypted_new_password: Option<Data>§raw_data: Option<Data>Implementations§
Trait Implementations§
source§impl Clone for UserRequest
impl Clone for UserRequest
source§fn clone(&self) -> UserRequest
fn clone(&self) -> UserRequest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for UserRequest
impl Debug for UserRequest
source§impl From<UserRequest> for Message
impl From<UserRequest> for Message
source§fn from(msg: UserRequest) -> Message
fn from(msg: UserRequest) -> Message
Converts to this type from the input type.