Enum fefix::definitions::fix50::TradeCondition[][src]

pub enum TradeCondition {
Show 72 variants Cash, AveragePriceTrade, CashTrade, NextDay, OpeningReopeningTradeDetail, IntradayTradeDetail, Rule127Trade, Rule155Trade, SoldLast, NextDayTrade, Opened, Seller, Sold, StoppedStock, ImbalanceMoreBuyers, ImbalanceMoreSellers, OpeningPrice, BargainCondition, ConvertedPriceIndicator, ExchangeLast, FinalPriceOfSession, ExPit, CrossedX, TradesResultingFromManualSlowQuote, 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, Cancel, StoppedSoldLast, StoppedOutOfSequence, OfficalClosingPrice, CrossedAo, FastMarket, AutomaticExecution, FormT, BasketIndex, BurstBasket,
}
This is supported on crate feature fix50 only.
Expand description

Field type variants for TradeCondition.

Variants

Cash

Field variant ‘A’.

AveragePriceTrade

Field variant ‘B’.

CashTrade

Field variant ‘C’.

NextDay

Field variant ‘D’.

OpeningReopeningTradeDetail

Field variant ‘E’.

IntradayTradeDetail

Field variant ‘F’.

Rule127Trade

Field variant ‘G’.

Rule155Trade

Field variant ‘H’.

SoldLast

Field variant ‘I’.

NextDayTrade

Field variant ‘J’.

Opened

Field variant ‘K’.

Seller

Field variant ‘L’.

Sold

Field variant ‘M’.

StoppedStock

Field variant ‘N’.

ImbalanceMoreBuyers

Field variant ‘P’.

ImbalanceMoreSellers

Field variant ‘Q’.

OpeningPrice

Field variant ‘R’.

BargainCondition

Field variant ‘S’.

ConvertedPriceIndicator

Field variant ‘T’.

ExchangeLast

Field variant ‘U’.

FinalPriceOfSession

Field variant ‘V’.

ExPit

Field variant ‘W’.

CrossedX

Field variant ‘X’.

TradesResultingFromManualSlowQuote

Field variant ‘Y’.

TradesResultingFromIntermarketSweep

Field variant ‘Z’.

VolumeOnly

Field variant ‘a’.

DirectPlus

Field variant ‘b’.

Acquisition

Field variant ‘c’.

Bunched

Field variant ‘d’.

Distribution

Field variant ‘e’.

BunchedSale

Field variant ‘f’.

SplitTrade

Field variant ‘g’.

CancelStopped

Field variant ‘h’.

CancelEth

Field variant ‘i’.

CancelStoppedEth

Field variant ‘j’.

OutOfSequenceEth

Field variant ‘k’.

CancelLastEth

Field variant ‘l’.

SoldLastSaleEth

Field variant ‘m’.

CancelLast

Field variant ‘n’.

SoldLastSale

Field variant ‘o’.

CancelOpen

Field variant ‘p’.

CancelOpenEth

Field variant ‘q’.

OpenedSaleEth

Field variant ‘r’.

CancelOnly

Field variant ‘s’.

CancelOnlyEth

Field variant ‘t’.

LateOpenEth

Field variant ‘u’.

AutoExecutionEth

Field variant ‘v’.

Reopen

Field variant ‘w’.

ReopenEth

Field variant ‘x’.

Adjusted

Field variant ‘y’.

AdjustedEth

Field variant ‘z’.

Spread

Field variant ‘AA’.

SpreadEth

Field variant ‘AB’.

Straddle

Field variant ‘AC’.

StraddleEth

Field variant ‘AD’.

Stopped

Field variant ‘AE’.

StoppedEth

Field variant ‘AF’.

RegularEth

Field variant ‘AG’.

Combo

Field variant ‘AH’.

ComboEth

Field variant ‘AI’.

OfficialClosingPrice

Field variant ‘AJ’.

PriorReferencePrice

Field variant ‘AK’.

Cancel

Field variant ‘0’.

StoppedSoldLast

Field variant ‘AL’.

StoppedOutOfSequence

Field variant ‘AM’.

OfficalClosingPrice

Field variant ‘AN’.

CrossedAo

Field variant ‘AO’.

FastMarket

Field variant ‘AP’.

AutomaticExecution

Field variant ‘AQ’.

FormT

Field variant ‘AR’.

BasketIndex

Field variant ‘AS’.

BurstBasket

Field variant ‘AT’.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

The error type that can arise during deserialization.

A type with values that customize the serialization algorithm, e.g. padding information. Read more

Writes self to buffer using custom serialization settings.

Parses and deserializes from data.

Writes self to buffer using default settings.

Like FixValue::deserialize, but it’s allowed to skip some amount of input checking. Invalid inputs might not trigger errors and instead be deserialized as random values. Read more

Serializes self to a Vec of bytes, allocated on the fly.

Allocates a String representation of self. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.