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