static public field O2GResponseType.GetOffers
Brief
The constant represents the type of a response to a request for initial offer information.
Details
If your application uses the O2GTableManager
, the Offers table is
always loaded during the login process.
This information is kept in an O2GOffersTable
object.
If your application does not use the O2GTableManager
, the initial offer information needs to be requested.
Depending on the trading server settings, the Offers 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.GetOffers
response,
use the returned value of the O2GLoginRules
.isTableLoadedByDefault
method
with the O2GTableType.Offers argument:
Returned Value |
Follow-up action |
|
Call the
The method returns an instance of the O2GResponse class of the |
|
Create a request to get initial offer information by using the
In this case, an instance of an |
To process the contents of a response object of the O2GResponseType.GetOffers
type, use an instance of the O2GOffersTableResponseReader class.
Declared in O2GResponseType