Version 9.5.15 of VertexFx BackOffice API has several new methods, functions and events that make the developing with it easier and more flexible:
New Methods:
1. AccountSummaries:
To invoke summaries for a specific account.
2. Adjustment:
To make an Adjustment operation to a specific account.
3. CreditIn:
To make a Credit In operation to a specific account.
4. CreditOut:
To make a Credit Out operation to a specific account.
5. Deposit:
To make a Deposit operation to a specific account.
6- Disconnect:
To disconnect the system from the server.
6. RequestReport:
To request a BackOffice reports.
7. SendSMS:
To send SMS to a specific client.
8. SendSMSToSelectedAccount:
To send SMS to already selected account.
9. Withdrawal:
To make a Withdrawal operation to a specific account.
10. CreateClient:
To create a new Client.
11. CreateAccount:
To create a new Account.
New Events:
1. ReportDataReceived:
Fire when receive a data report from server.
2. SendSMSResultReceived:
Fire when receive a report from server for sending an SMS after calling the sendSMS or SendSMSToSelectedAccount functions.
3. PendingOrdersLoaded:
Raise when load all of the pending orders for the selected account.
4. TransactionLog:
Fire when any type of transaction operations take place at the system.
5. MoneyTransResultReceived:
Fire when the API receive a report from the server that a money transaction operation has been done.
6. CreateAccountResult:
Fire when receive the result from server after calling the CreateAccount method.
7. CreateClientResult:
Fire when receive the result from server after calling the CreateClient method.
New Properties:
1. LoginPassword:
To retrieve the previously used Password with the SetLoginInfo method.
2. LoginUsername:
To retrieve the previously used Username with the SetLoginInfo method.
3. OrderRefHitPrice:
To display the hit price for the reference symbol of the limit order.
4. ServerIP:
To retrieve the previously used IP Address with the SetLoginInfo method.
5. ServerPort:
To retrieve the previously used IP port with the SetLoginInfo method.
6. SymbolByID:
Used to get open positions by Symbol ID.
7. SymbolByIndex:
Used to get open positions by Symbol Index.
8. SymbolByName:
Used to get open positions by Symbol Name.
9. SymbolsCount:
To display the number of the symbols.
10. UserHasPriv:
To display the Privileges given to the user.
11. Result:
Used to Know if a money transaction operation have been done or not.
New Data Types:
1. ManagerReportsTypeEnum:
This class represents the floating status symbol object, that has the net information for this symbol.
2. COSymbol:
This class represents the symbol object that has all the symbol information (bid, ask, high, low, name)
The API SymbolPricesChanged event returns a COSymbol object that is the changed symbol.
3. CreateAccountResultEnum:
This class represents the floating status symbol object, that has the net information for this symbol.
4. CreateClientResultEnum:
This class represents the floating status symbol object, that has the net information for this symbol.
Release On October ,21st, 2010