Subversion Repositories Integrator Subversion

Rev

Rev 796 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 796 Rev 797
Line 55... Line 55...
55
        c.secType("STK");
55
        c.secType("STK");
56
        c.currency("USD");
56
        c.currency("USD");
57
        c.exchange("SMART");
57
        c.exchange("SMART");
58
        return c;
58
        return c;
59
    }
59
    }
-
 
60
-
 
61
        public static Contract contratoForex() {
-
 
62
                Contract c = new Contract();
-
 
63
                c.symbol("EUR");
-
 
64
                c.secType("CASH");
-
 
65
                c.currency("USD");
-
 
66
                c.exchange("IDEALPRO");
-
 
67
                return c;
-
 
68
        }
60
}
69
}