public method LimitOrderRequestBuilder.setCustomId
Overview
Sets the custom ID
Declaration
function setCustomId(customId)
public LimitOrderRequestBuilder setCustomId(String customId);
public LimitOrderRequestBuilder setCustomId(string customId);
Parameters
| Name | Description |
|---|---|
| customId | A parameter that allows to assign a custom identifier to the order. This identifier can be any string value and it can be used to help track the order and identify it later |
Returns
The method returns an instance of the LimitOrderRequest class
Details
Declared in LimitOrderRequestBuilder