-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
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
Labels
No labels