public method IO2GSession.sendRequest

Brief

Sends a request to the trade server.

Declaration
C++
virtual void  sendRequest (IO2GRequest * request) = 0

Parameters
request

The request object.

To create a request use the IO2GRequestFactory interface.

To monitor the request results, please implement the IO2GResponseListener interface and subscribe the implementation using the subscribeResponse method.

Declared in IO2GSession

back