public method IRolloverProfilesManager.getRolloverSell
Overview
Get the rollover sell by an instrument and account
Declaration
function getRolloverSell(instrument, account)
public double getRolloverSell(Instrument instrument, Account account);
public double getRolloverSell(Instrument instrument, Account account);
Parameters
| Name | Description |
|---|---|
| instrument | The financial instrument for which the rollover sell data is being requested |
| account | The trading account for which the rollover sell data is being requested |
Returns
The method returns a real value that represents the rollover sell by an instrument and account
Details
Declared in IRolloverProfilesManager