Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WeightedIndexSecurity"/>.
 /// </summary>
 public WeightedIndexSecurity()
 {
     _weights = new WeightsDictionary(this);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="WeightedPortfolio"/>.
 /// </summary>
 /// <param name="connector">The connection of interaction with trade systems.</param>
 public WeightedPortfolio(IConnector connector)
 {
     _weights = new WeightsDictionary(this, connector);
 }
Beispiel #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WeightedPortfolio"/>.
 /// </summary>
 public WeightedPortfolio()
 {
     _weights = new WeightsDictionary(this);
 }