Jump to content

MichaelDE

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by MichaelDE

  1. Hi, I placed a CFD Market-Order via https://demo-api.ig.com/gateway/deal/positions/otc (POST) as follows: { "currencyCode": "EUR", "dealReference": "TESTxy", "direction": "BUY", "epic": "IX.D.DAX.IFMM.IP", "expiry": "-", "forceOpen": "False", "guaranteedStop": "False", "orderType": "MARKET", "size": 0.5 } I obtained the deal confirmation via https://demo-api.ig.com/gateway/deal/confirms/TESTxy (GET) as follows: { "date": "2021-11-24T10:16:31.629", "status": null, "reason": "MINIMUM_ORDER_SIZE_ERROR", "dealStatus": "REJECTED", "epic": "IX.D.DAX.IFMM.IP", "expiry": null, "dealReference": "TESTxy", "dealId": ...and so forth... My question is: What is the MINIMUM_ORDER_SIZE? Size 1.0 worked - is this the minimum? Thanks
×
×
  • Create New...
us