Class that represents an order, both for submitting and getting updates of.
The Order..::.HistoryList type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator on the list for use with For...Each statements.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Returns the number of items in the list.
| |
| Item |
Returns the history item at the index specified.
|