Subversion Repositories Integrator Subversion

Rev

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

Rev 776 Rev 794
Line 7... Line 7...
7
        public enum TipoPadrao {
7
        public enum TipoPadrao {
8
        PARCIAL_G2,
8
        PARCIAL_G2,
9
        COMPLETO_G3
9
        COMPLETO_G3
10
    }
10
    }
11
11
-
 
12
        private String idAtivo;
12
    private Candle referencia;
13
    private Candle referencia;
13
    private Candle gatilho1;
14
    private Candle gatilho1;
14
    private Candle gatilho2;
15
    private Candle gatilho2;
15
    private Candle gatilho3;
16
    private Candle gatilho3;
16
    private Candle gatilho4;
17
    private Candle gatilho4;
17
    private TipoPadrao tipoPadrao;
18
    private TipoPadrao tipoPadrao;
-
 
19
   
-
 
20
    public String getIdAtivo() {
-
 
21
                return idAtivo;
-
 
22
        }
-
 
23
    public void setIdAtivo(String idAtivo) {
-
 
24
                this.idAtivo = idAtivo;
-
 
25
        }
18
   
26
   
19
    public Candle getReferencia() {
27
    public Candle getReferencia() {
20
        return referencia;
28
        return referencia;
21
    }
29
    }
22
30