public method EntryOrderRequestBuilder.setExpirationDate

Brief

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

Declaration

protojavascriptjavacsharp
public setExpirationDate(expirationDate : datetime) : EntryOrderRequestBuilder

Parameters
expirationDate

The date and time at which an order will be automatically cancelled if it has not been executed

Returns

The method returns an instance of the EntryOrderRequest class

Details

See also: EntryOrderRequestBuilder

Declared in EntryOrderRequestBuilder

back