Beispiel #1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="ApiContext">The <see cref="ApiCall.ApiContext"/> for this API Call of type <see cref="ApiContext"/>.</param>
 public RemoveFromWatchListCall(ApiContext ApiContext)
 {
     ApiRequest      = new RemoveFromWatchListRequestType();
     this.ApiContext = ApiContext;
 }
 /// <summary>
 /// 
 /// </summary>
 /// <param name="ApiContext">The <see cref="ApiCall.ApiContext"/> for this API Call of type <see cref="ApiContext"/>.</param>
 public RemoveFromWatchListCall(ApiContext ApiContext)
 {
     ApiRequest = new RemoveFromWatchListRequestType();
     this.ApiContext = ApiContext;
 }
Beispiel #3
0
 /// <summary>
 ///
 /// </summary>
 public RemoveFromWatchListCall()
 {
     ApiRequest = new RemoveFromWatchListRequestType();
 }
 /// <summary>
 /// 
 /// </summary>
 public RemoveFromWatchListCall()
 {
     ApiRequest = new RemoveFromWatchListRequestType();
 }