Swap Order
// Populate the model with necessary values
InitiateOrderRequestModel model = new InitiateOrderRequestModel(){};
// Make the call by passing the model
BaseResponse<PeerToPeerOrderResponseModel> response = thirdPartyOrderOperations.InitiateSwapOrder(model);Last updated