public method LimitOrderRequestBuilder.setTradeId

Brief

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

Declaration

protojavascriptjavacsharp
public setTradeId(tradeId : string) : LimitOrderRequestBuilder

Parameters
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

See also: LimitOrderRequestBuilder

Declared in LimitOrderRequestBuilder

back