public method EntryOrderRequestBuilder.setBuySell

Brief

Sets the amount

Declaration

protojavascriptjavacsharp
public setBuySell(buysell : string) : EntryOrderRequestBuilder

Parameters
buysell

The parameter that specifies whether the order is a buy or sell order. It is a string value that can be set to either 'B' for buy or 'S' for sell

Returns

The method returns an instance of the EntryOrderRequest class

Details

See also: EntryOrderRequestBuilder

Declared in EntryOrderRequestBuilder

back