public method O2GTradingSettingsProvider.getBaseUnitSize

Brief

The size of one lot, i.e. the minimum amount per trade that is allowed on the instrument on the account.

Declaration
C#
int  getBaseUnitSize (string instrument, O2GAccountRow accountRow)

Parameters
instrument

The name of the instrument to get the trading setting for.

accountRow

The account information of the account to get the trading setting for.

Details

The value is expressed in contracts.

Declared in O2GTradingSettingsProvider

back