public method EntryOrderRequestBuilder.setAmount

Brief

Sets the number of lots

Declaration

protojavascriptjavacsharp
public setAmount(amount : int) : EntryOrderRequestBuilder

Parameters
amount

The number of lots, which is the standard unit size of a trading position

Returns

The method returns an instance of the EntryOrderRequest class

Details

See also: EntryOrderRequestBuilder

Declared in EntryOrderRequestBuilder

back