public method IO2GOfferRow.getContractMultiplier

Brief

Gets the contract multiplier for some CFD instruments only.

Declaration
C++
int  getContractMultiplier ()

Details

The returned value is used for simulation of real-life trading conditions. For example, it is impossible to buy less than 25,000 lbs of copper on the market. Hence, for copper the method returns 25000. In case of FX instruments, the value of this field is 1.

Declared in IO2GOfferRow

back