pub type StreamPricingResponse = StreamPricingResponse200Body;

Aliased Type§

struct StreamPricingResponse {
    pub price: Option<ClientPrice>,
    pub heartbeat: Option<PricingHeartbeat>,
}

Fields§

§price: Option<ClientPrice>

The specification of an Account-specific Price.

§heartbeat: Option<PricingHeartbeat>

A PricingHeartbeat object is injected into the Pricing stream to ensure that the HTTP connection remains active.