From 347b7086ae164824ac2377d40050d026569a0ebe Mon Sep 17 00:00:00 2001 From: Benny Neugebauer Date: Wed, 5 May 2021 08:23:54 +0200 Subject: [PATCH] docs: Describe array indices --- src/account/AccountAPI.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/account/AccountAPI.ts b/src/account/AccountAPI.ts index 6cd6d492..3e219318 100644 --- a/src/account/AccountAPI.ts +++ b/src/account/AccountAPI.ts @@ -207,7 +207,7 @@ export class AccountAPI { } /** - * Returns the account activity history. + * Returns the account activity history. The first element in the array is the latest activity. The last element is the oldest activity. * * @param PositionCreateRequest - The Information to create the Position * @see https://labs.ig.com/rest-trading-api-reference/service-detail?id=543