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

Invalid status for GDAX order response #388

Closed
anandanand84 opened this issue Oct 24, 2017 · 3 comments
Closed

Invalid status for GDAX order response #388

anandanand84 opened this issue Oct 24, 2017 · 3 comments
Assignees

Comments

@anandanand84
Copy link

Below response shows the status as partial when original response status is open. What does partial mean in this case?

[
  {
    "id": "512d409f-c4e1-4dd2-9b94-5fd779ab15f9",
    "info": {
      "id": "512d409f-c4e1-4dd2-9b94-5fd779ab15f9",
      "price": "320.00000000",
      "size": "1.00000000",
      "product_id": "ETH-USD",
      "side": "sell",
      "stp": "dc",
      "type": "limit",
      "time_in_force": "GTC",
      "post_only": true,
      "created_at": "2017-10-24T14:50:23.142144Z",
      "fill_fees": "0.0000000000000000",
      "filled_size": "0.00000000",
      "executed_value": "0.0000000000000000",
      "status": "open",
      "settled": false
    },
    "timestamp": 1508856623142,
    "datetime": "2017-10-24T14:50:23.142Z",
    "status": "partial",
    "symbol": "ETH/USD",
    "type": "limit",
    "side": "sell",
    "price": 320,
    "cost": 0,
    "amount": 1,
    "filled": 0,
    "remaining": 1
  }
]
@kroitor
Copy link
Member

kroitor commented Oct 24, 2017 via email

@kroitor
Copy link
Member

kroitor commented Oct 24, 2017

References: #380

@kroitor kroitor self-assigned this Oct 24, 2017
@kroitor
Copy link
Member

kroitor commented Oct 24, 2017

This issue was fixed as of v.1.9.249. Thx for reporting!

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

No branches or pull requests

2 participants