Martijn
Martijn
I'm able to create and confirm an order based on your [documentation](https://github.com/Chavithra/degiro-connector#41-how-to-create-an-order-). When trading on the DeGiro website, once an order is executed, a popup is shown briefly. Is there...
TradingAPI `check_order()` no longer returns `free_space_new` and the 3 `transaction_XXX` properties
The [create order docu](https://github.com/Chavithra/degiro-connector#41-how-to-create-an-order-) shows that the response on `check_order()` has 6 parameters. I did see all of them in the past, but recently it only returns: - `confirmation_id` -...
For example the Trading API might return a negative response while creating or updating orders, see for example the error response in https://github.com/Chavithra/degiro-connector/pull/50#issuecomment-997392518 ```json {"errors": [{"text": "Le prix renseigné (300.0500)...
We're struggling for days now to receive the events in the correct order. However, no matter what we do, events are always handled in the **wrong** order. We use 2...
Recently AlphaVantage has added a new API function `TIME_SERIES_INTRADAY_EXTENDED`, see: https://www.alphavantage.co/documentation/#intraday-extended Can you please add this? It would be preferred to have the optional parameter `adjusted` in as well. Also...
### Current behavior Enabling option "invert if negative" in Excel ([more info](https://www.extendoffice.com/documents/excel/2218-excel-chart-negative-values-different-color.html)), shows an additional Colour picker to define the Inverted Fill Colour: This makes it useful to specify 2...
When running Xcode 11.7 Analyzer on our project with Parse 1.19, it shows the following 7 logic errors: 1. /Parse/Parse/Parse/PFPush.m:322:9: Converting a pointer value of type 'NSNumber *' to a...
UIAlertView is deprecated in iOS 8.0, as it's superseded by UIAlertController. Hence changed the code in 'initiatePaymentRequestForProductWithIdentifier:' to switch between UIAlertView and UIAlertController in case the latter exists. Also suppressed...
After the In-App Purchase of a non-consumable, I got a nil value for the receipts array in the completionHandler. Although while debugging I saw that NSArray *inAppReceipts contained a valid...
When calling [[MKStoreKit sharedKit] restorePurchases] to restore earlier purchases, I was under the impression that only kMKStoreKitRestoredPurchasesNotification would be fired. However, for each product kMKStoreKitProductPurchasedNotification is fired too (before kMKStoreKitRestoredPurchasesNotification)....