public method MarketOrderRequestBuilder.setExpirationDate

Brief

Sets the expiration datetime Applicable only for orders with GTD time-in-force option.

Declaration

protojavascriptjavacsharp
public setExpirationDate(expirationDate : datetime) : MarketOrderRequestBuilder

Parameters
expirationDate

The parameter that specifies the date and time at which the order will expire

Returns

The method returns an instance of the MarketOrderRequest class

Details

See also: MarketOrderRequestBuilder

Declared in MarketOrderRequestBuilder

back