| 11 | { |
| 12 | private int imaType = 1; |
| 13 | private class maType : Collection<Entity> |
| 14 | { |
| 15 | public maType() |
| 16 | : base(new[] |
| 17 | { |
| 18 | new Entity { Value = 1, Name = "SMA" }, |
| 19 | new Entity { Value = 2, Name = "EMA" }, |
| 20 | new Entity { Value = 3, Name = "WMA" }, |
| 21 | new Entity { Value = 4, Name = "HMA" }, |
| 22 | }) |
| 23 | { } |
| 24 | } |
| 25 | public int Short { get; set; } = 3; |
| 26 | public int Long { get; set; } = 10; |
| 27 | public int Signal { get; set; } = 16; |
nothing calls this directly
no outgoing calls
no test coverage detected