pub type GetInstrumentPriceRangeResponse = GetInstrumentPriceRangeResponse200Body;

Aliased Type§

struct GetInstrumentPriceRangeResponse {
    pub prices: Option<Vec<Price>>,
}

Fields§

§prices: Option<Vec<Price>>

The list of prices that satisfy the request.