This enum use to indicate if the requested operation pass to server or not.
The following are the values and the descriptions for every value:
CallingResultsEnum
Value | Constant | Description |
1 |
Success Result |
Sent to the server successfully. |
2 |
NoPrivilege Result |
Do not have the privilege to do the operation. |
3 |
InvalidAccount Result |
Not valid selected account ID. |
4 |
CannatChangePrice Result |
When can’t change therequoted orders |
5 |
InvalidSymbolID Result |
Invalid symbol ID |
6 |
TimerExpired Result |
When time expired to accept or reject the order or can’t |
7 |
InvalidTicket Result |
When can’t found the ticket |
8 |
InvalidAmount Result |
When taking an amount of order less than the minimum amount ber dear or larger than maximum amount ber dear, or whentake the order at an amount notmultiples ofthe Minimum amount. |
9 |
InvalidPrice Result |
When taking an order at price not valid. |
10 |
|
When the given order or position ID not correct |