Field Name: | Notes: |
<contract_limit> |
The contracts will be returned in ascending order by <contract_no>. Example: You have an account that has 4 contracts numbered: 123, 234, 456, and 567. If you pass 2 into this field, only contracts 123 and 234 will be returned. If you don't pass a value into this field, then all contracts that match your input values will be returned. Note: For better performance, it is recommended that you pass 50 into the <contract_limit> filed. |
<contract_offset> |
Specifies the number of contracts to skip. The contracts will be skipped in ascending order by <contract_no>. Example: You have an account that has 4 contracts numbered: 123, 234, 456, and 567. If you pass 2 into this field, only contracts 456 and 567 will be returned. If you don't pass a value into this field, then it will default to 0. |