Table of Contents

PPro8 PProAPI

Important information

When using the PProAPI, keep the following in mind:

Disclaimer: Limited Support

The assumption is that users of the API have a basic knowledge of programming and how to integrate URL calls with other tools, and as a result the support provided is limited, for the most part, to the documentation found below.

It is entirely up to the user how they want to interact with the API. It is possible to use the URL calls and process the CSV data using any programming language.

Overview

The PPro8 API is a web service which, when enabled, allows the user to pass commands using URL format:

<RequestType>? <parameter=value & parameter=value & parameter=value ... >

To enable access to PProAPI, go to Metro: General Processes: Trader Management: Trading Parameters: API Access. For more information, see the Trader Management Process Manual.

Note: when UDP is set up, the commands do not receive responses in XML nor in .log files. Instead, the API server responds with HTTP headers. If a command fails, the server returns 400 bad requests. Without UDP set up, using regular URL instead, expected behaviour is 200 good requests.

To launch the PProAPI, a user launches the PPro8 client with the following command:

PPro8.exe -pproapi_port=8080

Note: any port may be used; 8080 is just used in all examples. If you choose to use a different port, we recommend you limit yourself to the range from 1000–65535, as ports below 1000 are often predefined by the operating system.

When logged in, the user can go to the PProAPI portal using this link: http://localhost:8080 . This portal will have a basic summary of the currently available commands.

Note: throughout this instruction manual, example URLs are presented omitting http://localhost:8080 . For all examples below, first type http://localhost:8080/ followed by the command.

UDP functionality

To ensure proper UDP functionality, code your application to actively listen to the port.

If you want to verify UDP functionality, we recommend using NetCat and its accompanying cheat sheet for this purpose.

To use NetCat, launch it with the following command line, for example:

-ul -p4135

…where:

…taken together, this command line means “UDP port 4135 is actively listening.”

You can then use the command line to register and send data to a port you set.

For example:

Register L1 data for ATML.NQ and send data to UDP port 4135.

http://localhost:8080/SetOutput?symbol=ATML.NQ&region=1&feedtype=L1&output=4135&status=on

Example response:

LocalTime=08:53:20.845,Message=L1,MarketTime=08:53:20.551,Symbol=ATML.NQ,BidPrice=8.05000,BidSize=4700,AskPrice=8.07000,AskSize=2500,Tick=D

Notes:

Register commands

Use the Register command to register for each of the available data types.

Syntax:

Register?symbol=<symbol.extension> & region=[1|2|3|4] & feedtype=[L1|TOS|L2|IMBALANCE|OSTAT|ORDEREVENT|PAPIORDER|NEWS]

Return:

<RegistryQueueSize PProApi="<size>" NCSA="<size>" EMEA="<size>" APAC="<size>" />

Example:

Register?symbol=ZVZZT.NQ&feedtype=TOS

New: the Register command is now supported for Manager accounts, for the OSTAT and ORDEREVENT feed types only. For OSTAT / ORDEREVENT, messages pass the region parameter.

The Register command is divided into three separate commands: GetSnapshot, Register, and SetOutput.

Using these commands, you can set the output and enable or disable it being written by setting the status on/off and writing only snapshot, live data, or both, depending on the command.

GetSnapshot

Use this command to get existing data (the last 100 records, but no new data) for the symbol.

Note: for the Level 1 (L1) feedtype, this command returns only two records.

Syntax:

GetSnapshot?symbol=<symbol.extension> & region=[1|2|3|4] & feedtype=[L1|TOS|L2]

Example:

GetSnapshot?symbol=ZVZZT.NQ&feedtype=TOS

Notes

Register

Use this command to register live data and get new information for the symbol.

Syntax:

Register?symbol=<symbol.extension> & region=[1|2|3|4] & feedtype=[OSTAT|ORDEREVENT|NEWS]

Example:

http://localhost:8080/Register?region=1&feedtype=OSTAT

Return:

<RegistryQueueSize PProApi="<size>" NCSA="<size>" EMEA="<size>" APAC="<size>" />
Notes

For OSTAT / ORDEREVENT messages, pass the region parameter.

News (NEWS)

Use this command to register the API to receive all News entries:

Example:

Register?feedtype=NEWS

Use this command to send the continuous News feed to a file named NEWSTEXTUPDATEANALYTICS_1.log, which is then saved to the PPro8 launch directory:

Example:

SetOutput?feedtype=NEWS&output=bykey&status=on

Scripts (SCRIPTS)

This command registers the API to register scripts. This will require you to set an output, and after doing so will create a file where all the scripts will be written.

Example:

Register?feedtype=SCRIPTS

SetOutput

Use this command to set the output information for the symbol and define where the data should be written, either bykey or bytype.

Please note that the data will be written to a log file, which will be generated in PPro8 folder.

New: the SetOutput command is now supported for Manager accounts, for the OSTAT and ORDEREVENT feed types only. For OSTAT / ORDEREVENT, messages pass the region parameter.

Syntax:

SetOutput?symbol=<symbol.extension> & region=[1|2|3|4] & feedtype=[L1|TOS|L2|IMBALANCE|OSTAT|ORDEREVENT|PAPIORDER|NEWS|SCRIPTS] & output=[bykey|bytype|<port>] & status=[on|off]

Example:

SetOutput?symbol=ZVZZT.NQ&feedtype=NEWS&output=4134&status=on

Notes

GetOstats

Syntax:

SetOutput?region=1&feedtype=OSTAT&output=bytype&status=on

Syntax for UDP registrations:

<SetOutput?region=1&feedtype=OSTAT&output=4321&status=on

Level 1 (L1)

Example:

Register?symbol=ZVZZT.NQ&feedtype=L1

This command registers the API to receive all Level 1 price/size updates for symbol ZVZZT.NQ. These updates are written to a file in the PPro8 launch directory with the name L1_1_ZVZZT.NQ.log, where the number represents the region. The regions are as follows:

Note: please ensure that you register for the correct region with all relevant commands.

Messages for L1 must include the symbol parameter.

Each L1 update is a comma-separated line of data with the following fields:

Time of Sales (TOS)

Example:

Register?symbol=ZVZZT.NQ&feedtype=TOS

This command registers the API to receive all Time of Sales prints for symbol ZVZZT.NQ.

Messages for TOS must include the symbol parameter.

TOS messages are stored in a separate file for each registered symbol.

Each TOS update is a comma-separated line of data with the following fields:

Information for the Type parameter:

Live feed data starts once the user registers for the feed.

Note: snapshot data is not duplicate data. Rather, it is historical data showing the last 100 TOS prints before the user registered for the feed. Snapshot records can be processed if the user wants to get an idea of symbol sales from directly prior to the TOS registry. The snapshots are used to populate the TOS window when a symbol is registered to it, and since the API makes the same calls as the software, the TOS is included here as well.

Examples:

LocalTime=21:32:59.193,MarketTime=00:00:00.000,Symbol=WBC.AX,Type=1,Price=0,Size=0,Source=0
LocalTime=21:34:52.322,MarketTime=11:33:15.929,Symbol=WBC.AX,Type=2,Price=34.445,Size=59,Source=0,Condition=?,Tick=?,Mmid=C,SubMarketId=
LocalTime=21:32:59.209,MarketTime=00:00:00.000,Symbol=WBC.AX,Type=3,Price=0,Size=0,Source=0
LocalTime=21:34:42.916,MarketTime=11:34:41.913,Symbol=WBC.AX,Type=0,Price=34.44,Size=64,Source=42,Condition=?,Tick=?,Mmid=A,SubMarketId=

For more information, see the complete list of PPro8 TOS Values and Buyer/Seller Codes.

Market Depth (L2)

Example:

Register?symbol=ZVZZT.NQ&feedtype=L2

This command registers the API to receive all Level 2/Market Depth updates for symbol ZVZZT.

Messages for L2 must include the symbol parameter.

L2 messages are stored in a separate file for each registered symbol.

Each L2 update is a comma-separated line of data with the following fields:

Each update either a) creates a new level, or b) replaces the existing values for that MMID, Price, and Side combination.

For example, if you already have an ANON Bid @ 8.60 for 400 shares, then the above example data would replace that so the new values would be ANON Bid @ 8.60 for 100 shares.

Market Depth snapshot

If you would like to get a Market Depth snapshot, you can use the GetSnapshot command.

Example:

GetSnapshot?symbol=ZVZZT.NQ&feedtype=L2

The snapshot begins with a line where Side=s, for example:

LocalTime=08:37:31.908,MarketTime=00:00:00.000,Mmid=,Side=s,Price=0,Volume=0,Depth=0,SequenceNumber=0

All messages making up the snapshot have SequenceNumber=0.

The snapshot ends with a line where Side=e, for example:

LocalTime=08:37:31.908,MarketTime=00:00:00.000,Mmid=,Side=e,Price=0,Volume=0,Depth=0,SequenceNumber=0

Imbalance (IMBALANCE)

Example:

Register?symbol=*.NQ,*.E1,*.TO&feedtype=IMBALANCE

This command registers the API to receive all Imbalance data.

Messages for IMBALANCE must pass the market parameter.

Note: NASDAQ and NYSE information is dynamic, while TSX/TSX-V information is static. AMEX information is not available at this time.

Each IMBALANCE update is a comma-separated line of data with the following fields:

Each imbalance update represents the current size of the imbalance. Previous messages for the same symbol can be discarded.

Order Status (OSTAT)

Example:

Register?region=1&feedtype=OSTAT

This command registers the API to receive all Order Status (OSTAT) messages for the user in region 1 (NCSA), region 2 (EMEA), region 3 (APAC), or region 4 (AUNZ).

Messages for OSTAT must pass the region parameter.

One file is created for each region. In order to see all order updates—including internal rejects—a user will need to monitor both the OSTAT and ORDEREVENT logs.

Note: for Futures contracts, the API sends the contract size for the Price tag, not the contract price. Use GetLv1 to find tick size and tick value, and to calculate: Contract Price = (Contract Size * Tick Size) / Tick Value

Each OSTAT update is a comma-separated line of data with the following fields:

Order Flags are a sum of the below numbers:

SentViaScriptSrv=256 flag is sent whenever an order triggers Cancel Opposing or Cancel Less Aggressive logic.

You can use the OSTAT log, in combination with the ORDEREVENT log, to monitor the state of orders and track executions and associated fees. This data is also used by the PPro8 client software to update the Summary and History Log windows.

Order Event (ORDEREVENT)

Example:

Register?region=1&feedtype=ORDEREVENT

This command registers the API to receive all Order Event (ORDEREVENT) messages for the user in region 1 (NCSA).

Messages for ORDEREVENT must pass the region parameter.

One file is created for each region. This log can be combined with the OSTAT log to monitor for all order updates.

The primary use of the ORDEREVENT log is to recognize an order as rejected internally where it does not appear in the OSTAT log.

Each ORDEREVENT update is a comma-separated line of data with the following fields:

Order_Event (ORDEREVENT) Flavour Descriptions as follows:

Note: when price and sizes are pending OPC, an invalid value appears. This issue is usually corrected when we release a new OSM. If you believe this can affect trading, you may be able to filter them out as Size = -1. The description will also show the message 'New order, OPC Pending'.

PProAPI Index to Order Number (PAPIORDER)

Example:

Register?region=1&feedtype=PAPIORDER

This command registers the API to receive information for orders sent through the API about the order number associated with each order request ID.

Messages for PAPIORDER must pass the region parameter.

You can use this log file to limit the number of 'GetOrderNumber' requests you need to submit. You can set your program/script to monitor this log file for that information.

Each PAPIORDER update is a comma-separated line of data with the following fields:

Deregister

This command is used to deregister for available data types. This stops the API from writing to log files or making L1 calls available.

Syntax:

Deregister?symbol=symbol.extension & region=[1|2|3|4] & feedtype=[L1|TOS|L2|IMBALANCE|NEWS]

Examples:

Deregister?symbol=ZVZZT.NQ&feedtype=NEWS
Deregister?symbol=\*.NQ,\*.E1,\*.TO&feedtype=IMBALANCE

Notes

Lv1 & Tos

'Lv1' and 'Tos' are deprecated, but still available. Update your scripts to use 'L1' and 'TOS'.

Get

This command gets information from Summary by layer. It returns the same total number of columns as the PPro8 GUI for all layers.

New: wildcard (*) is now allowed in this command, which means All Symbols or All Traders depending on the selected key.

Syntax:

Get?type=tool & tool=[Summary_n] & key=<regionAsset>[^<layerKey>]*

Example:

Get?type=tool&tool=Summary_2&key=NCSA Equity^GODOT^F.NY

Notes

GetBlotter

Use this command to return blotter information on a user ID.

Syntax:

GetBlotter?user=<userId>

Example:

http://localhost:8080/GetBlotter?user=GODOT

Return:

<Trader name="GODOT"> <Region id="1" name="NCSA"> <Transaction Message="OrderStatus" MarketDateTime="20141121-09:25:10.252" Currency="USD" Symbol="BRK/A.NY" Gateway="1" Side="B" OrderNumber="GODOT___00000001M172461100000" Price="0.01" Shares="1" Position="2" OrderState="Partially Filled" MarketID="18" CurrencyChargeGway="USD" ChargeGway="0.004" CurrencyChargeAct="UNK" ChargeAct="0" CurrencyChargeSec="UNK" ChargeSec="0" CurrencyChargeExec="UNK" ChargeExec="0" CurrencyChargeClr="UNK" ChargeClr="0" OrderFlags="8" CurrencyCharge="0" Account="1ORBX00001OR1GODOT___USD1" InfoCode="0" InfoText="Great stock. Great Price"/> </Region> </Trader>

GetBlotterSnapshot

Use this command to request a Refresh from Summary.

Syntax:

GetBlotterSnapshot?trader=[USERID] & region=[1|2|3|4] & assetid=<assetId>

Example:

GetBlotterSnapshot?trader=DV113X91&region=1&assetid=1

GetBracketId

Use this command to get the bracket ID of a symbol to send a bracket order for it.

Syntax:

GetBracketId?symbol=<symbol.extension>

Example:

GetBracketId?symbol=FB.NQ

To send a bracket order, use two ExecuteOrder commands. For example:

ExecuteOrder?symbol=FB.NQ&limitprice=10.10&ordername=&shares=100&bracketid=FB.NQ_1518813150_API
ExecuteOrder?symbol=FB.NQ&limitprice=20.10&ordername=&shares=100&bracketid=1518813150_API

Executing both commands will send a bracket script with two manual orders as limits. Stop and trailing stop orders can be used as well.

GetEnvironment

This command recalls the environment the user is logged into (TMS or Live), and the user ID and directory where PPro8 is installed.

Syntax:

GetEnvironment?

Return:

<Environment="Live" User="ABE001" DataDir="C:\Program Files\Ralota\Inka"/>

GetL1Registrations

This command returns all symbols registered for L1 per region.

Syntax:

GetL1Registrations?

Example:

http://localhost:8080/GetL1Registrations?

This will bring up current L1 registrations.

GetLv1

This command recalls Level 1 snapshot data. You must register for L1 data before trying to read it.

Syntax:

GetLv1?symbol=<symbol.extension>

Example:

GetLv1?symbol=TD.TO

This will bring up the following response:

<Level1Data Message="L1DB" MarketTime="15:22:47.100" Symbol="TD.TO" BidPrice="55.4600" AskPrice="55.4700" BidSize="11000" AskSize="700" Volume="798304" MinPrice="55.1100" MaxPrice="55.5000" LowPrice="55.1100" HighPrice="55.5000" FirstPrice="55.4000" OpenPrice="55.4000" ClosePrice="55.3400" MaxPermittedPrice="0" MinPermittedPrice="0" LotSize="100" LastPrice="55.4600" InstrumentState="Open" AssetClass="Equity" TickValue="0" TickSize="0.00500000" Currency="CAD" Tick="D"/>

This GetLv1 response is a comma-separated line of data that includes the following fields:

GetNewsDetails

This command retrieves detailed information for a specific News ID.

Syntax:

GetNewsDetails?alertid=<alertId>

Example:

GetNewsDetails?alertid=201908026270

GetScriptState

This command returns the state of a given Script ID (except Flatten scripts, which are not applicable).

Note: the GetOrderNumber command can also be used to retrieve a Script ID, as any script sent via API also returns a Request ID, much like the ExecuteOrder command does.

Syntax:

GetScriptState?scriptid=<scriptId>

Return:

script state

Example:

http://localhost:8080/GetScriptState?scriptid=DV113X9100000004S1761A4100000

The possible script states are as follows:

GetTraderInfo

This command returns information about a trader, including algorithm, LFT amount, NL amount, etc. Buying Power information is included as a part of the GetTraderInfo response.

Syntax:

GetTraderInfo?trader=<trader> & region=<region> & assetid=<assetId>

Example:

GetTraderInfo?trader=DV113X91&region=1&assetid=1

Response:

traderId="DV113X91" regionId="1" assetclassId="1" traderState="1" algorithm="0" lftAmount="2000" netLossAmount="1500" timerIsActive="N" currentTimeRemaining="0"

This response includes the following fields:

GetTransactions

This command recalls all executions for a user ID.

Syntax:

GetTransactions?user=<userID>

Example:

GetTransactions?user=GODOT

Return:

<Trader name="GODOT"> <Region id="1" name="NCSA"> <Transaction Message="OrderStatus" MarketDateTime="20141121-09:25:10.252" Currency="USD" Symbol="BRK/A.NY" Gateway="1" Side="B" %%OrderNumber="GODOT___00000001M172461100000" Price="0.01" Shares="1" Position="2" OrderState="Partially Filled" MarketID="18" CurrencyChargeGway="USD" ChargeGway="0.004" CurrencyChargeAct="UNK" ChargeAct="0" CurrencyChargeSec="UNK" ChargeSec="0" CurrencyChargeExec="UNK" ChargeExec="0" CurrencyChargeClr="UNK" ChargeClr="0" OrderFlags="8" CurrencyCharge="0" Account="1ORBX00001OR1GODOT___USD1"%% InfoCode="0" InfoText="Great stock. Great Price"/> </Region> </Trader>

Note: for Futures symbols, this command now returns Display Price instead of Contract Size.

ValidateSymbol

Use this command to check if Symbol is available in Ppro8, and the time parameter is just how long the client can wait for a response from the server before it fails.

Syntax :

ValidateSymbol?symbol=<symbol.extension> & time=<milliseconds>

Return : <validation status>

Examples:

You can use the API to interact with orders in several ways. For more detailed examples, see the PProAPI Portal (http://localhost:8080 ).

ExecuteOrder

The ExecuteOrder command includes a number of values that can be entered depending on the chosen order type:

Syntax:

ExecuteOrder?symbol=<symbol.ext> & limitprice=<float> & ordername=<copied from KeyboardSetup> & shares=<int> & cancel=orderNumber & priceadjust=<float> & stopprice=<float> & pegdifference=<float> & displaysize=<int> & displayrange=<int> & minexecsize=<int>

Return:

requestId

Example:

ExecuteOrder?symbol=BB.TO&limitprice=6.90&ordername=TSX Buy SweepSOR Limit ANON DAY Reserve&shares=1000&displaysize=100

This example would send a Reserve order on the TSX with a limit price of 6.90, a size of 1000, and a display size of 100 shares.

Notes

ExecuteBasketOrder

Use this command to send a basket order by name.

Syntax:

ExecuteBasketOrder?basketname=<basketName>

Example:

ExecuteBasketOrder?basketname=basket1

ExecuteListOrder

Use this command to send orders from an order list (set using the Order List window in PPro8).

Syntax:

ExecuteListOrder?symbol=<symbol.ext>&orderlistname=<orderListName>&shares=<int>

Example:

ExecuteListOrder?symbol=ZVZZT.NQ&orderlistname=myList&shares=100

CancelAllScripts

This command cancels all active/running scripts for the specified region/asset class.

Syntax:

CancelAllScripts?user=<userId> & region=<regionId> & assetid=<assetId>

Example:

http://localhost:8080/CancelAllScripts?user=DV113X91&region=1&assetid=1

CancelOrder

This command reproduces the cancel functionality. It's possible to cancel multiple orders with this command.

New: this command is now available for use by manager accounts.

Syntax:

CancelOrder?type=ordernumber|all|oldest|newest|closest|furthest&ordernumber=<orderNumber>&symbol=<symbol.ext>|<*.*>|<*.ext>&side=order|bid|offer|sell|shortsell

Example:

CancelOrder?type=all&symbol=ZVZZT.NQ&side=bid

This example command sends a cancel request for all open orders on the bid side of ZVZZT.NQ.

CancelOrder command options:

Notes

CancelScript

This command cancels a specific script.

Syntax:

CancelScript?scriptid=<scriptId>

Example:

http://localhost:8080/CancelScript?scriptid=DV113X9101000001S1772C7100000

OrderCancelReplace

This command replaces the size of a selected order. With this function, the size can only be reduced, not increased.

Syntax:

OrderCancelReplace?ordernumber=<orderNumber> & shares=desired reduced number of shares

Example:

OrderCancelReplace?ordernumber=GODOT___03000008M1711F7000000&shares=1000

GetOrderNumber

This command retrieves the order number associated with the request ID generated by the ExecuteOrder command.

Note: with the introduction of the PAPIORDER feed type, you can also monitor the file generated by region using that command to get this data in real time rather than polling the web server.

Syntax:

GetOrderNumber?requestid=<requestID>

Return:

orderNumber

Example:

GetOrderNumber?requestid=3

This command retrieves the order number for the order submitted on Request ID 3.

GetOrderState

This command retrieves the current state for a specific order.

Note: with the introduction of the OSTAT and ORDEREVENT feed types, you can also monitor the files generated by region using those commands to get this data in real time rather than polling the web server.

Syntax:

GetOrderState?ordernumber=<orderNumber>

Return:

<OrderState>

Example:

GetOrderState?ordernumber=GODOT03000008M1711F7000000

This example command retrieves the current order state for order number GODOT03000008M1711F7000000.

The numerical value of the order state appears. This numerical value represents one of the following:

GetOpenOrders

Syntax:

GetOpenOrders?user=<userID>

Return:

<Orders><Order id= state= /><Order id= state= />(....)</Orders>

Example:

GetOpenOrders?user=GODOT

This command retrieves the states of orders by user ID. States include the following:

This command also returns the following parameters:

Note: for Futures symbols, this command now returns Display Price instead of Contract Size.

SendTrailingStop

This command sends a trailing stop order according to set parameters.

Syntax:

SendTrailingStop?symbol=<symbol.ext> & limitprice=<float> & ordername=<copied from KeyboardSetup> & shares=<int> & referenceprice=<bid|ask|lastPrice|midPoint> & offsettype=<numeric|percentage|tickSize> & trailoffset=<number> & incrementtype=<none|numeric|percentage|tickSize> & trailincrement=<number> & priceadjust=<float> & stopprice=<float> & pegdifference=<float> & displaysize=<int> & displayrange=<int> & minexecsize=<int>

Example:

SendTrailingStop?symbol=_STW60.E1&limitprice=10.10&ordername=AUTE Buy AUTE Limit ANON DAY&shares=100&referenceprice=bid&offsettype=percentage&trailoffset=0.8&incrementtype=numeric&trailincrement=1

SendSwiftStop

This command sends a stop order script according to set parameters.

Syntax:

SendSwiftStop?symbol=<symbol.ext> & limitprice=<float> & ordername=<copied from KeyboardSetup> & shares=<int> & swiftstopprice=<float>

Example:

SendSwiftStop?symbol=_STW60.E1&limitprice=10.10&ordername=AUTE Buy AUTE Limit ANON DAY&shares=100&swiftstopprice=10.08

GetOpenPositions

This command retrieves a list of the current open positions for a user ID, including Average Price.

Syntax:

GetOpenPositions?user=<userID>

Return:

<Positions> <Symbol <data> />(....)</Positions>

Example:

GetOpenPositions?user=GODOT

Flatten

This command will cancel all open orders for a symbol. It will also cancel all scripts on the symbol, provided that the trader has a position or an open order on the symbol.

Syntax:

Flatten?symbol=<symbol.extension>

Example:

Flatten?symbol=ZVZZT.NQ

This command can also be used for multiple symbols:

Flatten?symbol=ZVZZT.NQ,ZWZZT.NQ,ZXZZT.NQ

This command can also be used for a single or multiple market extensions:

http://localhost:8080/Flatten?symbol=*.NQ
http://localhost:8080/Flatten?symbol=*.NQ,*.E1,*.TO

This command can also be used by managers for a single or multiple traders:

Flatten?symbol=<symbol.ext> & trader=<trader>

Examples:

http://localhost:8080/Flatten?symbol=ZVZZT.NQ&trader=DV101
http://localhost:8080/Flatten?symbol=ZVZZT.NQ,ZWZZT.NQ,ZXZZT.NQ&trader=DV101,DV102
http://localhost:8080/Flatten?symbol=*.NQ&trader=DV101
http://localhost:8080/Flatten?symbol=*.NQ,*.E1,*.TO&trader=DV101,DV102

Notes

Get (Summary)

This command retrieves Summary data by layers. For example, Get Summary by Trader.

Syntax:

Get?type=tool&tool=<summary instance>&key=<layer & row combination>

Example:

Get?type=tool&tool=Summary_1&key=NCSA Equity^GODOT^F.NY

This command exports the information to a CSV file named <logged-on user>_<tool id>.log. This example retrieves information on GODOT's position in F.NY from Summary_1, which can be set up by Trader:Symbol in layer settings.

Data Output Format

Data through the API can be exported into two formats: JSON, and XML.

JSON

To output data as JSON, please take the following steps:

Copy and call the following syntax into your script:

SetJSonON

XML

To output data as XML, please take the following steps:

Copy and call the following syntax into your script:

SetXMLON

Additional Notes