|
Ability to retrieve orders history without need of iterating thru all instruments. |
kurak777
|
Post subject: Ability to retrieve orders history without need of iterating thru all instruments. |
Post rating: 0
|
Posted: Tue 19 Feb, 2013, 10:02
|
|
User rating: 7
Joined: Fri 13 Jan, 2012, 20:49 Posts: 94 Location: Poland, Warsaw
|
Hello Dukascopy Team,
I would like to ask you to implement one method which would make our life easier and our software more efficient.
Currently to retrieve orders history I have to iterate thru all instruments to check if there was any trade closed during given period - it consumes a lot of time. Each check takes 1-2 seconds and as Dukascopy offers 67 instrument the whole process takes more than a minute. Sometimes resulting in 0 close trades, complete waste of time.
IMHO it would be much more efficient to use method which returns List<IOrder> of all closed orders in given period regardless of the Instrument. It would be good if method didn't hide implementation of described iteration. If you are afraid that it would kill your servers maybe restrict max period to 3 months.
Regards, Kurak
|
|
|
|
 |
tcsabina
|
Post subject: Re: Ability to retrieve orders history without need of iterating thru all instruments. |
Post rating: 0
|
Posted: Wed 20 Feb, 2013, 13:28
|
|
User rating: 164
Joined: Mon 08 Oct, 2012, 10:35 Posts: 676 Location: NetherlandsNetherlands
|
|
|
|
 |
|
Pages: [
1
]
|
|
|
|
|