public method CloseMarketOrderRequestBuilder.setTradeId

Brief

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

Declaration

protojavascriptjavacsharp
public setTradeId(tradeId : string) : CloseMarketOrderRequestBuilder

Parameters
tradeId

Required parameter. The unique identification number assigned to a specific trade or position. Parameter for the order, allowing to specify which trade or position you want to close

Returns

The method returns an instance of the CloseMarketOrderRequest class

Details

See also: CloseMarketOrderRequestBuilder

Declared in CloseMarketOrderRequestBuilder

back