public method CloseAllPositionsRequestBuilder.setTimeInForce

Brief

Sets the time in force

Declaration

protojavascriptjavacsharp
public setTimeInForce(timeInForce : string) : CloseAllPositionsRequestBuilder

Parameters
timeInForce

The time in force ('GTC', 'IOC', 'FOK', 'DAY', 'GTD')

Returns

The method returns a new instance of the CloseAllPositionsRequestBuilder class

Details

See also: CloseAllPositionsRequestBuilder

Declared in CloseAllPositionsRequestBuilder

back