Skip to content

question for Feite #198

Closed Answered by hootnot
traveller1011 asked this question in Q&A
Jan 6, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Make sure you enter a limit order. Market orders will get executed directly and therefore not show up in the orderlist since that one does PENDING by default.

So, in your case, without specifying params, you only will see PENDING orders, and there will be none if you only issue MARKET orders.

I've just entered a limit sell EUR_JPY @145 and it gives me:

{
  "orders": [
    {
      "id": "387093",
      "createTime": "2023-01-06T08:28:04.607826616Z",
      "type": "LIMIT",
      "instrument": "EUR_JPY",
      "units": "-500000",
      "timeInForce": "GTD",
      "price": "145.000",
      "gtdTime": "2023-01-13T08:27:48.000000000Z",
      "triggerCondition": "DEFAULT",
      "partialFill": "…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@traveller1011
Comment options

Answer selected by hootnot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #197 on January 06, 2023 17:44.