MCPcopy Create free account
hub / github.com/TraderOracle/ATAS / days

Class days

LineOverload/LineOverload.cs:31–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 private string sManciniResist = "";
30
31 private struct days
32 {
33 public int idx;
34 public string label;
35 public string ticker;
36 public decimal price;
37 public decimal price2;
38 public Color c;
39 public string source;
40 }
41 private List<days> lsS = new List<days>();
42
43 private int iFontSize = 11;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected