public method OrderInfo.isExecuted

Brief

Checks whether the order is executed

Declaration

protojavascriptjavacsharp
public isExecuted() : boolean

Returns

The method returns a boolean value of 'true' if the order has been executed, and 'false' if it has not been executed

Details

Declared in OrderInfo

back