pub enum StrategyParameterType {
Show 29 variants
    Int,
    Length,
    Numingroup,
    Seqnum,
    Tagnum,
    Float,
    Qty,
    Price,
    Priceoffset,
    Amt,
    Percentage,
    Char,
    Boolean,
    String,
    Multiplecharvalue,
    Currency,
    Exchange,
    Monthyear,
    Utctimestamp,
    Utctimeonly,
    Localmktdate,
    Utcdateonly,
    Data,
    Multiplestringvalue,
    Country,
    Language,
    Tztimeonly,
    Tztimestamp,
    Tenor,
}Variants§
Int
Length
Numingroup
Seqnum
Tagnum
Float
Qty
Price
Priceoffset
Amt
Percentage
Char
Boolean
String
Multiplecharvalue
Currency
Exchange
Monthyear
Utctimestamp
Utctimeonly
Localmktdate
Utcdateonly
Data
Multiplestringvalue
Country
Language
Tztimeonly
Tztimestamp
Tenor
Implementations§
source§impl StrategyParameterType
 
impl StrategyParameterType
pub fn from_bytes(input: &[u8]) -> Option<StrategyParameterType>
pub fn from_fix_str(input: &FixStr) -> Option<StrategyParameterType>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for StrategyParameterType
 
impl Clone for StrategyParameterType
source§fn clone(&self) -> StrategyParameterType
 
fn clone(&self) -> StrategyParameterType
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 StrategyParameterType
 
impl Debug for StrategyParameterType
source§impl From<StrategyParameterType> for &'static [u8]
 
impl From<StrategyParameterType> for &'static [u8]
source§impl PartialEq<StrategyParameterType> for StrategyParameterType
 
impl PartialEq<StrategyParameterType> for StrategyParameterType
source§fn eq(&self, other: &StrategyParameterType) -> bool
 
fn eq(&self, other: &StrategyParameterType) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl ToFixString for StrategyParameterType
 
impl ToFixString for StrategyParameterType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for StrategyParameterType
 
impl TryFrom<i64> for StrategyParameterType
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<StrategyParameterType, SessionRejectReason>
 
fn try_from(input: Int) -> Result<StrategyParameterType, SessionRejectReason>
Performs the conversion.