public method StopOrderRequestBuilder.setTradeId

Brief

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

Declaration

protojavascriptjavacsharp
public setTradeId(tradeId : string) : StopOrderRequestBuilder

Parameters
tradeId

The parameter represents the unique identification number of the position to be closed by the stop order

Returns

The method returns an instance of the StopOrderRequest class

Details

See also: StopOrderRequestBuilder

Declared in StopOrderRequestBuilder

back