public method Order.getStage

Brief

Gets the order action: O - open a position, C - close a position

Declaration

protojavascriptjavacsharp
public getStage() : string

Returns

The method returns a string that represents the order action: O - open a position, C - close a position

Details

Declared in Order

back