public method LimitOrderRequestBuilder.setTradeId

Overview

Sets the unique identification number of the position to be closed by the limit order

Declaration

function setTradeId(tradeId)
public LimitOrderRequestBuilder setTradeId(String tradeId);
public LimitOrderRequestBuilder setTradeId(string tradeId);

Parameters

Name Description
tradeId The string that represents the unique identifier of the trade position to be closed

Returns

The method returns an instance of the LimitOrderRequest class

Details

Declared in LimitOrderRequestBuilder