Skip to content

API version upgrade request #33

@orbli

Description

@orbli

Hello. When using your library, I receive the following message:

Your API version does not support fractional size rules. Please upgrade to a minimum version 163

I'm subscribing the following:

let contract = {
            let mut c = Contract::default();
            c.symbol = "eth".to_string();
            c.sec_type = "crypto".to_string();
            c.currency = "usd".to_string();
            c.exchange = "paxos".to_string();
            c
};

app.lock().await.req_tick_by_tick_data(req_id, &contract, TickByTickType::AllLast, 0, false)?;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions