static public field O2GResponseType.GetTrades
Brief
The constant represents the type of a response to a request for initial open position information.
Details
If your application uses the IO2GTableManager
, the Trades table is always loaded during the login process.
This information is kept in an IO2GTradesTable
object.
If your application does not use the IO2GTableManager
, the initial open position information needs to be requested.
Depending on the trading server settings, the Trades table may or may not be loaded by the server automatically during the login process.
To determine whether the table is loaded or not and what follow-up action is required to obtain the
O2GResponseType.GetTrades
response,
use the returned value of the IO2GLoginRules
.isTableLoadedByDefault
method:
Returned Value |
Follow-up action |
|
Call the
The method returns an instance of the IO2GResponse class if the |
|
Create a request to get initial open position information by using the
In this case, an instance of the |
To process the contents of a response object of the O2GResponseType.GetTrades
type, use an instance of the IO2GTradesTableResponseReader class.
Declared in O2GResponseType