Skip to main content

pull_ticker_page

Function pull_ticker_page 

Source
pub async fn pull_ticker_page(
    backend: &BackendConn,
    stock_id: u64,
    nn_mkt_type: u8,
    common_session: i32,
    begin_tick_key: u64,
    date_time_s: u32,
    pull_count: u32,
    broker_id: Option<i32>,
) -> Result<TickRsp>
Expand description

Pull one exact CMD6128 page. The backend wire caps ordinary pages at 750; callers requesting more must continue with response next_ticker_key and date_time_s, matching C++ OnReply_PullTickerList.