Function get_market_status

Source
pub fn get_market_status<'a, 'b, 'c, 'info>(
    ctx: CpiContext<'a, 'b, 'c, 'info, ReadMarket<'info>>,
    prices: Prices<u128>,
    maximize_pnl: bool,
    maximize_pool_value: bool,
) -> Result<Return<MarketStatus>>