Enum easyfix_messages::fields::Side  
source · pub enum Side {
Show 16 variants
    Buy,
    Sell,
    BuyMinus,
    SellPlus,
    SellShort,
    SellShortExempt,
    Undisclosed,
    Cross,
    CrossShort,
    CrossShortExempt,
    AsDefined,
    Opposite,
    Subscribe,
    Redeem,
    Lend,
    Borrow,
}Variants§
Buy
Sell
BuyMinus
SellPlus
SellShort
SellShortExempt
Undisclosed
Cross
CrossShort
CrossShortExempt
AsDefined
Opposite
Subscribe
Redeem
Lend
Borrow
Implementations§
Trait Implementations§
source§impl PartialEq<Side> for Side
 
impl PartialEq<Side> for Side
source§impl ToFixString for Side
 
impl ToFixString for Side
fn to_fix_string(&self) -> FixString
source§impl TryFrom<u8> for Side
 
impl TryFrom<u8> for Side
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.