-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Comments
Hi, again! I'll take a look, should be open, will fix and get back to you
asap. Thx for reporting, appreciate your feedback!
…On Tue, 24 Oct 2017 at 17:53, Anand Aravindan ***@***.***> wrote:
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
}
]
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#388>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABPAdjhvKOpOvyFHcCNlS8OTcYDRQH0iks5svfnJgaJpZM4QEkDg>
.
|
References: #380 |
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
Below response shows the status as partial when original response status is open. What does partial mean in this case?
The text was updated successfully, but these errors were encountered: