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 the requoted orders price. |
5 |
InvalidSymbolID
Result
|
Invalid symbol ID |
6 |
TimerExpired
Result
|
When time expired to accept or reject the order or can't found the order ID. |
7 |
InvalidTicket
Result
|
When can't found the ticket number. |
8 |
InvalidAmount
Result
|
When taking an amount of order less than the minimum amount ber dear or larger than maximum amount ber dear, or when take the order at an amount not multiples of the Minimum amount. |
9 |
InvalidPrice
Result
|
When taking an order at price not valid. |
10 |
InvalidID
Result
|
When the given order or position ID not correct. |
See Also
Back to VTL Server Script Index
|