Address reviews - Renaming
This commit is contained in:
@@ -135,16 +135,16 @@ namespace QuantConnect.Algorithm.CSharp
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
/// Test example custom data showing how to enable the use of map files.
|
||||
/// Test example custom data showing how to enable the use of mapping.
|
||||
/// Implemented as a wrapper of existing NWSA->FOXA equity
|
||||
/// </summary>
|
||||
private class CustomDataUsingMapping : TradeBar
|
||||
{
|
||||
/// <summary>
|
||||
/// Indicates if there is support for map files
|
||||
/// Indicates if there is support for mapping
|
||||
/// </summary>
|
||||
/// <returns>True indicates map files should be used</returns>
|
||||
public override bool UsesMapFiles()
|
||||
/// <returns>True indicates mapping should be done</returns>
|
||||
public override bool RequiresMapping()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user