User Tools

Site Tools


pproapi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pproapi [2023/11/27 11:11] – [Register] hammedpproapi [2024/01/10 09:08] (current) – [CancelOrder] hammed
Line 68: Line 68:
 **Notes:** **Notes:**
  
-  * For IMBALANCE / OSTAT / ORDEREVENT / PAPIORDER, messages pass the region parameter+  * For OSTAT / ORDEREVENT / PAPIORDER, messages pass the region parameter 
 +  * For IMBALANCE / SCRIPTS, messages pass the market parameter
   * For L1, L2, or TOS data, messages must pass the symbol parameter   * For L1, L2, or TOS data, messages must pass the symbol parameter
   * Lv1 and Tos are deprecated but still available, please update your scripts to use L1 and TOS, respectively   * Lv1 and Tos are deprecated but still available, please update your scripts to use L1 and TOS, respectively
Line 147: Line 148:
 <code>SetOutput?feedtype=NEWS&output=bykey&status=on</code> <code>SetOutput?feedtype=NEWS&output=bykey&status=on</code>
  
-==Scripts (SCRIPTS)===+===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. 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:
 +
 +<code>Register?feedtype=SCRIPTS</code>
 +
 ====SetOutput==== ====SetOutput====
  
Line 160: Line 166:
 Syntax:  Syntax: 
  
-<code>SetOutput?symbol=<symbol.extension> & region=[1|2|3|4] & feedtype=[L1|TOS|L2|IMBALANCE|OSTAT|ORDEREVENT|PAPIORDER|NEWS] & output=[bykey|bytype|<port>] & status=[on|off]</code>+<code>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]</code>
  
 Example: Example:
Line 168: Line 174:
 ===Notes=== ===Notes===
  
-  * For IMBALANCE / OSTAT / ORDEREVENT / PAPIORDER, messages pass the region parameter.+  * For OSTAT / ORDEREVENT / PAPIORDER / SCRIPTS, messages pass the region parameter. 
 +  * For IMBALANCE, messages pass the market parameter.
   * For L1, L2, or TOS data, must pass the symbol parameter.   * For L1, L2, or TOS data, must pass the symbol parameter.
   * 'Lv1' and 'Tos' are deprecated but still available. Update your scripts to use 'L1' and 'TOS'.   * 'Lv1' and 'Tos' are deprecated but still available. Update your scripts to use 'L1' and 'TOS'.
Line 304: Line 311:
 ====Imbalance (IMBALANCE)==== ====Imbalance (IMBALANCE)====
  
-Example: <code>Register?region=1&feedtype=IMBALANCE</code>+Example: <code>Register?symbol=*.NQ,*.E1,*.TO&feedtype=IMBALANCE</code>
  
 This command registers the API to receive all Imbalance data. This command registers the API to receive all Imbalance data.
  
-Messages for IMBALANCE must pass the region parameter.+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. **Note:** NASDAQ and NYSE information is dynamic, while TSX/TSX-V information is static. AMEX information is not available at this time.
Line 460: Line 467:
  
 <code>Deregister?symbol=ZVZZT.NQ&feedtype=NEWS</code> <code>Deregister?symbol=ZVZZT.NQ&feedtype=NEWS</code>
-<code>Deregister?region=1&feedtype=IMBALANCE</code>+<code>Deregister?symbol=\*.NQ,\*.E1,\*.TO&feedtype=IMBALANCE</code>
  
 ===Notes=== ===Notes===
  
-  * For IMBALANCE messages, define region, not symbol+  * For IMBALANCE messages, define market, not region or symbol
   * Regional data centers: 1 = NewJersey, 2 = London, 3 = Hong Kong, 4 = Sydney   * Regional data centers: 1 = NewJersey, 2 = London, 3 = Hong Kong, 4 = Sydney
   * For L1, L2, or TOS data, define symbol   * For L1, L2, or TOS data, define symbol
Line 739: Line 746:
   * <Side=Sell> to cancel only Sell orders.   * <Side=Sell> to cancel only Sell orders.
   * <Side=ShortSell> to cancel only Short Sell orders.   * <Side=ShortSell> to cancel only Short Sell orders.
 +  * <Side=Offer> to cancel both Sell orders and Short Sell orders.
  
 ===Notes=== ===Notes===
pproapi.1701101492.txt.gz · Last modified: 2023/11/27 11:11 by hammed