Enum pyth_client::PriceStatus [−][src]
#[repr(C)]
pub enum PriceStatus {
Unknown,
Trading,
Halted,
Auction,
}
Expand description
The current status of a price feed.
Variants
Unknown
The price feed is not currently updating for an unknown reason.
Trading
The price feed is updating as expected.
Halted
The price feed is not currently updating because trading in the product has been halted.
Auction
The price feed is not currently updating because an auction is setting the price.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PriceStatus
impl Send for PriceStatus
impl Sync for PriceStatus
impl Unpin for PriceStatus
impl UnwindSafe for PriceStatus
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more