public method CloseMarketOrderRequestBuilder.setCustomId

Brief

Sets the custom ID

Declaration

protojavascriptjavacsharp
public setCustomId(customId : string) : CloseMarketOrderRequestBuilder

Parameters
customId

The unique identifier that can be assigned to an order to help identify and manage positions more effectively

Returns

The method returns an instance of the CloseMarketOrderRequest class

Details

See also: CloseMarketOrderRequestBuilder

Declared in CloseMarketOrderRequestBuilder

back