public method StopOrderRequestBuilder.setOrderId

Overview

Sets the unique identifier of the order to be stop/limit order attached

Declaration

function setOrderId(orderId)
public StopOrderRequestBuilder setOrderId(String orderId);
public StopOrderRequestBuilder setOrderId(string orderId);

Parameters

Name Description
orderId The unique identifier of the order to which the stop/limit order is attached

Returns

The method returns an instance of the StopOrderRequest class

Details

Declared in StopOrderRequestBuilder