Sell Order
An interface called IThirdPartyOrderOperations
from the namespace XendBridgeSDK.Services.Interfaces
is provided, in which the method InitiateSellOrderRequest
would be called from. An object argument is passed called InitiateOrderRequestModel
which would return the response of the initiated sell order call.
A generic BaseResponse<T>
class is returned on all the method calls.
The response returned from initiating the sell order is BaseResponse<PeerToPeerOrderResponseModel>
, which the following properties are as follows;
Finally, get your response using the snippet below;
Please see the function from your IDE or visit here to see the request and response models in detail.
Last updated