public method O2GRequestFactory.createRefreshTableRequestByAccount

Brief

Creates a request for a table containing data about one account. It is usually used to request data about orders on an account from the server.

Declaration
C#
O2GRequest  createRefreshTableRequestByAccount (O2GTable table, string account)

Parameters
table

The identifier of the table.

account

The identifier of the account.

back