Пример #1
0
 /// <summary>
 /// Initialize a new OrderProperties for <see cref="ZerodhaOrderProperties"/>
 /// </summary>
 /// <param name="exchange">Exchange value, nse/bse etc</param>
 /// <param name="productType">Product type</param>
 public ZerodhaOrderProperties(string exchange, KiteProductType productType) : this(exchange)
 {
     ProductType = productType.ToStringInvariant();
 }
Пример #2
0
 /// <summary>
 /// Initialize a new OrderProperties for <see cref="ZerodhaOrderProperties"/>
 /// </summary>
 /// <param name="productType">Product type</param>
 public ZerodhaOrderProperties(KiteProductType productType)
 {
     ProductType = productType.ToStringInvariant();
 }