public method EntryOrderRequestBuilder.setTimeInForce

Brief

Sets the time in force ('GTC', 'DAY', 'GTD')

Declaration

protojavascriptjavacsharp
public setTimeInForce(timeInForce : string) : EntryOrderRequestBuilder

Parameters
timeInForce

A parameter that specifies how long the order will remain active before it is automatically cancelled

Returns

The method returns an instance of the EntryOrderRequest class

Details

See also: EntryOrderRequestBuilder

Declared in EntryOrderRequestBuilder

back