public method ITradingSettingsProvider.getCrossSymbols
Overview
Gets an array of cross symbols
Declaration
function getCrossSymbols(symbol, account)
public String[] getCrossSymbols(String symbol, Account account);
public string[] getCrossSymbols(string symbol, Account account);
Parameters
| Name | Description |
|---|---|
| symbol | The financial instrument's symbol for which the cross symbols are being requested |
| account | The trading account for which the cross symbols are being requested |
Returns
The method returns an array of cross symbols
Details
Declared in ITradingSettingsProvider