public method OrderRequest.getBuySell
Gets the trade operation of the order
Declaration
protojavascriptjavacsharppublic getBuySell() : string
public getBuySell() : string
protojavascriptjavacsharpfunction getBuySell()
function getBuySell()
protojavascriptjavacsharppublic String getBuySell();
public String getBuySell();
protojavascriptjavacsharppublic string getBuySell();
public string getBuySell();
Returns
The method returns the trade operation of the order ('S' or 'B')
Declared in OrderRequest