Expand description
Utility functions for working with Tushare API responses
Functionsยง
- get_
bool_ field - Helper function to get boolean field value
- get_
field_ value - Helper function to get field value by name
- get_
float_ field - Helper function to get float field value
- get_
int_ field - Helper function to get integer field value
- get_
optional_ bool_ field - Helper function to get optional boolean field value
- get_
optional_ float_ field - Helper function to get optional float field value
- get_
optional_ int_ field - Helper function to get optional integer field value
- get_
optional_ string_ field - Helper function to get optional string field value
- get_
string_ field - Helper function to get string field value
- response_
to_ vec - Convert TushareResponse to
Vec<T>where T implements FromTushareData