public method LimitOrderRequestBuilder.setOrderId

Overview

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

Declaration

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

Parameters

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

Returns

The method returns an instance of the LimitOrderRequest class

Details

Declared in LimitOrderRequestBuilder