Skip to content

Symbol Update

Paritech.Prodigy.Control Symbol Update <Exchange> <Market> <Symbol>

Updates a symbol listed on a hosted market.

FieldDescription
ExchangeThe Prodigy Exchange to connect to.
MarketThe code of the hosted market.
SymbolThe code of the listed symbol.
OptionDescription
-Attrib <Key> <Value>Supplies an attribute key/value. Can be specified multiple times.
-CFI <CFI>The CFI code for the symbol. Defaults to XXXXXX.
-Comments <Text>A descriptive comment for the symbol. Visible to administrators only.
-Currency <Currency>The currency the symbol is traded in. Defaults to AUD.
-Name <Name>The descriptive name for the symbol. Defaults to ‘Symbol.Market’.
-TickTable <TickTable>The tick table for the symbol. Defaults to no table.
-Value <Key> <Value>Supplies a numeric attribute key/value. Can be specified multiple times.
Exit CodeDescription
0Request successful. Returns the text result code from the Market on STDOUT.
-1General failure
Update Symbol
Paritech.Prodigy.Control Symbol Update XOSP XSX TEST1 -Name "Test Symbol 1" -CFI ESXXXX -Currency USD -Comments "Testing Symbol" > Output.txt
Output.txt
Updated

Utilises the Update Symbol Configuration REST API.