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