GetAtmStrategyEntryOrderStatus()
<< Click to Display Table of Contents >> GetAtmStrategyEntryOrderStatus() |
Gets the current state of the specified entry order.
Note: If the method can't find the specified order, an empty array is returned. |
A string[] array holding three elements that represent average fill price, filled amount and order state.
GetAtmStrategyEntryOrderStatus(string orderId)
orderId |
The unique identifier for the entry order |
protected override void OnBarUpdate() |