When an added unit is created, the instrument.SetUnitPositionMessage function will add a message to the unit number listed in the parameter area of the function. The text of the message in the text-message area of the function will be the text assigned to the unit created.
Syntax: |
---|
instrument.SetUnitPositionMessage( [unitNumber], unitMessageText ) |
Parameter: |
Description: |
---|---|
[unitNumber] |
Integer value that identifies the unit number. See: Unit Indexing |
unitMessageText |
Text information that identifies the reason or method that helps to understand why the order appeared. |
Example: |
---|
' The ENTRY ORDER FILLED script section is
|
Returns: |
---|
|
Links: |
---|
See Also: |
Edit Time: 10/28/2020 1:09:33 PM |
Topic ID#: 29 |