Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update influx.py #137

Merged
merged 1 commit into from
Nov 14, 2020
Merged

Update influx.py #137

merged 1 commit into from
Nov 14, 2020

Conversation

GoldenNaim
Copy link
Contributor

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

Description of code - what bug does this fix / what feature does this add?

  • - Tested
  • - Changelog updated

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
@bmoscon bmoscon merged commit 2d82162 into bmoscon:master Nov 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants