pub enum TradeCondition {
Show 17 variants
NextDayTrade,
Opened,
Seller,
AveragePriceTrade,
Sold,
Rule155Trade,
StoppedStock,
ImbalanceMoreBuyers,
ImbalanceMoreSellers,
OpeningPrice,
SoldLast,
Cash,
CashTrade,
Opening,
IntradayTradeDetail,
Rule127Trade,
NextDay,
}
Variants§
NextDayTrade
Opened
Seller
AveragePriceTrade
Sold
Rule155Trade
StoppedStock
ImbalanceMoreBuyers
ImbalanceMoreSellers
OpeningPrice
SoldLast
Cash
CashTrade
Opening
IntradayTradeDetail
Rule127Trade
NextDay
Implementations§
Source§impl TradeCondition
impl TradeCondition
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for TradeCondition
impl Clone for TradeCondition
Source§fn clone(&self) -> TradeCondition
fn clone(&self) -> TradeCondition
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 TradeCondition
impl Debug for TradeCondition
Source§impl FromStr for TradeCondition
impl FromStr for TradeCondition
Source§impl Hash for TradeCondition
impl Hash for TradeCondition
Source§impl IntoFixValue for TradeCondition
impl IntoFixValue for TradeCondition
Source§impl PartialEq for TradeCondition
impl PartialEq for TradeCondition
impl Copy for TradeCondition
impl Eq for TradeCondition
impl StructuralPartialEq for TradeCondition
Auto Trait Implementations§
impl Freeze for TradeCondition
impl RefUnwindSafe for TradeCondition
impl Send for TradeCondition
impl Sync for TradeCondition
impl Unpin for TradeCondition
impl UnwindSafe for TradeCondition
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