public method O2GOfferRow.getContractMultiplier

Brief

Gets the contract multiplier for some CFD instruments only.

Declaration
Java
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 the case of FX instruments, the value of this field is 1.

Declared in O2GOfferRow

back