public method ITradingSettingsProvider.getPipCostAmount
Overview
Gets the amount for the pip cost value of a specific offer
Declaration
function getPipCostAmount(instrument)
public int getPipCostAmount(Instrument instrument);
public int getPipCostAmount(Instrument instrument);
Parameters
| Name | Description |
|---|---|
| instrument | The financial instrument for which the amount for the pip cost value of a specific offer is being requested |
Returns
The method returns an integer that represents the amount for the pip cost value of a specific offer
Details
Declared in ITradingSettingsProvider