コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TradeExtensionsBadRequestResponse" /> class.
 /// </summary>
 /// <param name="tradeClientExtensionsModifyRejectTransaction">tradeClientExtensionsModifyRejectTransaction.</param>
 /// <param name="errorCode">The code of the error that has occurred. This field may not be returned for some errors..</param>
 /// <param name="errorMessage">The human-readable description of the error that has occurred..</param>
 /// <param name="lastTransactionID">The ID of the most recent Transaction created for the Account.</param>
 /// <param name="relatedTransactionIDs">The IDs of all Transactions that were created while satisfying the request..</param>
 public TradeExtensionsBadRequestResponse(TradeClientExtensionsModifyRejectTransaction tradeClientExtensionsModifyRejectTransaction = default(TradeClientExtensionsModifyRejectTransaction), string errorCode = default(string), string errorMessage = default(string), int lastTransactionID = default(int), List <int> relatedTransactionIDs = default(List <int>))
 {
     this.TradeClientExtensionsModifyRejectTransaction = tradeClientExtensionsModifyRejectTransaction;
     this.ErrorCode             = errorCode;
     this.ErrorMessage          = errorMessage;
     this.LastTransactionID     = lastTransactionID;
     this.RelatedTransactionIDs = relatedTransactionIDs;
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InlineResponse4046" /> class.
 /// </summary>
 /// <param name="TradeClientExtensionsModifyRejectTransaction">TradeClientExtensionsModifyRejectTransaction.</param>
 /// <param name="LastTransactionID">The ID of the most recent Transaction created for the Account. Only present if the Account exists..</param>
 /// <param name="RelatedTransactionIDs">The IDs of all Transactions that were created while satisfying the request. Only present if the Account exists..</param>
 /// <param name="ErrorCode">The code of the error that has occurred. This field may not be returned for some errors..</param>
 /// <param name="ErrorMessage">The human-readable description of the error that has occurred..</param>
 public InlineResponse4046(TradeClientExtensionsModifyRejectTransaction TradeClientExtensionsModifyRejectTransaction = default(TradeClientExtensionsModifyRejectTransaction), string LastTransactionID = default(string), List <string> RelatedTransactionIDs = default(List <string>), string ErrorCode = default(string), string ErrorMessage = default(string))
 {
     this.TradeClientExtensionsModifyRejectTransaction = TradeClientExtensionsModifyRejectTransaction;
     this.LastTransactionID     = LastTransactionID;
     this.RelatedTransactionIDs = RelatedTransactionIDs;
     this.ErrorCode             = ErrorCode;
     this.ErrorMessage          = ErrorMessage;
 }
コード例 #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TradeExtensionsBadRequestResponseAllOf" /> class.
 /// </summary>
 /// <param name="tradeClientExtensionsModifyRejectTransaction">tradeClientExtensionsModifyRejectTransaction.</param>
 public TradeExtensionsBadRequestResponseAllOf(TradeClientExtensionsModifyRejectTransaction tradeClientExtensionsModifyRejectTransaction = default(TradeClientExtensionsModifyRejectTransaction))
 {
     this.TradeClientExtensionsModifyRejectTransaction = tradeClientExtensionsModifyRejectTransaction;
 }