pub enum Side {
Show 16 variants
Buy,
Sell,
BuyMinus,
SellPlus,
SellShort,
SellShortExempt,
Undisclosed,
Cross,
CrossShort,
CrossShortExempt,
AsDefined,
Opposite,
Subscribe,
Redeem,
Lend,
Borrow,
}
Variants§
Buy
Value “1”
Sell
Value “2”
BuyMinus
Value “3”
SellPlus
Value “4”
SellShort
Value “5”
SellShortExempt
Value “6”
Undisclosed
Value “7”
Cross
Value “8”
CrossShort
Value “9”
CrossShortExempt
Value “A”
AsDefined
Value “B”
Opposite
Value “C”
Subscribe
Value “D”
Redeem
Value “E”
Lend
Value “F”
Borrow
Value “G”
Implementations§
Trait Implementations§
Source§impl ToFixString for Side
impl ToFixString for Side
fn to_fix_string(&self) -> FixString
impl Copy for Side
impl Eq for Side
impl StructuralPartialEq for Side
Auto Trait Implementations§
impl Freeze for Side
impl RefUnwindSafe for Side
impl Send for Side
impl Sync for Side
impl Unpin for Side
impl UnwindSafe for Side
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more