<?xml version="1.0" encoding="utf-8"?> 
<!-- JNLP File  --> 
<jnlp 
  spec="1.0+" 
  codebase="https://etrader3.ptp.primary.com.ar/" 
  href="etrader3.jnlp"> 
  <information> 
	<title>E-Trader III - A3</title> 
	<vendor>Primary S.A.</vendor> 
        <description>E-Trader III - A3</description>
        <description kind="short">E-Trader III - A3</description>
        <description kind="tooltip">E-Trader III - A3</description> 	
        <icon kind="splash" href="img/splash.png"/>
        <icon href="img/icon.png" height="64" width="64" kind="default"/>     
    	<shortcut online="true">
     	 <desktop/>
     	 	<menu submenu="E-Trader III"/>
    	</shortcut>	
  </information> 
  <security> 
	<all-permissions/> 
  </security> 
  
  <update check="always" policy="always"/>
   
  <resources>
	<j2se version="1.8+" java-vm-args="-Xms128m -Xmx1g -XX:MaxPermSize=512m -XX:+PrintGC" href="http://java.sun.com/products/autodl/j2se"/>
	<property name="sun.java2d.d3d" value="false"/> 
	    
    <jar href="jars/etrader-gui.jar" main="true"/>

  </resources>
  
  <resources os="Windows">
    <nativelib href="jars/corojdk11.jar"/>
    <jar href="jars/Coroutine4Java.jar" eager="true"/>
  </resources>
  

  <application-desc main-class="com.primary.etrader.lifecycle.ETraderMain">
	<argument>rofex</argument> <!-- INSTANCE var from AWX template -->
	<!-- Nombre del mercado -->
	<!--	<argument> - A3</argument> -->
	<argument>ROFEX</argument> <!-- Nombre del mercado -->
	<argument>{
	   "connectionLines" : {
		    "linea1" : {
		        "fix" : "fixgw.ptp.primary.com.ar:9876",
		        "ws" : "https://ws.ptp.primary.com.ar",
				"wsOms" : "https://api-risk.ptp.primary.com.ar/rest",
				"config" : "https://etrader3.ptp.primary.com.ar/web-configuration"
		    },
		    "linea2" : {
		        "fix" : "fixgw2.ptp.primary.com.ar:9876",
		        "ws" : "https://ws2.ptp.primary.com.ar",
				"wsOms" : "https://api-risk.ptp.primary.com.ar/rest",
				"config" : "https://etrader3.ptp.primary.com.ar/web-configuration"
		    },
            "linea3" : {
                "fix" : "fixgw1.ptp.primary.com.ar:9876",
                "ws" : "https://ws1.ptp.primary.com.ar",
                "wsOms" : "https://api-risk.ptp.primary.com.ar/rest",
                "config" : "https://etrader3.ptp.primary.com.ar/web-configuration"
            }
	   }
	}</argument>
	<argument>-Detrader.langs=es,en</argument>
	<argument>xxx</argument>
  </application-desc>

</jnlp>
 
