marlais / Alveo

This repository is for the real-time trading application Alveo
https://apiaryfund.com/software
16 stars 17 forks source link

OrderClose return type incorrect #5

Open dbaechtel opened 7 years ago

dbaechtel commented 7 years ago

Wiki says: protected bool OrderClose(int ticket, double lots, double price, int slippage, color Color = default(color)); But CodeBase says: protected void OrderClose(int ticket, double lots, double price, int slippage, color Color = null);

With a void return type, how can we tell if the OrderClose is successful?

mmerhs commented 7 years ago

Please contact Apiary support on these questions. I am temporarily not working my Apiary account.

At your service, I remain

Robert (Rob) H. Smith (505) 800-9984 17 Magic Mist Moriarty, NM 87035-5443 Gold Savings Accounthttp://karatbars.com/?s=magicmist [First Gold Savings and currency system]

From: dbaechtel [mailto:notifications@github.com] Sent: Sunday, February 19, 2017 8:58 AM To: marlais/Alveo Cc: Subscribed Subject: [marlais/Alveo] OrderClose return type incorrect (#5)

Wiki says: protected bool OrderClose(int ticket, double lots, double price, int slippage, color Color = default(color)); But CodeBase says: protected void OrderClose(int ticket, double lots, double price, int slippage, color Color = null);

With a void return type, how can we tell if the OrderClose is successful?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/marlais/Alveo/issues/5, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AKyq9KlyjjdX8F2IypHIUAfw8HWmOj2qks5reGaFgaJpZM4MFgA6.

dbaechtel commented 7 years ago

THANKS for response.

On Sun, Feb 19, 2017 at 2:33 PM, Rob Smith notifications@github.com wrote:

Please contact Apiary support on these questions. I am temporarily not working my Apiary account.

At your service, I remain

Robert (Rob) H. Smith (505) 800-9984 17 Magic Mist Moriarty, NM 87035-5443 Gold Savings Accounthttp://karatbars.com/?s=magicmist [First Gold Savings and currency system]

From: dbaechtel [mailto:notifications@github.com] Sent: Sunday, February 19, 2017 8:58 AM To: marlais/Alveo Cc: Subscribed Subject: [marlais/Alveo] OrderClose return type incorrect (#5)

Wiki says: protected bool OrderClose(int ticket, double lots, double price, int slippage, color Color = default(color)); But CodeBase says: protected void OrderClose(int ticket, double lots, double price, int slippage, color Color = null);

With a void return type, how can we tell if the OrderClose is successful?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/ marlais/Alveo/issues/5, or mute the threadhttps://github.com/ notifications/unsubscribe-auth/AKyq9KlyjjdX8F2IypHIUAfw8HWmOj 2qks5reGaFgaJpZM4MFgA6.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/marlais/Alveo/issues/5#issuecomment-280942310, or mute the thread https://github.com/notifications/unsubscribe-auth/AA-x1GmbQrrXyDwCibwMxrQd05qIYjZ6ks5reJkggaJpZM4MFgA6 .

-- Don Baechtel

wirenaught commented 7 years ago

This is a known issue. There is no good way to tell if the order close was successful. This includes possible work-arounds. We have these issues scheduled to be addressed after the middle of the year.

felipecaldas commented 7 years ago

Looking forward to seeing this resolved. Thanks.