GetFillAmount( <Broker>, <OrderID> );
| <Broker> | The selected Broker |
| <OrderID> | The selected Order ID Number |
This function returns the "order fill amount" for the OrderID. This value is the # of shares or contracts filled by this order. This value is most often used to handle stops and profit targets within your trading system.
Return Values
This function returns a whole number (integer).