Skip to content

Symbol List

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

Retrieves the symbols listed on a hosted market.

FieldDescription
ExchangeThe Prodigy Exchange to connect to.
MarketThe code of the hosted market.
OptionDescription
-JSONOutputs the full JSON. Default is to output CSV.
-Cols <Columns>A comma-separated list of column names. Defaults to c,o,m,e,t,cfg,s.
-Enc <Encoding>Output encoding. One of ASCII, UTF8 (default).
-File <FileName>Write CSV to the given file.
-Format <Format>Output data format. One of CSV (default), TSV.
-NewLine <NewLine>NewLine format. One of CR, LF, CRLF. Defaults to platform specific.
-NoHeaderThe output data does not contain a header line.
-StdoutWrite to STDOUT. Default.
Exit CodeDescription
0Request successful. If -Stdout is specified, writes the requested data out.
-1General failure
Retrieve Symbol Info
Paritech.Prodigy.Control Symbol List XOSP XSX -Json > Output.json
Output.json
{"Code":"XS01","Config":{"ID":3,"Name":"Default Security XS01","Class":"EXXXXX","Currency":"AUD"},"State":null,"Comments":null}
{"Code":"XS02","Config":{"ID":2,"Name":"Default Security XS02","Class":"EXXXXX","Currency":"AUD"},"State":null,"Comments":null}
{"Code":"XS03","Config":{"ID":5,"Name":"Default Security XS03","Class":"EXXXXX","Currency":"AUD"},"State":null,"Comments":null}
{"Code":"XS04","Config":{"ID":4,"Name":"Default Security XS04","Class":"EXXXXX","Currency":"AUD"},"State":null,"Comments":null}
{"Code":"XS05","Config":{"ID":6,"Name":"Default Security XS05","Class":"EXXXXX","Currency":"AUD"},"State":null,"Comments":null}
{"Code":"XS06","Config":{"ID":7,"Name":"Default Security XS06","Class":"EXXXXX","Currency":"AUD"},"State":null,"Comments":null}
{"Code":"XS07","Config":{"ID":9,"Name":"Default Security XS07","Class":"EXXXXX","Currency":"AUD"},"State":null,"Comments":null}
{"Code":"XS08","Config":{"ID":8,"Name":"Default Security XS08","Class":"EXXXXX","Currency":"AUD"},"State":null,"Comments":null}
{"Code":"XS09","Config":{"ID":11,"Name":"Default Security XS09","Class":"EXXXXX","Currency":"AUD"},"State":null,"Comments":null}
{"Code":"XS10","Config":{"ID":10,"Name":"Default Security XS10","Class":"EXXXXX","Currency":"AUD"},"State":null,"Comments":null}

Utilises the Retrieve Symbols REST API.