pub enum TradeCondition {
Show 72 variants
Cancel,
Cash,
AveragePriceTrade,
CashTrade,
NextDay,
Opening,
IntradayTradeDetail,
Rule127Trade,
Rule155Trade,
SoldLast,
NextDayTrade,
Opened,
Seller,
Sold,
StoppedStock,
ImbalanceMoreBuyers,
ImbalanceMoreSellers,
OpeningPrice,
BargainCondition,
ConvertedPriceIndicator,
ExchangeLast,
FinalPriceOfSession,
ExPit,
Crossed,
TradesResultingFromManual,
TradesResultingFromIntermarketSweep,
VolumeOnly,
DirectPlus,
Acquisition,
Bunched,
Distribution,
BunchedSale,
SplitTrade,
CancelStopped,
CancelEth,
CancelStoppedEth,
OutOfSequenceEth,
CancelLastEth,
SoldLastSaleEth,
CancelLast,
SoldLastSale,
CancelOpen,
CancelOpenEth,
OpenedSaleEth,
CancelOnly,
CancelOnlyEth,
LateOpenEth,
AutoExecutionEth,
Reopen,
ReopenEth,
Adjusted,
AdjustedEth,
Spread,
SpreadEth,
Straddle,
StraddleEth,
Stopped,
StoppedEth,
RegularEth,
Combo,
ComboEth,
OfficialClosingPrice,
PriorReferencePrice,
StoppedSoldLast,
StoppedOutOfSequence,
OfficalClosingPrice,
CrossedOld,
FastMarket,
AutomaticExecution,
FormT,
BasketIndex,
BurstBasket,
}
Variants§
Cancel
Cash
AveragePriceTrade
CashTrade
NextDay
Opening
IntradayTradeDetail
Rule127Trade
Rule155Trade
SoldLast
NextDayTrade
Opened
Seller
Sold
StoppedStock
ImbalanceMoreBuyers
ImbalanceMoreSellers
OpeningPrice
BargainCondition
ConvertedPriceIndicator
ExchangeLast
FinalPriceOfSession
ExPit
Crossed
TradesResultingFromManual
TradesResultingFromIntermarketSweep
VolumeOnly
DirectPlus
Acquisition
Bunched
Distribution
BunchedSale
SplitTrade
CancelStopped
CancelEth
CancelStoppedEth
OutOfSequenceEth
CancelLastEth
SoldLastSaleEth
CancelLast
SoldLastSale
CancelOpen
CancelOpenEth
OpenedSaleEth
CancelOnly
CancelOnlyEth
LateOpenEth
AutoExecutionEth
Reopen
ReopenEth
Adjusted
AdjustedEth
Spread
SpreadEth
Straddle
StraddleEth
Stopped
StoppedEth
RegularEth
Combo
ComboEth
OfficialClosingPrice
PriorReferencePrice
StoppedSoldLast
StoppedOutOfSequence
OfficalClosingPrice
CrossedOld
FastMarket
AutomaticExecution
FormT
BasketIndex
BurstBasket
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 duplicate 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