Skip to main content

best_within_limit_book_price

Function best_within_limit_book_price 

Source
fn best_within_limit_book_price(
    state: &AppState,
    symbol: &str,
    side: Side,
    limit_price: Decimal,
) -> Result<BookReferencePrice, ApiError>