Skip to content

Symbol Add

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

Lists a new symbol 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’.
-Status <Status>The initial status of the symbol. By default is inherited from the 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
List Symbol
Paritech.Prodigy.Control Symbol Add XOSP XSX TEST1 -Name "Test Symbol 1" -CFI ESXXXX -Currency USD -Comments "Testing Symbol" > Output.txt
Output.txt
Created

Utilises the List new Symbol REST API.