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:16] – [Imbalance (IMBALANCE)] 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 173: Line 174:
 ===Notes=== ===Notes===
  
-  * For IMBALANCE / OSTAT / ORDEREVENT / PAPIORDER / SCRIPTS, messages pass the market 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 465: 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 744: 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.1701101766.txt.gz · Last modified: 2023/11/27 11:16 by hammed