class O2GTableIterator
Brief
The class iterates through rows of a table.
Details
O2GTableIterator is used in getNextRow and getNextRowByColumnValue function of
O2GAccountsTable,
O2GOffersTable,
O2GOrdersTable,
O2GTradesTable,
O2GClosedTradesTable,
O2GSummaryTable, and
O2GMessagesTable.
O2GTableIterator [hide]
O2GTableIterator iterator = new O2GTableIterator();
O2GOrderTableRow orderTableRow;
while (ordersTable.getNextRow(iterator, out orderTableRow))
{
//...
}
The type defined in the fxcore2.dll assembly.
The namespace is fxcore2.
| Public Constructors | |
|
Constructor. It places the iterator in the beginning. |
|
| Public Methods | |
|
Resets the iterator to the beginning. |
|