public method EntryOrderRequestBuilder.setBuySellSets the amount
Declaration
protojavascriptjavacsharppublic 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
See also: EntryOrderRequestBuilder
Declared in EntryOrderRequestBuilder