Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Little change because in Influx, the fieldType for the fieldKey "price" was : string , after this update, the fieldType is : float. Example before : name: liquidations-BITMEX fieldKey fieldType -------- --------- leaves_qty float order_id string price string receipt_timestamp float side string timestamp float After : name: liquidations-BITMEX fieldKey fieldType -------- --------- leaves_qty float order_id string price float receipt_timestamp float side string timestamp float
- Loading branch information