Is there a way, similar to the account list, for enumerating configured share services ?
For accounts we use this:
[TypeConverter(typeof(NinjaTrader.NinjaScript.AccountNameConverter))]
public string AccountName { get; set; }
Thanks

Comment