pub enum TickType {
Show 113 variants
BidSize,
Bid,
Ask,
AskSize,
Last,
LastSize,
High,
Low,
Volume,
Close,
BidOptionComputation,
AskOptionComputation,
LastOptionComputation,
ModelOption,
Open,
Low13Week,
High13Week,
Low26Week,
High26Week,
Low52Week,
High52Week,
AverageVolume,
OpenInterest,
OptionHistoricalVolatility,
OptionImpliedVolatility,
OptionBidExchange,
OptionAskExchange,
OptionCallOpenInterest,
OptionPutOpenInterest,
OptionCallVolume,
OptionPutVolume,
IndexFuturePremium,
BidExchange,
AskExchange,
AuctionVolume,
AuctionPrice,
AuctionImbalance,
MarkPrice,
BidEfpComputation,
AskEfpComputation,
LastEfpComputation,
OpenEfpComputation,
HighEfpComputation,
LowEfpComputation,
CloseEfpComputation,
LastTimestamp,
Shortable,
NotUsed,
RealTimeVolume,
Halted,
BidYield,
AskYield,
LastYield,
CustomerOptionComputation,
TradeCount,
TradeRate,
VolumeRate,
LastRthTrade,
RealTimeHistoricalVolatility,
IbDividends,
BondFactorMultiplier,
RegulatoryImbalance,
NewsTick,
ShortTermVolume3Min,
ShortTermVolume5Min,
ShortTermVolume10Min,
DelayedBid,
DelayedAsk,
DelayedLast,
DelayedBidSize,
DelayedAskSize,
DelayedLastSize,
DelayedHigh,
DelayedLow,
DelayedVolume,
DelayedClose,
DelayedOpen,
RealTimeTradeVolume,
CreditmanMarkPrice,
CreditmanSlowMarkPrice,
DelayedBidOption,
DelayedAskOption,
DelayedLastOption,
DelayedModelOption,
LastExchange,
LastRegulatoryTime,
FuturesOpenInterest,
AverageOptionVolume,
DelayedLastTimestamp,
ShortableShares,
DelayedHalted,
Reuters2MutualFunds,
EtfNavClose,
EtfNavPriorClose,
EtfNavBid,
EtfNavAsk,
EtfNavLast,
EtfFrozenNavLast,
EtfNavHigh,
EtfNavLow,
SocialMarketAnalytics,
EstimatedIpoMidpoint,
FinalIpoLast,
DelayedYieldBid,
DelayedYieldAsk,
OddLotBid,
OddLotAsk,
OddLotBidSize,
OddLotAskSize,
OddLotBidExchange,
OddLotAskExchange,
NotSet,
Unknown(i32),
}Expand description
IB market-data tick type.
Variants§
BidSize
Bid
Ask
AskSize
Last
LastSize
High
Low
Volume
Close
BidOptionComputation
AskOptionComputation
LastOptionComputation
ModelOption
Open
Low13Week
High13Week
Low26Week
High26Week
Low52Week
High52Week
AverageVolume
OpenInterest
OptionHistoricalVolatility
OptionImpliedVolatility
OptionBidExchange
OptionAskExchange
OptionCallOpenInterest
OptionPutOpenInterest
OptionCallVolume
OptionPutVolume
IndexFuturePremium
BidExchange
AskExchange
AuctionVolume
AuctionPrice
AuctionImbalance
MarkPrice
BidEfpComputation
AskEfpComputation
LastEfpComputation
OpenEfpComputation
HighEfpComputation
LowEfpComputation
CloseEfpComputation
LastTimestamp
Shortable
NotUsed
RealTimeVolume
Halted
BidYield
AskYield
LastYield
CustomerOptionComputation
TradeCount
TradeRate
VolumeRate
LastRthTrade
RealTimeHistoricalVolatility
IbDividends
BondFactorMultiplier
RegulatoryImbalance
NewsTick
ShortTermVolume3Min
ShortTermVolume5Min
ShortTermVolume10Min
DelayedBid
DelayedAsk
DelayedLast
DelayedBidSize
DelayedAskSize
DelayedLastSize
DelayedHigh
DelayedLow
DelayedVolume
DelayedClose
DelayedOpen
RealTimeTradeVolume
CreditmanMarkPrice
CreditmanSlowMarkPrice
DelayedBidOption
DelayedAskOption
DelayedLastOption
DelayedModelOption
LastExchange
LastRegulatoryTime
FuturesOpenInterest
AverageOptionVolume
DelayedLastTimestamp
DelayedHalted
Reuters2MutualFunds
SocialMarketAnalytics
EstimatedIpoMidpoint
FinalIpoLast
DelayedYieldBid
DelayedYieldAsk
OddLotBid
OddLotAsk
OddLotBidSize
OddLotAskSize
OddLotBidExchange
OddLotAskExchange
NotSet
Unknown(i32)
Implementations§
Trait Implementations§
impl Copy for TickType
impl Eq for TickType
impl StructuralPartialEq for TickType
Auto Trait Implementations§
impl Freeze for TickType
impl RefUnwindSafe for TickType
impl Send for TickType
impl Sync for TickType
impl Unpin for TickType
impl UnsafeUnpin for TickType
impl UnwindSafe for TickType
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