Struct easyfix_messages::messages::ListStrikePrice
source · pub struct ListStrikePrice {
pub list_id: FixString,
pub tot_no_strikes: Int,
pub last_fragment: Option<Boolean>,
pub instrmt_strk_px_grp: Vec<InstrmtStrkPxGrp>,
}
Fields§
§list_id: FixString
§tot_no_strikes: Int
§last_fragment: Option<Boolean>
§instrmt_strk_px_grp: Vec<InstrmtStrkPxGrp>
Implementations§
Trait Implementations§
source§impl Clone for ListStrikePrice
impl Clone for ListStrikePrice
source§fn clone(&self) -> ListStrikePrice
fn clone(&self) -> ListStrikePrice
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 ListStrikePrice
impl Debug for ListStrikePrice
source§impl From<ListStrikePrice> for Message
impl From<ListStrikePrice> for Message
source§fn from(msg: ListStrikePrice) -> Message
fn from(msg: ListStrikePrice) -> Message
Converts to this type from the input type.