public method LimitOrderRequestBuilder.setOrderId

Brief

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

Declaration

protojavascriptjavacsharp
public setOrderId(orderId : string) : LimitOrderRequestBuilder

Parameters
orderId

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

Returns

The method returns an instance of the LimitOrderRequest class

Details

See also: LimitOrderRequestBuilder

Declared in LimitOrderRequestBuilder

back