Symbol Price
Paritech.Prodigy.Control Symbol Price <Exchange> <Market> <Symbol> <Name> [Price]
Adds/updates, or clears a reference price for a symbol.
Arguments
Section titled “Arguments”Field | Description |
---|---|
Exchange | The Prodigy Exchange to connect to. |
Market | The code of the hosted market. |
Symbol | The code of the listed symbol. |
Name | The name of the reference price. |
Price | The price to assign. If omitted, clears the named reference price. |
Available Options
Section titled “Available Options”No options.
Output
Section titled “Output”Exit Code | Description |
---|---|
0 | Request successful. Returns the text result code from the Market on STDOUT. |
-1 | General failure |
Examples
Section titled “Examples”Paritech.Prodigy.Control Symbol Price XOSP XSX TEST1 ListingPrice 1.0 > Output.txt
Applied
More Information
Section titled “More Information”Utilises the Submit Symbol Action REST API with the Reference request type.