public method OrderRequest.getBuySell

Brief

Gets the trade operation of the order

Declaration

protojavascriptjavacsharp
public getBuySell() : string

Returns

The method returns the trade operation of the order ('S' or 'B')

Details

Declared in OrderRequest

back