public method StopOrderRequestBuilder.setOrderId

Brief

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

Declaration

protojavascriptjavacsharp
public setOrderId(orderId : string) : StopOrderRequestBuilder

Parameters
orderId

The unique identifier of the order to which the stop/limit order is attached

Returns

The method returns an instance of the StopOrderRequest class

Details

See also: StopOrderRequestBuilder

Declared in StopOrderRequestBuilder

back